summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-23 17:14:04 -0700
committerAndrew Godwin2022-11-23 17:14:04 -0700
commit8aae72998d55e9056baf5a6328d432fd7768beaa (patch)
tree2ec69b06ba4285d948121be9bd6d7006b97653d4 /docs/conf.py
parente18f2879fc4f427b1fde80e18fb65a90eeaef659 (diff)
downloadtakahe-8aae72998d55e9056baf5a6328d432fd7768beaa.tar.gz
takahe-8aae72998d55e9056baf5a6328d432fd7768beaa.tar.bz2
takahe-8aae72998d55e9056baf5a6328d432fd7768beaa.zip
Style docs nicer
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 73e4692..480b95b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,5 +22,14 @@ 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 = "alabaster"
+html_theme = "nature"
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",
+ ]
+}