1
0
Fork 0
forked from github/pelican

Adjust extlinks configuration for Sphinx 5.0+

This commit is contained in:
Justin Mayer 2022-08-01 12:36:54 +02:00
commit 33aca76d78

View file

@ -23,7 +23,7 @@ rst_prolog = '''
'''.format(last_stable)
extlinks = {
'pelican-doc': ('https://docs.getpelican.com/%s/', '')
'pelican-doc': ('https://docs.getpelican.com/%s/', '%s')
}
# -- Options for HTML output --------------------------------------------------