From 23bf672fd0f74a76a966c9fda2468a707ab250be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 16 Aug 2022 00:46:37 +0300 Subject: Switched to a better Sphinx theme The RTD theme does not render bullet lists correctly anymore. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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, -- cgit v1.2.1