Skip to content

Commit

Permalink
Fix Sphinx extlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx committed Nov 12, 2024
1 parent 1e9da4b commit c3d0409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# 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']
Expand Down

0 comments on commit c3d0409

Please sign in to comment.