Autodoc doesn't work when uploading docs to Readthedocs.io
See original GitHub issueThe changes I made worked fine on my computer, but it seems that readthedoc.io couldn’t handle autodoc.
See at https://cython.readthedocs.io/en/latest/src/userguide/source_files_and_compilation.html, there is no list of arguments for pyximport
.
Is it something that can be fixed with a PR? If yes, is there a config file to modify? If no, can a person with enough permissions take care of it? Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Sphinx Documentation (autodoc) not working after uploading ...
It is working fine when testing localhost. But after uploading it to Github and building docs on readthedocs.org the documentation page is not...
Read more >Frequently Asked Questions - Read the Docs
My project isn't building with autodoc¶. First, you should check out the Builds tab of your project. That records all of the build...
Read more >docs-python2readthedocs Documentation
extension (see: http://documentation-style-guide-sphinx.readthedocs.io/ ), however I personally ... This is very useful, but may not work out of the box.
Read more >Getting Started - Sphinx documentation
If any modules have side effects on import, these will be executed by autodoc when sphinx-build is run. If you document scripts (as...
Read more >Documentation with Sphinx - Python for HPC
Introduction; Setup; Autodoc; Themes; Using NumPy or Google style docstrings; Upload to ReadtheDocs; Breathe: Combining with Doxygen; Links; Feedback ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in 0030408ac7219ea21352d9ab0b71cfcbab90de4c.
Ping.
It would allow me to write cool PRs for the docs.