【发布时间】:2019-01-19 02:18:38
【问题描述】:
我正在努力寻找一种方法来使用我的 README.rst 中的图像,该图像将同时显示在 github 和 PyPI 上。
目前我正在使用以下标记:
.. image:: https://github.com/thebjorn/pydeps/blob/master/docs/_static/pydeps.svg
在 github (https://github.com/thebjorn/pydeps) 上看起来很棒,但在 PyPI (https://pypi.org/project/pydeps/1.6.0/) 上显示为断开的链接。
这可能吗,还是我需要在其他地方托管这些图像?
【问题讨论】:
标签: python github restructuredtext pypi