ewokssphinx A set of Sphinx directives for Ewoks Quick start pip install ewokssphinx Then, add ewokssphinx to the list of extensions in the Sphinx configuration file: # conf.py ... extensions = [ ..., "ewokssphinx", ] Documentation Full documentation with examples