How can I force sphinx-apidoc to generate doc using my own rst templates?

539 views Asked by At

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

1

There are 1 answers

0
devin_s On

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.