summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-25 17:44:10 -0700
committerAndrew Godwin2022-11-25 17:52:57 -0700
commit2a8cb8f8617d618c8d2777cccd823b28a3edc812 (patch)
tree48d36472bc25305821e3730b741be7e5a2e12946 /docs/conf.py
parentcec9698326c504b39e0efacbc94338b6bf7121f0 (diff)
downloadtakahe-2a8cb8f8617d618c8d2777cccd823b28a3edc812.tar.gz
takahe-2a8cb8f8617d618c8d2777cccd823b28a3edc812.tar.bz2
takahe-2a8cb8f8617d618c8d2777cccd823b28a3edc812.zip
Switch to Furo docs theme
Fixes #42
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 480b95b..f269972 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,14 +22,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
-html_theme = "nature"
+html_theme = "furo"
html_static_path = ["_static"]
html_logo = "../static/img/logo-128.png"
html_favicon = "../static/img/icon-32.png"
-html_sidebars = {
- "**": [
- "localtoc.html",
- "extralinks.html",
- "searchbox.html",
- ]
-}