Skip to content

Commit 16ace85

Browse files
committed
revert sphinx version
1 parent 8d29f1f commit 16ace85

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install sphinx==4.4.0
24+
python -m pip install sphinx==1.7.2
2525
pip install tox
26-
python -m pip install sphinx_rtd_theme==1.0.0
26+
python -m pip install sphinx_rtd_theme==0.2.4
2727
pip install virtualenv==20.0.1
2828
- name: Test with tox
2929
if: ${{ matrix.python-version != '3.5' }}

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ doublex-expects==0.7.0rc2
55
flake8==3.5.0
66
flake8-quotes==0.14.0
77
tox==2.9.1
8-
sphinx==4.4.0
9-
sphinx-rtd-theme==1.0.0
8+
sphinx==1.7.2
9+
sphinx-rtd-theme==0.2.4

0 commit comments

Comments
 (0)