File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,16 @@ Build the Documentation Locally
264264Alternatively you can build the documentation in your own computer following
265265these steps:
266266
267- 1. Install `pip `_ as explained in the `pip installation `_ article.
268- 2. Install `Sphinx `_ and `Sphinx Extensions for PHP and Symfony `_
267+ #. Install `pip `_ as explained in the `pip installation `_ article.
268+
269+ #. Install `Sphinx `_ and `Sphinx Extensions for PHP and Symfony `_
269270 (depending on your system, you may need to execute this command as root user):
270271
271272 .. code-block :: bash
272273
273274 $ pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
274275
275- 3 . Run the following command to build the documentation in HTML format:
276+ # . Run the following command to build the documentation in HTML format:
276277
277278 .. code-block :: bash
278279
You can’t perform that action at this time.
0 commit comments