We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ef2e4f + 16ace85 commit 91b712bCopy full SHA for 91b712b
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
+ python -m pip install sphinx==1.7.2
25
pip install tox
26
- pip install sphinx_rtd_theme
+ 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==1.7.2
+sphinx==1.7.2
9
sphinx-rtd-theme==0.2.4
0 commit comments