summaryrefslogtreecommitdiff
path: root/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
blob: 60302f21a072d198a864d56d648cd0e7aaca0410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
https://bugs.gentoo.org/889706
https://github.com/getpelican/pelican/commit/33aca76d78601f0f0da635c8a14c89bbbc9ff8d6

From 33aca76d78601f0f0da635c8a14c89bbbc9ff8d6 Mon Sep 17 00:00:00 2001
From: Justin Mayer <entroP@gmail.com>
Date: Mon, 1 Aug 2022 12:36:54 +0200
Subject: [PATCH] Adjust extlinks configuration for Sphinx 5.0+

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