mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 20:00:19 +00:00
@ -7,12 +7,12 @@ To build the docs locally:
|
||||
|
||||
* Clone the project
|
||||
* Using pip, install sphinx (See: http://pip.readthedocs.org/)
|
||||
~~~~
|
||||
```
|
||||
pip install sphinx
|
||||
~~~~
|
||||
```
|
||||
* Build the Docs
|
||||
~~~~
|
||||
```
|
||||
cd xcat-docs/docs
|
||||
make html
|
||||
~~~~
|
||||
```
|
||||
* View the docs by opening index.html from a web browser under xcat-docs/docs/build/html/index.html
|
||||
|
Reference in New Issue
Block a user