mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
| .. | ||
| make.bat | ||
| Makefile | ||
| README.md | ||
| requirements.txt | ||
Dependencies:
pip install -r requirements.txt
Setup:
- Modify
source/conf.py. - Add .rst pages to
sourcetree.
Build
$ mkdir build
$ sphinx-build -M html source build -a
Publish
Export contents of build/html to host.
N.B. For GitHub, touch .nojekyll file on the root of the branch.