summaryrefslogtreecommitdiff
path: root/README.md
blob: 0689d3b506169c6df4357f4541e399f7f859ce60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vainglory-docs

[http://vainglory-gamelocker-documentation.readthedocs.io/en/master/introduction.html](http://vainglory-gamelocker-documentation.readthedocs.io/en/master/introduction.html)

### Setup & Run
Install python and pip

`pip install -r requirements.txt`

`make html`

### The tech
- The documentation is handled by a python packaged called [Sphinx](http://www.sphinx-doc.org/en/stable/)
- It is temporarily hosted by a service called [readthedocs](https://readthedocs.org/projects/battlerite-docs)