again fix

This commit is contained in:
Yusur 2025-10-10 20:24:38 +02:00
parent 18f6a78524
commit 1b03f3b2e9
2 changed files with 3 additions and 1 deletions

View file

@ -35,4 +35,5 @@ autodoc_mock_imports = [
# 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 = 'sphinx_rtd_theme' html_theme = 'sphinx_rtd_theme'
html_theme_path = ["_themes", ]
html_static_path = ['_static'] html_static_path = ['_static']

View file

@ -74,7 +74,8 @@ full = [
docs = [ docs = [
"sphinx>=2.1", "sphinx>=2.1",
"myst_parser" "myst_parser",
"sphinx_rtd_theme"
] ]