Skip to content

Commit b928e49

Browse files
committed
Fix doc generation with Python 3.6
1 parent 6c720ef commit b928e49

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)