Fix Sphinx extlinks

This commit is contained in:
Nguyễn Gia Phong 2024-11-12 13:41:10 +09:00 committed by McSinyx
parent 1e9da4bd8b
commit c3d040936a
2 changed files with 1 additions and 1 deletions

View File

@ -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']