Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-07-27 02:36:19 +0300
committerWilliam Deegan <bill@baddogconsulting.com>2022-07-27 02:36:19 +0300
commitb24491bae74fda86871759c1cf4e869b421fcf26 (patch)
tree14f9ab7f4660a78007c554ba022577355c7075ad
parent1c635444d934111aa32077bccec25c1d5f76363e (diff)
move sphinx to be >= 5.1.1
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f79520dea..0449bc8c3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,8 @@
# Can be used with twinecheck
# See: https://github.com/pypa/readme_renderer
readme-renderer
-sphinx<=5.0.0
+#sphinx<=5.0.0
+sphinx>=5.1.1
sphinx_rtd_theme
rst2pdf
# for now keep pinning "known working" lxml,