summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-08-16 00:46:37 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-08-16 01:17:45 +0300
commit23bf672fd0f74a76a966c9fda2468a707ab250be (patch)
tree3f9d5ed1bd9227c969da4ce4c0891638f5c4af19 /docs
parent9a41180de3b597a30dc740effbf3c4c3ff4b0be1 (diff)
downloadapscheduler-23bf672fd0f74a76a966c9fda2468a707ab250be.tar.gz
Switched to a better Sphinx theme
The RTD theme does not render bullet lists correctly anymore.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5fcb774..490809b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,7 +51,7 @@ autodoc_mock_imports = ["asyncpg", "cbor2", "paho", "pymongo", "redis", "sqlalch
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = "sphinx_rtd_theme"
+html_theme = "haiku"
# 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,