File tree Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Expand file tree Collapse file tree 2 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 7575 "sphinxcontrib-jsmath<1.0.1"
7676 "sphinxcontrib-qthelp<1.0.7"
7777 "sphinxcontrib-serializinghtml<1.1.10"'
78-
79-
80- build-legacy-sphinx-30plus :
81- name : Build
82-
83- strategy :
84- fail-fast : false
85- matrix :
86- python-version : [ "3.7", "3.8", "3.9" ]
87- sphinx-version : [
88- " 3.0.*" , # possible range: 3.0.0 - 3.5.4
89- ]
90- include :
91- - python-version : " 3.7"
92- sphinx-version : " 3.5.*" # latest version that supports py3.7
93- uses : ./.github/workflows/build.yml
94- with :
95- python-version : ${{ matrix.python-version }}
96- extra-requirements : ' \
97- "sphinx==${{ matrix.sphinx-version }}"
98- "jinja2<3.1"
99- "alabaster<0.7.14"
100- "sphinxcontrib-applehelp<1.0.8"
101- "sphinxcontrib-devhelp<1.0.6"
102- "sphinxcontrib-htmlhelp<2.0.5"
103- "sphinxcontrib-jsmath<1.0.1"
104- "sphinxcontrib-qthelp<1.0.7"
105- "sphinxcontrib-serializinghtml<1.1.10"'
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ classifiers = [
3333
3434requires-python = ' >= 3.7'
3535dependencies = [
36- ' Sphinx >= 2.2 , < 9.0' ,
36+ ' Sphinx >= 4.0 , < 9.0' ,
3737]
3838
3939[project .urls ]
You can’t perform that action at this time.
0 commit comments