0

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.

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435
kitchat
  • 9
  • 2
  • 1
    Maybe you forgot to add the `:members:` option? – mzjn Aug 10 '23 at 14:54
  • 1
    Please provide enough code so others can better understand or reproduce the problem. – Community Aug 10 '23 at 15:54
  • Thanks to @mzjn i found the reason of the issue. A warning message has appeared concerning a missing module to import. – kitchat Aug 11 '23 at 11:56
  • Apparently the problem is gone, but the information here will not help anyone. It is not clear what the actual issue was or how it was solved. – mzjn Aug 25 '23 at 09:41

0 Answers0