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 914dd30 commit a2428a4Copy full SHA for a2428a4
contributing/documentation/overview.rst
@@ -261,8 +261,8 @@ link displayed for Platform.sh service.
261
Build the Documentation Locally
262
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
263
264
-Alternatively you can build the documentation in your own computer following
265
-these steps:
+Alternatively you can build the documentation in your own computer for testing
+purposes following these steps:
266
267
#. Install `pip`_ as explained in the `pip installation`_ article.
268
@@ -277,6 +277,10 @@ these steps:
277
278
.. code-block:: bash
279
280
+ # Linux and macOS
281
+ $ ./_build/make html
282
+
283
+ # Windows
284
$ _build\make html
285
286
The generated documentation is available in the ``_build/html`` directory.
0 commit comments