mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
23 lines
327 B
Markdown
23 lines
327 B
Markdown
## Dependencies:
|
|
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Setup:
|
|
|
|
1. Modify `source/conf.py`.
|
|
2. Add .rst pages to `source` tree.
|
|
|
|
## 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.
|