mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
827 B
827 B
Twig based UI blocks documentation
This documentation explains how to use UI blocks (new in 3.0) in twig based extensions.
How to build UI Documentation
Generating the documentation
Windows users
setup
Install Python from https://www.python.org/downloads/windows/
pip install -U sphinx
pip install sphinx-rtd-theme
pip install recommonmark
pip install sphinx-multiversion
doc generation
Under .doc/UI simply run make.bat html
The documentation is generated into .doc/UI/build/html
Linux users
setup
Under .doc/UI, run
sudo apt-get install python3-sphinx
pip install sphinx-rtd-theme
pip install recommonmark
pip install sphinx-multiversion
doc generation
Under .doc/UI, run
make html
The documentation is generated into .doc/UI/build/html