Skip to content

Commit

Permalink
[Serve][Doc] Fix pydantic config documentation (#42216) (#42241)
Browse files Browse the repository at this point in the history
  • Loading branch information
sihanwang41 committed Jan 8, 2024
1 parent 0842d27 commit 84a66ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 3 additions & 1 deletion doc/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ sphinxcontrib-redoc==1.6.0
sphinx-remove-toctrees==0.0.3
sphinx_design==0.5.0
pydata-sphinx-theme==0.14.1
autodoc_pydantic==2.0.1
# Supporrt v1 pydantic schema.
# https://autodoc-pydantic.readthedocs.io/en/stable/users/faq.html#migration-guide-from-v1-to-v2
autodoc_pydantic==1.9.0

pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/serve/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ Content-Type: application/json
.. autosummary::
:nosignatures:
:toctree: doc/
:template: autosummary/class_with_inherited_members.rst
schema.ServeInstanceDetails
schema.ApplicationDetails
Expand Down

0 comments on commit 84a66ae

Please sign in to comment.