Create stubs before building documentation
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)