From 96c32549bef1de19a98a9c19a8983f46e4425e73 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 4 Jan 2025 20:01:46 +0000 Subject: [fix] requirements-dev.txt: remove autodoc_pydantic Related to #3727 --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') 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 = { -- cgit v1.2.3-54-g00ecf