Skip to content

Commit e8f0360

Browse files
committed
Fix testing instructions
1 parent fdfc2cb commit e8f0360

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributing/documentation/format.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,12 @@ Nevertheless, if you prefer to do this check locally on your own machine before
209209
submitting your documentation, follow these steps:
210210

211211
* Install Sphinx_;
212-
* Install the Sphinx extensions using git submodules: ``$ git submodule update --init``;
212+
* Install `Sphinx Extensions for PHP and Symfony`_;
213213
* Run ``make html`` and view the generated HTML in the ``_build/html`` directory.
214214

215215
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
216216
.. _Sphinx: http://sphinx-doc.org/
217+
.. _`Sphinx Extensions for PHP and Symfony`: https://github.com/fabpot/sphinx-php
217218
.. _`Symfony documentation`: https://github.com/symfony/symfony-docs
218219
.. _`reStructuredText Primer`: http://sphinx-doc.org/rest.html
219220
.. _`reStructuredText Reference`: http://docutils.sourceforge.net/docs/user/rst/quickref.html

0 commit comments

Comments
 (0)