File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -46,21 +46,24 @@ To run the functional tests:
46
46
47
47
For more information about testing, see :doc: `/testing-your-application `.
48
48
49
- .. _HHVM : http://www.hhvm.com/
50
- .. _HHVM FastCGI server : https://github.com/facebook/hhvm/wiki/fastcgi
51
-
52
49
Building the Documentation
53
50
--------------------------
54
51
55
- First download the requirements:
52
+ First ` install Sphinx `_, then download the requirements:
56
53
57
54
.. code-block :: bash
58
55
59
56
$ pip install -r doc/requirements.txt
60
57
61
- Then you can build the docs:
58
+ To build the docs:
62
59
63
60
.. code-block :: bash
64
61
65
62
$ cd doc
66
63
$ 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
+
You can’t perform that action at this time.
0 commit comments