python-behave/sphinx-extlinks.patch
cherry530 805a4f34f7 Fix build error due to sphinx upgrade.
Signed-off-by: cherry530 <707078654@qq.com>
2023-07-29 16:07:13 +08:00

14 lines
564 B
Diff

--- a/docs/conf.py 2023-03-23 09:30:01.556715659 +0200
+++ b/docs/conf.py 2023-03-23 11:16:25.561357857 +0200
@@ -44,8 +44,8 @@
extlinks = {
- "pypi": ("https://pypi.python.org/pypi/%s", ""),
- "github": ("https://github.com/%s", "github:/"),
+ "pypi": ("https://pypi.python.org/pypi/%s", "%s"),
+ "github": ("https://github.com/%s", "%s"),
"issue": ("https://github.com/behave/behave/issue/%s", "issue #"),
"youtube": ("https://www.youtube.com/watch?v=%s", "youtube:video="),
"behave": ("https://github.com/behave/behave", None),