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.
261
261
Build the Documentation Locally
262
262
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
263
263
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:
266
266
267
267
#. Install `pip `_ as explained in the `pip installation `_ article.
268
268
@@ -277,6 +277,10 @@ these steps:
277
277
278
278
.. code-block :: bash
279
279
280
+ # Linux and macOS
281
+ $ ./_build/make html
282
+
283
+ # Windows
280
284
$ _build\m ake html
281
285
282
286
The generated documentation is available in the ``_build/html `` directory.
You can’t perform that action at this time.
0 commit comments