aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2023-01-03 12:36:09 +0200
committerSimo Fält <simo.falt@qt.io>2023-01-05 09:30:55 +0000
commit43f89b5949db011fb6059b9a8a25ee28e41c3ff4 (patch)
treed3058898d65cc4522df42aa951f09e43862c35f5
parent6184ed5275b2e1736f68d29ff632bbe228afcf45 (diff)
Pin Sphinx to 5.3 versionv6.4.26.4.2
There is a conflict with dependendencies when run with Python3.10. Change-Id: I2a7a1bb89a6cdc8f557f83af10609e74379cd37e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 641e38e2c7bcc62d76d189a430dda4e6f9fac9d9) Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index cffe57557..99a3f8cd3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@ setuptools>=59.5,<60; python_version < '3.10'
setuptools>=62.3; python_version >= '3.10'
packaging
build==0.7
-sphinx
+sphinx==5.3
sphinx-panels
six
wheel>=0.35