admin/doc-requirements: bump up sphinx to 3.2.1

* 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 <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-08-28 18:24:32 +08:00
parent cf357e17ab
commit fce56ad60c

View File

@ -1,8 +1,8 @@
Sphinx == 2.4.4 Sphinx == 3.2.1
git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
breathe == 4.14.2 breathe
pyyaml >= 5.1.2 pyyaml >= 5.1.2
Cython Cython
prettytable prettytable
sphinx-autodoc-typehints == 1.10.3 sphinx-autodoc-typehints
typed-ast typed-ast