Skip to content

Commit a2428a4

Browse files
committed
Minor improvements
1 parent 914dd30 commit a2428a4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

contributing/documentation/overview.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ link displayed for Platform.sh service.
261261
Build the Documentation Locally
262262
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
263263

264-
Alternatively you can build the documentation in your own computer following
265-
these steps:
264+
Alternatively you can build the documentation in your own computer for testing
265+
purposes following these steps:
266266

267267
#. Install `pip`_ as explained in the `pip installation`_ article.
268268

@@ -277,6 +277,10 @@ these steps:
277277

278278
.. code-block:: bash
279279
280+
# Linux and macOS
281+
$ ./_build/make html
282+
283+
# Windows
280284
$ _build\make html
281285
282286
The generated documentation is available in the ``_build/html`` directory.

0 commit comments

Comments
 (0)