sphinxcontrib.specs
A Sphinx extension for building Devmountain's Specs v3.0 curriculum!
Installation
Install with your favorite package manager
poetry add sphinxcontrib-specs
# ...or just use pip
pip install sphinxcontrib-specs
Add the extension to your Sphinx configuration file
# conf.py
extensions = [
# ...
'sphinxcontrib.specs',
]
html_theme
to "specs"
Set your # conf.py
html_theme = "specs"
specs
builder
Build using the sphinx-build -b specs . _build/specs
Features
Uhh... look for the docs in Notion.
Or just look at the example in tests/roots/test-builder-example
.