pip install -r requirements.txt
- Modify
source/conf.py. - Add .rst pages to
sourcetree.
$ mkdir build
$ sphinx-build -M html source build -a
Export contents of build/html to host.
N.B. For GitHub, touch .nojekyll file on the root of the branch.