Skip to content

Commit

Permalink
admin/doc-requirements: bump up sphinx to 3.2.1
Browse files Browse the repository at this point in the history
* use the latest stable sphinx
* unpin breathe, sphinx-autodoc-typehints, so pip can choose the
  compatible versions without worrying about the compile failures.

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Aug 28, 2020
1 parent cf357e1 commit fce56ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Sphinx == 2.4.4
Sphinx == 3.2.1
git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
breathe == 4.14.2
breathe
pyyaml >= 5.1.2
Cython
prettytable
sphinx-autodoc-typehints == 1.10.3
sphinx-autodoc-typehints
typed-ast

0 comments on commit fce56ad

Please sign in to comment.