Closed fuzzball81 closed 6 years ago
Adding a custom function to make readthedocs run sphinx-apidoc on every run to ensure the apis are up to date.
sphinx-apidoc
Modified the index.rst to look for a source/modules.rst file that will be generated from sphinx-apidoc
Modified the docs/..gitignore file to ignore a locally generated source directory.
Modified several Makefiles to remove references to pipenv.
Signed-off-by: Jason Joyce fuzzball81@gmail.com
Link to the live docs: https://git-wrapper-personal.readthedocs.io/en/doc-fix/ Compared to: https://git-wrapper.readthedocs.io/en/latest/
Adding a custom function to make readthedocs run
sphinx-apidoc
on every run to ensure the apis are up to date.Modified the index.rst to look for a source/modules.rst file that will be generated from sphinx-apidoc
Modified the docs/..gitignore file to ignore a locally generated source directory.
Modified several Makefiles to remove references to pipenv.
Signed-off-by: Jason Joyce fuzzball81@gmail.com