Installation¶
Using poetry¶
poetry add sphinx-emf
Using pip¶
pip install sphinx-emf
Using sources¶
git clone https://github.com/useblocks/sphinx-emf
cd sphinx-emf
pip install .
# or
poetry install
Activation¶
For final activation, please add sphinx_emf to the project’s extension list of your conf.py file.
extensions = ["sphinx_emf",]
For the full configuration, please read Configuration.