Skip to content

Commit 4b3a68c

Browse files
committed
change sphinx version installed on publish
1 parent f80b310 commit 4b3a68c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.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+
pip install sphinx_rtd_theme==0.2.4
2727
pip install virtualenv==20.0.1
2828
- name: Test with tox
2929
run: |

0 commit comments

Comments
 (0)