Skip to content

Commit a62e1e7

Browse files
committed
fix build
1 parent fe4f597 commit a62e1e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_build/.requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ 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

_build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
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',
39-
'sensio.sphinx.configurationblock', 'sensio.sphinx.phpcode', 'sensio.sphinx.bestpractice', 'sensio.sphinx.codeblock',
38+
'sensio.sphinx.codeblock',
39+
'sensio.sphinx.configurationblock', 'sensio.sphinx.phpcode', 'sensio.sphinx.bestpractice',
4040
'symfonycom.sphinx'
4141
#,'sphinxcontrib.spelling'
4242
]

0 commit comments

Comments
 (0)