From 4968baa2523bd2a5ca6be147b26bc28906a864c9 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 14 Apr 2021 23:24:36 +0800 Subject: [PATCH] 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 --- 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 db28cc416cf47..165255db1399e 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 -- 2.39.5