Fix Sphinx extlinks
This commit is contained in:
parent
1e9da4bd8b
commit
c3d040936a
|
@ -16,7 +16,7 @@ release = '2.7.1'
|
|||
# They can be extensions coming with Sphinx (named 'sphinx.ext.*')
|
||||
# or your custom ones.
|
||||
extensions = ['sphinx.ext.extlinks', 'sphinxcontrib.luadomain']
|
||||
extlinks = {'github': ('https://github.com/%s', '@')}
|
||||
extlinks = {'github': ('https://github.com/%s', '@%s')}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
|
Loading…
Reference in New Issue