diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-28 18:09:57 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-28 18:09:57 -0600 |
commit | 7fc5a0d31d617477607c043987d621fac8d48952 (patch) | |
tree | 05a8f9cd984017573e77077e4e7be54e3e49472e | |
parent | 7c0c63c701f4bf2db42b01825af68c1f5ee64208 (diff) | |
download | spec-7fc5a0d31d617477607c043987d621fac8d48952.tar.gz spec-7fc5a0d31d617477607c043987d621fac8d48952.zip |
use a better theme
-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 |