From 8aae72998d55e9056baf5a6328d432fd7768beaa Mon Sep 17 00:00:00 2001
From: Andrew Godwin
Date: Wed, 23 Nov 2022 17:14:04 -0700
Subject: Style docs nicer
---
docs/_templates/extralinks.html | 7 +++++++
docs/conf.py | 11 ++++++++++-
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 docs/_templates/extralinks.html
(limited to 'docs')
diff --git a/docs/_templates/extralinks.html b/docs/_templates/extralinks.html
new file mode 100644
index 0000000..e8a0f35
--- /dev/null
+++ b/docs/_templates/extralinks.html
@@ -0,0 +1,7 @@
+
Takahē
+
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",
+ ]
+}
--
cgit v1.2.3