diff options
-rw-r--r-- | docs/conf.py | 1 | ||||
-rw-r--r-- | requirements-dev.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 27881a4e0..fec9eb64b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -127,7 +127,6 @@ extensions = [ "sphinx_tabs.tabs", # https://github.com/djungelorm/sphinx-tabs 'myst_parser', # https://www.sphinx-doc.org/en/master/usage/markdown.html 'notfound.extension', # https://github.com/readthedocs/sphinx-notfound-page - 'sphinxcontrib.autodoc_pydantic', # https://github.com/mansenfranzen/autodoc_pydantic ] autodoc_default_options = { diff --git a/requirements-dev.txt b/requirements-dev.txt index d2269b38c..9882599e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,4 +21,3 @@ wlc==1.15 coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 -autodoc_pydantic==2.2.0 |