diff --git a/docs/README.md b/docs/README.md index 05e277f85..175295970 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,10 +13,19 @@ The documentation project is written in restructured text (.rst) using Sphinx an * Clone the project -* Using pip, install sphinx (See: http://pip.readthedocs.org/) +* Using pip, install or update sphinx (See: http://pip.readthedocs.org/) ``` pip install sphinx ``` + or + ``` + pip install sphinx --upgrade + ``` + +* Using pip, install ReadTheDocs theme + ``` + pip install sphinx_rtd_theme + ``` * Build the Docs ```