Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 651fcf0 + 44f7a73 commit cfadd9eCopy full SHA for cfadd9e
.github/workflows/pythonpackage.yml
@@ -99,6 +99,7 @@ jobs:
99
continue-on-error: false
100
101
- name: Documentation
102
+ if: matrix.python-version != '3.7'
103
run: |
104
pip install ".[doc]"
105
make -C doc html
doc/requirements.txt
@@ -1,9 +1,3 @@
1
-sphinx >= 7.1.2, < 7.2 ; python_version >= "3.8"
2
-sphinx == 4.3.2 ; python_version < "3.8"
3
-sphinxcontrib-applehelp >= 1.0.2, <= 1.0.4 ; python_version < "3.8"
4
-sphinxcontrib-devhelp == 1.0.2 ; python_version < "3.8"
5
-sphinxcontrib-htmlhelp >= 2.0.0, <= 2.0.1 ; python_version < "3.8"
6
-sphinxcontrib-qthelp == 1.0.3 ; python_version < "3.8"
7
-sphinxcontrib-serializinghtml == 1.1.5 ; python_version < "3.8"
+sphinx >= 7.1.2, < 7.2
8
sphinx_rtd_theme
9
sphinx-autodoc-typehints
0 commit comments