Skip to content

Commit

Permalink
Fixed the syntax of the list
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Aug 3, 2016
1 parent c71ad4b commit 767b49b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions contributing/documentation/overview.rst
Expand Up @@ -264,15 +264,16 @@ Build the Documentation Locally
Alternatively you can build the documentation in your own computer following
these steps:

1. Install `pip`_ as explained in the `pip installation`_ article.
2. Install `Sphinx`_ and `Sphinx Extensions for PHP and Symfony`_
#. Install `pip`_ as explained in the `pip installation`_ article.

#. Install `Sphinx`_ and `Sphinx Extensions for PHP and Symfony`_
(depending on your system, you may need to execute this command as root user):

.. code-block:: bash
$ pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
3. Run the following command to build the documentation in HTML format:
#. Run the following command to build the documentation in HTML format:

.. code-block:: bash
Expand Down

0 comments on commit 767b49b

Please sign in to comment.