sphinx
file--Location: Lib \ site-packages \ Sphinx-x.x.x-pyx.x.egg \ sphinx \ writers
--File name: latex.py
--Changes: visit_reference
method (around line 1729)
# python2.7.13
elif uri.startswith('file:'):
self.body.append('\\href{%s}{' % self.encode_uri(uri))
self.context.append('}')
--Reference: hyperlink to an external git repository in Sphinx PDF documentation
Recommended Posts