Closed verginer closed 6 years ago
It does seem like one of three things are true:
docs/.gitignore
file should not be theresphinx-apidoc -o docs {{cookiecutter.package_slug}}
needs to be part of a pre-commit hook in order to serve docsAnyone else having this problem? I don't get api docs for any modules using this cookiecuter.
I'm also having this issue, is there any solution? I'd prefer if ReadTheDocs could build these files so I wouldn't have to remember to do it every time my code changes.
you can definitely get around the issue by removing docs/.gitignore
or removing *.rst
from that file. it's just annoying that packages cut with this template have this bug.
Resolved
Description
I tried to get the autodoc to compile on rtfd but it failed until I removed the
rst
files specified in thedocs/.gitignore
. If they are not pushed and committed then read the docs cannot use autodocI propose to remove the files from that
docs/.gitignore
or find a way that it still compiles on readthedocs.io