Add missing sphinx conf line
This commit is contained in:
parent
40fc4918e1
commit
6f83ff69d7
|
@ -50,7 +50,7 @@ extensions = [
|
||||||
"sphinx.ext.graphviz",
|
"sphinx.ext.graphviz",
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
"myst_parser",
|
"myst_parser",
|
||||||
"sphinx_panels",
|
"sphinx_design",
|
||||||
"sphinx_multiversion",
|
"sphinx_multiversion",
|
||||||
]
|
]
|
||||||
autodoc_mock_imports = [
|
autodoc_mock_imports = [
|
||||||
|
|
Loading…
Reference in New Issue