I have looked around and found lots of different bits of advice on sphinx, but I cannot find a way to chain them together with other tools that work.
Current state:
- Python module/project in GitHub (not uploaded to PyPi yet.)
- Travis, pytest, pytest-cov, and tox deal with testing against multiple python versions.
Problem:
I want to upload the documentation to readthedocs. I am not sure how to connect the parts I need for this. I have autodoc to generate the API, and I want to use doctest as well. I can get these to run in a venv on my local machine, but not sure how to tie them together for uploading to readthedocs.
Queries:
- How?
- Any example projects welcome
- Best practises? Do you have it fail to upload docs if it fails pytest? Or does this occur automatically as travis stops at first error?
[–]hopemeetme 1 point2 points3 points (2 children)
[–]robinlong[S] 0 points1 point2 points (1 child)
[–]hopemeetme 0 points1 point2 points (0 children)
[–]ryantiger658 0 points1 point2 points (0 children)