File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ link displayed for Platform.sh service.
261261Build 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\m ake html
281285
282286 The generated documentation is available in the ``_build/html `` directory.
You can’t perform that action at this time.
0 commit comments