I am generating documentation but my function:
.. automodule:: the.path.of.the.file
is not generated by sphinx documentation.
With the other file on the same folder it works but for this one, there is no error message, nothing appears.
I checked the path and it is the good one. My functions in the file have docstring so it is fine too.
Are they reasons that would make a sphinx generation not working? like an import
that does not work.
A pip install needed? which I checked and everything is fine.