We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d29f1f commit 16ace85Copy full SHA for 16ace85
2 files changed
.github/workflows/build.yml
@@ -21,9 +21,9 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- python -m pip install sphinx==4.4.0
+ python -m pip install sphinx==1.7.2
25
pip install tox
26
- python -m pip install sphinx_rtd_theme==1.0.0
+ python -m pip install sphinx_rtd_theme==0.2.4
27
pip install virtualenv==20.0.1
28
- name: Test with tox
29
if: ${{ matrix.python-version != '3.5' }}
requirements.txt
@@ -5,5 +5,5 @@ doublex-expects==0.7.0rc2
5
flake8==3.5.0
6
flake8-quotes==0.14.0
7
tox==2.9.1
8
-sphinx==4.4.0
9
-sphinx-rtd-theme==1.0.0
+sphinx==1.7.2
+sphinx-rtd-theme==0.2.4
0 commit comments