We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebc382 commit a7b4d32Copy full SHA for a7b4d32
contributing/documentation/overview.rst
@@ -273,8 +273,14 @@ these steps:
273
274
$ pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
275
276
-**Step 3.** Run ``make html`` and view the generated documentation in the
277
-``_build/html`` directory.
+**Step 3.** Run the following command to build the documentation in HTML format:
+
278
+.. code-block:: bash
279
280
+ $ cd _build/
281
+ $ make html
282
283
+The generated documentation is available in the ``_build/html`` directory.
284
285
Frequently Asked Questions
286
--------------------------
0 commit comments