summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-08-17 02:22:05 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-08-17 02:22:05 +0300
commitbbe89e95348ff14428a9dc5f07fdd8107ea6f92f (patch)
treeb8739af1a810dc57d78bf664adee175d7273e191 /docs
parente97dc2ada1114f8cfcb26e4df592e170417a5c79 (diff)
downloadapscheduler-bbe89e95348ff14428a9dc5f07fdd8107ea6f92f.tar.gz
Tweaked Sphinx configuration
The haiku theme does not have a table of contents at the top which makes things difficult for users.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c6e3455..206b850 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 = "haiku"
+html_theme = "nature"
# 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,
@@ -60,5 +60,5 @@ html_static_path = ["_static"]
intersphinx_mapping = {
"python": ("https://docs.python.org/", None),
- "sqlalchemy": ("http://docs.sqlalchemy.org/en/latest/", None),
+ "sqlalchemy": ("https://docs.sqlalchemy.org/en/latest/", None),
}