readthedocs.org: Latest html build of docs does not include images; branch html build does

Details

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)

Most upvoted comments

I cannot reproduce this issue if I build the documents locally — outside of RTD (i.e., git pull origin master, cd docs, and make html, followed by open _build/html/index.html, loads images correctly).

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.