We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facdd12 commit 38d4cd7Copy full SHA for 38d4cd7
2 files changed
.github/workflows/documentation.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: "Install Sphinx + requirements via pip"
42
working-directory: "docs"
43
- run: pip install -r requirements.txt
+ run: pip3 install -r requirements.txt
44
45
- name: "Build documentation"
46
docs/requirements.txt
@@ -1,5 +1,5 @@
1
-docutils==0.13.1
+docutils==0.18.1
2
Pygments==2.7.4
3
-sphinx==1.8.5
+sphinx==5.0.0
4
git+https://github.com/fabpot/sphinx-php.git@v2.0.0#egg_name=sphinx-php
5
-sphinx-tabs==1.1.13
+sphinx-tabs==3.4.1
0 commit comments