Skip to content

Commit cfadd9e

Browse files
authored
Merge pull request #1956 from EliahKagan/no37doc
Don't support building documentation on Python 3.7
2 parents 651fcf0 + 44f7a73 commit cfadd9e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

‎.github/workflows/pythonpackage.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
continue-on-error: false
100100

101101
- name: Documentation
102+
if: matrix.python-version != '3.7'
102103
run: |
103104
pip install ".[doc]"
104105
make -C doc html

‎doc/requirements.txt‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
sphinx>=7.1.2, <7.2
82
sphinx_rtd_theme
93
sphinx-autodoc-typehints

0 commit comments

Comments
(0)