Skip to content

Commit a7b4d32

Browse files
committed
Reword the third step
1 parent cebc382 commit a7b4d32

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

contributing/documentation/overview.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,14 @@ these steps:
273273
274274
$ pip install sphinx~=1.3.0 git+https://github.com/fabpot/sphinx-php.git
275275
276-
**Step 3.** Run ``make html`` and view the generated documentation in the
277-
``_build/html`` directory.
276+
**Step 3.** Run the following command to build the documentation in HTML format:
277+
278+
.. code-block:: bash
279+
280+
$ cd _build/
281+
$ make html
282+
283+
The generated documentation is available in the ``_build/html`` directory.
278284

279285
Frequently Asked Questions
280286
--------------------------

0 commit comments

Comments
 (0)