0

I generate documentation by sphinx-apidoc. Documentation is genereted to default rst templates. How can I generate documentation with my own rst templates?

bad_coder
  • 11,289
  • 20
  • 44
  • 72
Tomek
  • 116
  • 2
  • 11

1 Answers1

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