Installation ¶
github ¶
Run:
git clone git@github.com:useblocks/sphinx-needs-enterprise.git
cd sphinx-needs-enterprise
pip install .
PyPi ¶
Run
pip
install
ubconnect_integrator
.
Registration ¶
After installation, the extensions need to be registered in the
conf.py
file:
extensions = [
# ... other extensions
'ubconnect_integrator']
License activation ¶
If a license for commercial projects is available, this can be set in
conf.py
via:
needs_enterprise_license = "ABCDE-FGHIJ-KLMNO-PQRST"