diff --git a/topics/contributing/index.html b/topics/contributing/index.html index 0445597a4..71e61be06 100644 --- a/topics/contributing/index.html +++ b/topics/contributing/index.html @@ -529,7 +529,7 @@ pip install -r requirements-test.txt

To build the documentation, install MkDocs with pip install mkdocs and then run the following command.

mkdocs build
 
-

This will build the html output into the html directory.

+

This will build the documentation into the site directory.

You can build the documentation and open a preview in a browser window by using the serve command.

mkdocs serve