You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx-users
I am quite new to sphinx I try to figuring out autodocumenting my
Python code with it. I have setup a test-project [1] to play around
with some settings.
I found a lot of tutorials/blogs in the web [2][3]. In all of them the sphinx-apidoc call generates an index.rst. But in my project [1] it does not happen. And the "make html" run then throw an error about the missing index.rst.
It is unclear for me what index.rst is for. Why is it generate in some situations and in some not?
I tried this two variants for the sphinx-apidoc call.