File: Update-extlinks-for-Sphinx-6.x.patch

package info (click to toggle)
pybtex 0.24.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,608 kB
  • sloc: python: 13,622; makefile: 181; sh: 39; javascript: 29
file content (22 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Jerry James <loganjerry@gmail.com>
Date: Tue, 21 Mar 2023 08:59:35 -0600
Subject: Update extlinks for Sphinx 6.x

(cherry picked from commit 75b5ccc265e07d4b99ab69a33201f98702ed7d09)
---
 docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index d250978..483ad6e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -46,7 +46,7 @@ intersphinx_mapping = {
 }
 
 extlinks = {
-    'source': ('https://bitbucket.org/pybtex-devs/pybtex/src/HEAD/%s', ''),
+    'source': ('https://bitbucket.org/pybtex-devs/pybtex/src/HEAD/%s', '%s'),
 }
 
 # Add any paths that contain templates here, relative to this directory.