【发布时间】:2013-06-19 10:35:45
【问题描述】:
我想链接到我的 Sphinx 文档中的某个 URL:
<a href="http://some.url">blah</a>
我在文档中发现了类似的内容:http://sphinx-doc.org/ext/extlinks.html - 但按照惯例,它是用链接替换自定义语法。相反,我只想生成一个指向外部网络资源的链接。
【问题讨论】:
标签: hyperlink python-sphinx restructuredtext