I generate documentation by sphinx-apidoc. Documentation is genereted to default rst templates. How can I generate documentation with my own rst templates?
Asked
Active
Viewed 507 times
1 Answers
0
Looking at the source code, it looks like they don't actually have a formal template. However, the script does seem simple enough to modify. See the create_*_file
methods.

devin_s
- 3,345
- 1
- 27
- 32