Skip to content

Commit 05b2553

Browse files
committed
Temporarily disable sphinxcontrib.autodoc_pydantic
Signed-off-by: Pedro Algarvio <[email protected]>
1 parent 8f8e92a commit 05b2553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"sphinx_copybutton",
8585
"sphinxcontrib.spelling",
8686
"sphinxcontrib.towncrier",
87-
"sphinxcontrib.autodoc_pydantic",
87+
# "sphinxcontrib.autodoc_pydantic",
8888
]
8989

9090
# Add any paths that contain templates here, relative to this directory.

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sphinx-copybutton
66
sphinx-prompt
77
sphinxcontrib-spelling
88
sphinxcontrib-towncrier >= 0.2.1a0
9-
autodoc_pydantic
9+
#autodoc_pydantic

0 commit comments

Comments
 (0)