1
0
Fork 0
forked from github/pelican

Try to fix documentation build

This commit is contained in:
Paolo Melchiorre 2022-01-26 20:59:02 +01:00
commit bf0860ee86
No known key found for this signature in database
GPG key ID: 5F8222398E1ED035
2 changed files with 3 additions and 3 deletions

View file

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