Skip to content

Commit 562d484

Browse files
committed
fix build
1 parent fe4f597 commit 562d484

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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
]

security/remember_me.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ so ``DoctrineTokenProvider`` can store the tokens:
328328
329329
.. code-block:: xml
330330
331-
<doctrine:dbal schema-filter="~^(?!rememberme_token)~" />
331+
<doctrine:dbal schema-filter="~^(?!rememberme_token)~"/>
332332
333333
.. code-block:: php
334334

0 commit comments

Comments
 (0)