From 12923342cfd9d7512f48969b5c0d09f361bbeb69 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Sun, 14 Sep 2025 18:46:09 +0100 Subject: [PATCH] commit --- docs/conf.py | 8 +------- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9908567..c064355 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,8 +4,6 @@ # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html -import sphinx_bootstrap_theme - import tzdata # -- Project information ----------------------------------------------------- @@ -37,11 +35,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "bootstrap" -html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() -html_theme_options = { - "bootswatch_theme": "cosmo", -} +html_theme = "furo" # For cross-links to other documentation intersphinx_mapping = { diff --git a/docs/requirements.txt b/docs/requirements.txt index b5ae166..9d4d4e4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx>=3.0.0 -sphinx_bootstrap_theme +furo