Skip to content

fix: use absolute URLs for README images (fixes PyPI rendering)#34

Open
BioGeek wants to merge 1 commit into
mainfrom
fix-readme-images
Open

fix: use absolute URLs for README images (fixes PyPI rendering)#34
BioGeek wants to merge 1 commit into
mainfrom
fix-readme-images

Conversation

@BioGeek
Copy link
Copy Markdown
Collaborator

@BioGeek BioGeek commented Apr 21, 2026

Summary

Fixes #9 — images in the README don't render on PyPI because PyPI cannot resolve relative paths.

Two changes:

  • Logo (instanexus_logo 2.svg): changed from relative docs/source/assets/... to absolute raw.githubusercontent.com/... URL
  • Workflow diagram (instanexus_panel.png): was pointing to non-existent images/instanexus_panel.png — fixed to the actual location at docs/source/assets/instanexus_panel.png using an absolute URL

After merging, a new PyPI release is needed for the fix to appear on the PyPI project page.

Test plan

PyPI does not resolve relative image paths — images must use full
URLs to raw.githubusercontent.com. Also fixes the workflow diagram
path which pointed to a non-existent images/ directory (the file
is actually in docs/source/assets/).

Closes #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Images on PyPI not set

1 participant