readthedocs.org: Latest html build of docs does not include images; branch html build does
Details
- Read the Docs project URL: https://readthedocs.org/projects/bedops/
- Build URL (if applicable): https://readthedocs.org/projects/bedops/builds/9087007/
- Read the Docs username (if applicable): alexpreynolds
Expected Result
Images in: https://bedops.readthedocs.io/en/latest/ are rendered exactly as they are rendered in: https://bedops.readthedocs.io/en/v2p4p36/
Actual Result
Images are missing from the latest
build, which are visible in the v2p4p36
(branch) build. In place of images, broken images (“missing links”) are shown, instead.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 19 (9 by maintainers)
Did you cleanup your local environment before? You may have some old files (images) located in the right folder and that’s why they are found in your computer but not in ours.
Try running
make clean
first or starting from scratch following the steps that David mentioned. Let us know.