Author: Michael R. Crusoe
Description: Skip the version switcher
Forwarded: not-needed

We only build one version, without this patch we get the following error:

writing output... [  0%] alignment
Theme error:
An error happened in rendering the page alignment.
Reason: TemplateNotFound('version-switcher.html')

--- python-skbio.orig/doc/source/conf.py
+++ python-skbio/doc/source/conf.py
@@ -154,7 +154,7 @@
     'header_links_before_dropdown': 7,
 
     # header layout
-    'navbar_start': ['navbar-logo', 'version-switcher'],
+    'navbar_start': ['navbar-logo'],
 
     # footer layout
     'footer_start': ['copyright'],
