|
@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
|
|
|
|
|
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
|
|
# a list of builtin themes.
|
|
|
-html_theme = 'nature'
|
|
|
+html_theme = 'attic'
|
|
|
|
|
|
# Theme options are theme-specific and customize the look and feel of a theme
|
|
|
# further. For a list of options available for each theme, see the
|
|
@@ -99,7 +99,7 @@ html_theme = 'nature'
|
|
|
#html_theme_options = {}
|
|
|
|
|
|
# Add any paths that contain custom themes here, relative to this directory.
|
|
|
-#html_theme_path = []
|
|
|
+html_theme_path = ['_themes']
|
|
|
|
|
|
# The name for this set of Sphinx documents. If None, it defaults to
|
|
|
# "<project> v<release> documentation".
|
|
@@ -131,8 +131,10 @@ html_static_path = ['_static']
|
|
|
#html_use_smartypants = True
|
|
|
|
|
|
# Custom sidebar templates, maps document names to template names.
|
|
|
-#html_sidebars = {}
|
|
|
-
|
|
|
+html_sidebars = {
|
|
|
+ 'index': ['sidebarlogo.html', 'sidebarusefullinks.html', 'searchbox.html'],
|
|
|
+ '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html', 'searchbox.html']
|
|
|
+}
|
|
|
# Additional templates that should be rendered to pages, maps page names to
|
|
|
# template names.
|
|
|
#html_additional_pages = {}
|
|
@@ -141,19 +143,19 @@ html_static_path = ['_static']
|
|
|
#html_domain_indices = True
|
|
|
|
|
|
# If false, no index is generated.
|
|
|
-#html_use_index = True
|
|
|
+html_use_index = False
|
|
|
|
|
|
# If true, the index is split into individual pages for each letter.
|
|
|
#html_split_index = False
|
|
|
|
|
|
# If true, links to the reST sources are added to the pages.
|
|
|
-#html_show_sourcelink = True
|
|
|
+html_show_sourcelink = False
|
|
|
|
|
|
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
|
|
-#html_show_sphinx = True
|
|
|
+html_show_sphinx = False
|
|
|
|
|
|
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
|
|
|
-#html_show_copyright = True
|
|
|
+html_show_copyright = False
|
|
|
|
|
|
# If true, an OpenSearch description file will be output, and all pages will
|
|
|
# contain a <link> tag referring to it. The value of this option must be the
|