A Sphinx extension for building Devmountain's Specs v3.0 curriculum!
poetry add sphinxcontrib-specs
# ...or just use pip
pip install sphinxcontrib-specs
# conf.py
extensions = [
# ...
'sphinxcontrib.specs',
]
# conf.py
html_theme = "specs"
sphinx-build -b specs . _build/specs
Uhh... look for the docs in Notion.
Or just look at the example in tests/roots/test-builder-example
.