diff options
-rw-r--r-- | conf.py | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |