mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Adjust extlinks configuration for Sphinx 5.0+
This commit is contained in:
parent
961909a149
commit
33aca76d78
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ rst_prolog = '''
|
||||||
'''.format(last_stable)
|
'''.format(last_stable)
|
||||||
|
|
||||||
extlinks = {
|
extlinks = {
|
||||||
'pelican-doc': ('https://docs.getpelican.com/%s/', '')
|
'pelican-doc': ('https://docs.getpelican.com/%s/', '%s')
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- Options for HTML output --------------------------------------------------
|
# -- Options for HTML output --------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue