File tree 1 file changed +4
-3
lines changed
contributing/documentation
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
264
264
Alternatively you can build the documentation in your own computer following
265
265
these steps:
266
266
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 `_
269
270
(depending on your system, you may need to execute this command as root user):
270
271
271
272
.. code-block :: bash
272
273
273
274
$ pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
274
275
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:
276
277
277
278
.. code-block :: bash
278
279
You can’t perform that action at this time.
0 commit comments