readthedocs / sphinx-autoapi

A new approach to API documentation in Sphinx.
https://sphinx-autoapi.readthedocs.io/
MIT License
415 stars 127 forks source link

Running Autoapi deletes the rst files from the _build folder #460

Closed sayantanroy47 closed 3 days ago

sayantanroy47 commented 3 days ago

I am not sure if I am doing something wrong but here is a quick explanation.

I started using Autoapi. I am building with sphinx-build -b html . _build

During generation I can see a folder called _build/autoapi being created and that contains all the rst file. Once the html generations are done, the rst files are removed.

What am I doing wrong here?