Skip to content

Commit 8b4ae72

Browse files
committed
fix build
1 parent fe4f597 commit 8b4ae72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_build/.requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ six==1.10.0
1111
snowballstemmer==1.2.1
1212
sphinx==1.8.5
1313
git+https://github.com/fabpot/sphinx-php.git@v2.0.0#egg_name=sphinx-php
14-
sphinxcontrib-phpdomain==0.6.3
1514
jsx-lexer===0.0.8
15+
sphinxcontrib-phpdomain==0.6.3

_build/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@
3535
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3636
extensions = [
3737
'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
38+
'sensio.sphinx.codeblock', 'sensio.sphinx.phpcode',
3839
'sphinxcontrib.phpdomain',
39-
'sensio.sphinx.configurationblock', 'sensio.sphinx.phpcode', 'sensio.sphinx.bestpractice', 'sensio.sphinx.codeblock',
40+
'sensio.sphinx.configurationblock', 'sensio.sphinx.bestpractice',
4041
'symfonycom.sphinx'
4142
#,'sphinxcontrib.spelling'
4243
]

0 commit comments

Comments
 (0)