aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 53e6b2b3..2fd56d47 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -129,13 +129,12 @@ pygments_style = 'friendly'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'alabaster'
+html_theme = 'basic'
# 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
# documentation.
# html_theme_options = {
-
# }
# Add any paths that contain custom themes here, relative to this directory.
@@ -305,6 +304,3 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
-
-def setup(app):
- app.add_stylesheet('style.css')