Building the documentation#
ewoksorange uses sphinx to generate the documentation. To build the documentation make sure the ‘doc’ extra-requirements are installed.
pip install ewoksorange[doc]
Then you should be able to generate the documentation:
sphinx-build doc [output_dir]