summarylogtreecommitdiffstats
path: root/docs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'docs.patch')
-rw-r--r--docs.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs.patch b/docs.patch
new file mode 100644
index 000000000000..3a4cd18a9f33
--- /dev/null
+++ b/docs.patch
@@ -0,0 +1,14 @@
+Reported as https://github.com/cyrusimap/cyrus-imapd/issues/4491
+--- package.pristine/docsrc/conf.py 2022-12-12 03:05:16.000000000 +0100
++++ package.patched/docsrc/conf.py 2023-04-27 15:49:52.022327117 +0200
+@@ -527,8 +527,8 @@
+ # XXX handlers here, except that these urls require expanding the version string
+ # XXX twice, and the sphinx extlinks thingy currently only supports a single %s
+ extlinks = {
+- 'draft':('https://tools.ietf.org/html/%s', ''),
+- 'issue':('https://github.com/cyrusimap/cyrus-imapd/issues/%s', 'Issue #'),
++ 'draft':('https://tools.ietf.org/html/%s', None),
++ 'issue':('https://github.com/cyrusimap/cyrus-imapd/issues/%s', 'Issue #%s'),
+ 'cyrus-2.5':('https://www.cyrusimap.org/2.5%s',None),
+ 'cyrus-3.0':('https://www.cyrusimap.org/3.0%s',None),
+ 'cyrus-3.2':('https://www.cyrusimap.org/3.2%s',None),