aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/conf.py b/conf.py
index 955ec83..389c894 100644
--- a/conf.py
+++ b/conf.py
@@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------
-project = 'Crowbar language'
+project = 'Crowbar'
copyright = '2020 boringcactus (Melody Horn)'
author = 'boringcactus (Melody Horn)'
@@ -45,17 +45,13 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'basic'
+html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
-html_theme_options = {
- "nosidebar": True,
-}
-
# PDF output