docs: switch to book-theme

This commit is contained in:
Mike A.
2025-08-04 16:09:40 +02:00
parent 89e2a5d208
commit ea880d5d49
5 changed files with 49 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
project = "FindMy.py"
copyright = "2024, Mike Almeloo"
author = "Mike Almeloo"
release = "0.2.1"
release = "0.8.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -42,5 +42,5 @@ autoapi_options = [
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "furo"
html_theme = "sphinx_book_theme"
html_static_path = ["_static"]