Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 819 Bytes

File metadata and controls

36 lines (27 loc) · 819 Bytes

Sphinx Notes Extension Template

A Cookiecutter template for generating Sphinx extensions.

Usage

We use Cruft to create project interactively:

$ cruft create https://github.com/sphinx-notes/cookiecutter
namespace [sphinxnotes]:
name [demo]:
full_name [sphinxnotes-demo]:
...

To keep sync with the newst template:

$ cd demo
$ make tmpl-update
...
$ make tmpl-update-done

Acknowledgment