Skip to content

Create stubs before building documentation

Fernandes_Gu requested to merge sphinx-docs-create-stubs into development

The update in the make.bat executes the following command from the docs directory:

sphinx-apidoc --tocfile api -e -M -o _stubs ../eta_utility

This command create the directory _stubs (what is stubs?) and then there is no error while building the documentation.

Closes #115 (closed)

Merge request reports