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