Skip to content

Commit fd6ab98

Browse files
committed
Upgrade all CI to Sphinx 1.8.5
1 parent 5f8f7b8 commit fd6ab98

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: pip install -r _build/.requirements.txt
4242

4343
- name: "Build documentation"
44-
run: make -C _build SPHINXOPTS=-nqW html
44+
run: make -C _build SPHINXOPTS="-nqW -j auto" html
4545

4646
doctor-rst:
4747
name: DOCtor-RST

_build/.requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ pytz==2017.2
99
requests==2.20.0
1010
six==1.10.0
1111
snowballstemmer==1.2.1
12-
sphinx==1.3.6
12+
sphinx==1.8.5
1313
git+https://github.com/fabpot/sphinx-php.git@v1.0.14#egg_name=sphinx-php
14+
sphinxcontrib-phpdomain==0.6.3

_build/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3636
extensions = [
3737
'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
38+
'sphinxcontrib.phpdomain',
3839
'sensio.sphinx.configurationblock', 'sensio.sphinx.phpcode', 'sensio.sphinx.bestpractice', 'sensio.sphinx.codeblock',
3940
'symfonycom.sphinx'
4041
#,'sphinxcontrib.spelling'

0 commit comments

Comments
 (0)