From: Kefu Chai Date: Wed, 14 Apr 2021 15:24:36 +0000 (+0800) Subject: admin/doc-requirements.txt: pin sphinx and sphinx_rtd_theme to a certain version X-Git-Tag: v17.1.0~2249^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4968baa2523bd2a5ca6be147b26bc28906a864c9;p=ceph.git admin/doc-requirements.txt: pin sphinx and sphinx_rtd_theme to a certain version to ensure that we can have reproducible builds Signed-off-by: Kefu Chai --- diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index db28cc416cf..165255db139 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -1,4 +1,4 @@ -Sphinx >= 3.2.1 +Sphinx == 3.5.4 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 >=0.4.3 +sphinx_rtd_theme == 0.5.2 Sphinx-Substitution-Extensions typed-ast sphinxcontrib-openapi