Skip to content

Commit 423d794

Browse files
authored
Update deploy.yml
1 parent 89f7442 commit 423d794

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919

2020
- name: Install Dependencies
2121
run: |
22-
pip install sphinx.builders.latex
22+
pip uninstall docutils
23+
pip install docutils
24+
pip install --upgrade Sphinx
2325
python -m pip install --upgrade pip
2426
pip install -r requirements.txt
2527

0 commit comments

Comments
 (0)