From a1517b831bcc326fd152fd14f6912f6dbd773afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BCce=20Tekol?= Date: Mon, 21 Oct 2024 21:10:37 +0300 Subject: [PATCH] use the Alabaster theme for docs (#188) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d4823f6..0863f1d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = "bizstyle" +html_theme = "alabaster" html_static_path = ["_static"] source_suffix = {