jwcook.tilde.team/README.md

17 lines
184 B
Markdown
Raw Normal View History

2022-11-07 01:25:37 +00:00
# Test
Placeholder Sphinx doc outline
2022-11-07 01:35:34 +00:00
Prerequisites:
* python 3.8+
2022-11-07 01:25:37 +00:00
To build:
2022-11-07 02:42:26 +00:00
```bash
2022-11-07 01:35:34 +00:00
pip install -U -r requirements.txt
2022-11-07 02:42:26 +00:00
make docs
```
Or with live reload:
```bash
make livedocs
2022-11-07 01:25:37 +00:00
```