summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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),
}