From c3948af9fa04272bf0979805cb992cfac273149c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 25 Nov 2014 16:09:00 +0000 Subject: [PATCH] Update documentation --- topics/contributing/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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