Skip to content

Commit 2be92f3

Browse files
authored
Merge pull request IQSS#9076 from j-n-c/9074-sphynx-python3_10
IQSS#9074 - Added support for building sphinx docs using python 3.10+
2 parents 926e741 + 1ab8f03 commit 2be92f3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

doc/sphinx-guides/requirements.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# current version as of this writing
2-
Sphinx==3.5.4
1+
# Developers, please use Python 3.9 or lower to build the guides.
2+
# 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+
38
# Necessary workaround for ReadTheDocs for Sphinx 3.x - unnecessary as of Sphinx 4.5+
49
Jinja2>=3.0.2,<3.1
510

0 commit comments

Comments
 (0)