Documentation

The addon uses Sphinx, sphinx_rtd_theme, sphinx-autoapi to generate the documentation.

These tools can be installed with

  • pip install -U sphinx

  • pip install sphinx-rtd-theme

  • pip install sphinx-autoapi

In order to build the documentation locally

  • download the project

  • navigate to the sphinx folder (i.e. cd Blender-Addon-Photogrammetry-Importer/doc/sphinx)

  • run make html / make latex (using Linux) or make.bat html / make.bat latex (using Windows)