summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-07-26 23:36:19 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-07-26 23:36:19 (GMT)
commitb24491bae74fda86871759c1cf4e869b421fcf26 (patch)
tree14f9ab7f4660a78007c554ba022577355c7075ad
parent1c635444d934111aa32077bccec25c1d5f76363e (diff)
downloadSCons-b24491bae74fda86871759c1cf4e869b421fcf26.zip
SCons-b24491bae74fda86871759c1cf4e869b421fcf26.tar.gz
SCons-b24491bae74fda86871759c1cf4e869b421fcf26.tar.bz2
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 f79520d..0449bc8 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,