Is there a way to auto-update index.rst file to include all the .rst files generated?
.. toctree::
:maxdepth: 2
Here is the current content of the index.rst
I want to auto update the file and the content will be like
.. toctree::
:maxdepth: 2
doc1
doc2
doc1 and doc2 are generated rst files
New contributor
Sib is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.