summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2023-07-31 08:17:33 +1000
committerBrian May <brian@linuxpenguins.xyz>2023-07-31 08:18:18 +1000
commit802c6f5a6e0b80c1a8b038f809d6077d8f8d956a (patch)
tree7c97b9ca85eeafc99753783862065b5048f55680
parent17bfdc24b8f046962f45757917aaa0ce20ddcd7f (diff)
Use furo style for docs
The default read the docs theme does not work with the latest Sphinx.
-rw-r--r--docs/conf.py2
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6b15f80..c69f001 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -103,7 +103,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'furo'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
diff --git a/requirements.txt b/requirements.txt
index 7f9c568..1122fc5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,2 @@
Sphinx==7.1.1
+furo==2023.5.20