|
@@ -25,7 +25,8 @@
|
|
|
|
|
|
# If your documentation needs a minimal Sphinx version, state it here.
|
|
# If your documentation needs a minimal Sphinx version, state it here.
|
|
#
|
|
#
|
|
-# needs_sphinx = '1.0'
|
|
|
|
|
|
+# 1.3 is where the 'alabaster' theme was shipped with Sphinx.
|
|
|
|
+needs_sphinx = '1.3'
|
|
|
|
|
|
# Add any Sphinx extension module names here, as strings. They can be
|
|
# Add any Sphinx extension module names here, as strings. They can be
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
@@ -106,7 +107,8 @@
|
|
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
|
|
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
|
|
html_sidebars = {
|
|
html_sidebars = {
|
|
'**': [
|
|
'**': [
|
|
- 'relations.html', # needs 'show_related': True theme option to display
|
|
|
|
|
|
+ 'about.html',
|
|
|
|
+ 'navigation.html',
|
|
'searchbox.html',
|
|
'searchbox.html',
|
|
]
|
|
]
|
|
}
|
|
}
|