You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
253 B
253 B
Building these Docs Locally
Install these:
$ pip install sphinx sphinx-autobuild sphinx_rtd_theme
To run the server:
$ cd docs
$ ./server.bat
or
$ sphinx-autobuild . _build/html
Then visit http://localhost:8000 to see the docs.