From 6dea67ac2d2e4fc77491236476d5afdc43aba9ea Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 14 Apr 2021 08:51:08 +0800 Subject: [PATCH] admin: require sphinx>=3.2.1 loosen the required sphinx version. Signed-off-by: Kefu Chai --- admin/doc-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 1b2d076f57b5d..db28cc416cf47 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,4 +1,4 @@ -Sphinx == 3.2.1 +Sphinx >= 3.2.1 git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa breathe >= 4.20.0 Jinja2 @@ -8,7 +8,7 @@ pcpp prettytable sphinx-autodoc-typehints sphinx-prompt -sphinx_rtd_theme +sphinx_rtd_theme >=0.4.3 Sphinx-Substitution-Extensions typed-ast sphinxcontrib-openapi -- 2.47.3