change to rtd theme

This commit is contained in:
Yusur 2025-10-10 20:20:23 +02:00
parent 47ac53ea9b
commit 484e46b2f9

View file

@ -34,5 +34,5 @@ autodoc_mock_imports = [
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = 'alabaster' html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static'] html_static_path = ['_static']