We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 926e741 + 1ab8f03 commit 2be92f3Copy full SHA for 2be92f3
1 file changed
doc/sphinx-guides/requirements.txt
@@ -1,5 +1,10 @@
1
-# current version as of this writing
2
-Sphinx==3.5.4
+# Developers, please use Python 3.9 or lower to build the guides.
+# For your convenience, a solution for Python 3.10 is provided below
3
+# but we would prefer that you use the same version of Sphinx
4
+# (below on the < 3.10 line) that is used to build the production guides.
5
+Sphinx==3.5.4 ; python_version < '3.10'
6
+Sphinx==5.3.0 ; python_version >= '3.10'
7
+
8
# Necessary workaround for ReadTheDocs for Sphinx 3.x - unnecessary as of Sphinx 4.5+
9
Jinja2>=3.0.2,<3.1
10
0 commit comments