Skip to content

Commit 91b712b

Browse files
authored
Merge pull request #130 from amadeus4dev/upgrade-sphinx
Match sphinx versions in requirements and build
2 parents 8ef2e4f + 16ace85 commit 91b712b

2 files changed

Lines changed: 3 additions & 3 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
24+
python -m pip install sphinx==1.7.2
2525
pip install tox
26-
pip install sphinx_rtd_theme
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: 1 addition & 1 deletion
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==1.7.2
8+
sphinx==1.7.2
99
sphinx-rtd-theme==0.2.4

0 commit comments

Comments
 (0)