2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 12:10:25 +00:00

Merge pull request #1525 from gurevichmark/sphinx_rtd_theme

Update README file
This commit is contained in:
Victor Hu
2016-07-14 14:54:48 -04:00
committed by GitHub

View File

@@ -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
```