Skip to content

Commit 767b49b

Browse files
committed
Fixed the syntax of the list
1 parent c71ad4b commit 767b49b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

contributing/documentation/overview.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,16 @@ Build the Documentation Locally
264264
Alternatively you can build the documentation in your own computer following
265265
these 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

0 commit comments

Comments
 (0)