Skip to content

A Cookiecutter template for generating Sphinx extensions

License

Notifications You must be signed in to change notification settings

sphinx-notes/cookiecutter

Repository files navigation

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 update-template

Acknowledgment