Update conf.py
This commit is contained in:
parent
95f30eb5d8
commit
6a6c3a3e31
|
@ -27,6 +27,7 @@ extensions = (
|
||||||
"sphinx.ext.napoleon",
|
"sphinx.ext.napoleon",
|
||||||
"pallets_sphinx_themes",
|
"pallets_sphinx_themes",
|
||||||
"sphinxcontrib.autodoc_pydantic",
|
"sphinxcontrib.autodoc_pydantic",
|
||||||
|
"notfound.extension",
|
||||||
)
|
)
|
||||||
myst_enable_extensions = ["deflist"]
|
myst_enable_extensions = ["deflist"]
|
||||||
intersphinx_mapping = {"python": ("https://docs.python.org/3.10/", None)}
|
intersphinx_mapping = {"python": ("https://docs.python.org/3.10/", None)}
|
||||||
|
|
Loading…
Reference in New Issue