1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 11:40:18 +01:00

Update docs_raw README.md (#138)

* Update README.md
This commit is contained in:
Gal Leibovich
2018-12-03 15:39:17 +02:00
committed by Scott Leishman
parent 28e5b8b612
commit 3e281b467b

View File

@@ -1,7 +1,7 @@
# Coach Documentation
Coach uses Sphinx with a Read The Docs theme for its documentation website.
The website is hosted on GitHub pages, and is automatically pulled from the repository through the built docs directory.
The website is hosted on GitHub Pages, and is automatically pulled from the repository through the built docs directory.
To build the documentation website locally, first install the following requirements:
@@ -14,13 +14,14 @@ pip install sphinx-argparse
```
Then there are two option to build:
1. Build using the make file (recommended):
1. Build using the make file (recommended). Run from within the `docs_raw` directory:
```
make html
cp source/_static/css/custom.css build/html/_static/css/
rm -rf ../docs/
mkdir ../docs
touch ../docs/.nojekyll
cp -R build/html/* ../docs/
```