summaryrefslogtreecommitdiff
path: root/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-13 11:48:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-13 11:48:35 +0000
commite45f0df9d7f9f5260e69235b8c7c6e00153747f0 (patch)
tree1999e441fd73f9d62d9ab632067bb978b9b34f29 /app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
parent4bc834b03b9438dcfd45780f31a02994c24608ba (diff)
gentoo auto-resync : 13:01:2023 - 11:48:35
Diffstat (limited to 'app-text/pelican/files/pelican-4.8.0-sphinx-6.patch')
-rw-r--r--app-text/pelican/files/pelican-4.8.0-sphinx-6.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch b/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
new file mode 100644
index 000000000000..60302f21a072
--- /dev/null
+++ b/app-text/pelican/files/pelican-4.8.0-sphinx-6.patch
@@ -0,0 +1,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 --------------------------------------------------
+