Skip to content

Commit e0bbfb8

Browse files
committed
Add link to Sphinx installation
1 parent fbd3d86 commit e0bbfb8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

doc/contributing.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,24 @@ To run the functional tests:
4646
4747
For more information about testing, see :doc:`/testing-your-application`.
4848

49-
.. _HHVM: http://www.hhvm.com/
50-
.. _HHVM FastCGI server: https://github.com/facebook/hhvm/wiki/fastcgi
51-
5249
Building the Documentation
5350
--------------------------
5451

55-
First download the requirements:
52+
First `install Sphinx`_, then download the requirements:
5653

5754
.. code-block:: bash
5855
5956
$ pip install -r doc/requirements.txt
6057
61-
Then you can build the docs:
58+
To build the docs:
6259

6360
.. code-block:: bash
6461
6562
$ cd doc
6663
$ make html
64+
65+
.. _HHVM: http://www.hhvm.com/
66+
.. _HHVM FastCGI server: https://github.com/facebook/hhvm/wiki/fastcgi
67+
.. _install Sphinx: http://sphinx-doc.org/latest/install.html
68+
69+

0 commit comments

Comments
 (0)