Skip to content

Commit 38d4cd7

Browse files
authored
Try and fix build (#999)
* Try and fix build * Bump requirements
1 parent facdd12 commit 38d4cd7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: "Install Sphinx + requirements via pip"
4242
working-directory: "docs"
43-
run: pip install -r requirements.txt
43+
run: pip3 install -r requirements.txt
4444

4545
- name: "Build documentation"
4646
working-directory: "docs"

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
docutils==0.13.1
1+
docutils==0.18.1
22
Pygments==2.7.4
3-
sphinx==1.8.5
3+
sphinx==5.0.0
44
git+https://github.com/fabpot/sphinx-php.git@v2.0.0#egg_name=sphinx-php
5-
sphinx-tabs==1.1.13
5+
sphinx-tabs==3.4.1

0 commit comments

Comments
 (0)