Closed cosmoscalibur closed 6 years ago
I do not have this problem. Audrey does not have this problem. Perhaps there is another reason why the docs are failing?
Also, do not remove the .gitignore file, you modify it
@pydanny and @audreyr , the content of the docs/.gitignore
file is:
/<package-name>.rst
/<package-name>.*.rst
/modules.rst
Using this file, readthedocs not generate Module Index (and related pages).
In case of edit this file, what line is required to remove?
I think this is related to https://github.com/audreyr/cookiecutter-pypackage/issues/342
Resolved
Location within the Course
Description
Readthedocs is not building automated docs of modules because a
.gitignore
file is indocs
directory excluding module documentation files.You need remove that file and addig the new files to the repo.