again fix
This commit is contained in:
parent
18f6a78524
commit
1b03f3b2e9
2 changed files with 3 additions and 1 deletions
|
|
@ -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']
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,8 @@ full = [
|
||||||
|
|
||||||
docs = [
|
docs = [
|
||||||
"sphinx>=2.1",
|
"sphinx>=2.1",
|
||||||
"myst_parser"
|
"myst_parser",
|
||||||
|
"sphinx_rtd_theme"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue