Skip to content

Commit

Permalink
admin/doc-requirements: bump sphinx to 4.4.0
Browse files Browse the repository at this point in the history
bump sphinx to latest stable. to address following build failure

ERROR: sphinx-autodoc-typehints 1.17.0 has requirement Sphinx>=4, but you'll have sphinx 3.5.4 which is incompatible.
ERROR: sphinx-substitution-extensions 2022.2.16 has requirement sphinx>=4.0.0, but you'll have sphinx 3.5.4 which is incompatible.

also bump bump sphinx-rtd-theme

otherwise we'd have

ERROR: sphinx-rtd-theme 0.5.2 has requirement docutils<0.17, but you'll have docutils 0.17.1 which is incompatible.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
  • Loading branch information
tchaikov committed Mar 5, 2022
1 parent 6fe8e68 commit 4e79bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx == 3.5.4
Sphinx == 4.4.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
Expand All @@ -10,7 +10,7 @@ pcpp
prettytable
sphinx-autodoc-typehints
sphinx-prompt
sphinx_rtd_theme == 0.5.2
sphinx_rtd_theme == 1.0.0
Sphinx-Substitution-Extensions
typed-ast
sphinxcontrib-openapi
Expand Down

0 comments on commit 4e79bbc

Please sign in to comment.