aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 299f64d..c6fc0fb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -128,16 +128,13 @@ todo_include_todos = False
128# The theme to use for HTML and HTML Help pages. See the documentation for 128# The theme to use for HTML and HTML Help pages. See the documentation for
129# a list of builtin themes. 129# a list of builtin themes.
130# 130#
131html_theme = 'sphinx_rtd_theme' 131# html_theme = 'alabaster'
132 132
133# Theme options are theme-specific and customize the look and feel of a theme 133# Theme options are theme-specific and customize the look and feel of a theme
134# further. For a list of options available for each theme, see the 134# further. For a list of options available for each theme, see the
135# documentation. 135# documentation.
136# 136#
137html_theme_options = { 137# html_theme_options = {}
138 "collapse_navigation": True,
139 "navigation_depth": -1
140}
141 138
142# Add any paths that contain custom themes here, relative to this directory. 139# Add any paths that contain custom themes here, relative to this directory.
143# html_theme_path = [] 140# html_theme_path = []
Powered by cgit v1.2.3 (git 2.41.0)