From: Kefu Chai Date: Wed, 15 Jun 2022 04:31:26 +0000 (-0400) Subject: admin/doc-requirements: bump sphinx to 4.5.0 X-Git-Tag: v18.0.0~687^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d61bd5af6596ddf1b156379311e311ee8fb57130;p=ceph.git admin/doc-requirements: bump sphinx to 4.5.0 also pin sphinx-autodoc-typehints to 1.18.3 to address following error: ERROR: sphinx-autodoc-typehints 1.18.3 has requirement Sphinx>=4.5, but you'll have sphinx 4.4.0 which is incompatible. Signed-off-by: Kefu Chai --- diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 8d7739b7dec00..e094742424cdc 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,4 +1,4 @@ -Sphinx == 4.4.0 +Sphinx == 4.5.0 git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa git+https://github.com/vlasovskikh/funcparserlib.git breathe >= 4.20.0,!=4.33 @@ -8,7 +8,7 @@ pyyaml >= 5.1.2 Cython pcpp prettytable -sphinx-autodoc-typehints +sphinx-autodoc-typehints == 1.18.3 sphinx-prompt sphinx_rtd_theme == 1.0.0 Sphinx-Substitution-Extensions