Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 271 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 271 Bytes

PyDOM Sphinx Template Engine

This is how you can use PyDOM as the template engine instead of Jinja:

pip install pydom-sphinx

Setup

Add the extension in conf.py

extensions = [ "pydom_sphinx" ]

Run

sphinx-build -b pydom docs build