tildepages source repo
Go to file
Jordan Cook bd1913d3bb Add MIT license 2022-11-06 20:47:01 -06:00
docs Back to Furo theme 2022-11-06 20:35:49 -06:00
.gitignore Initial commit 2022-11-06 19:25:37 -06:00
LICENSE Add MIT license 2022-11-06 20:47:01 -06:00
Makefile Add sphinx-autobuild and Makefile 2022-11-06 20:42:26 -06:00
README.md Add sphinx-autobuild and Makefile 2022-11-06 20:42:26 -06:00
requirements.txt Add sphinx-autobuild and Makefile 2022-11-06 20:42:26 -06:00

README.md

Test

Placeholder Sphinx doc outline

Prerequisites:

  • python 3.8+

To build:

pip install -U -r requirements.txt
make docs

Or with live reload:

make livedocs