Skip to content

Commit f01551f

Browse files
author
Theofilos Manitaras
authored
Merge pull request #2949 from vkarak/bugfix/py36-doc-bootstrap
[bugfix] Fix doc generation with Python 3.6
2 parents 6c720ef + b928e49 commit f01551f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
archspec==0.2.1
22
docutils==0.17.1 # https://github.com/sphinx-doc/sphinx/issues/9001
33
jsonschema==3.2.0
4-
semver==3.0.0
4+
semver==2.13.0; python_version == '3.6'
5+
semver==3.0.0; python_version >= '3.7'
56
Sphinx==5.3.0
67
sphinx-rtd-theme==1.2.1

0 commit comments

Comments
 (0)