From 15799853792ab9666edb55f367791df5d3b3a711 Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Mon, 21 Oct 2024 21:08:21 +0300 Subject: [PATCH] use the Alabaster theme for docs --- 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 = {