From fce56ad60cc8113afd8ce90c39c4f9f686d26368 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 28 Aug 2020 18:24:32 +0800 Subject: [PATCH] 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 --- admin/doc-requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 275b519ee6841..9fbf68d3d4cec 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -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 -- 2.39.5