From 7fc5a0d31d617477607c043987d621fac8d48952 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 28 Oct 2020 18:09:57 -0600 Subject: use a better theme --- conf.py | 8 ++------ 1 file 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 -- cgit v1.2.3