I have this python package that I'd like to automatically document using Sphinx. I've inserted docstrings in every functions and classes.
I made an account on ReadTheDocs, and did the setup accordingly (i.e., a docs/
dir with a conf.py
file). Then, basically, I've tried almost everything: every combination of autodoc::
, autofunction::
, autoclass::
; I tried using the same conf.py
file as other packages which documented API (with specific changes made according to my case, of course); but it just doesn't work, the API page remains inexorably empty...