Daniel Garcia
2983b265ea
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=64
15 lines
495 B
Diff
15 lines
495 B
Diff
Index: greenlet-1.1.3/docs/conf.py
|
|
===================================================================
|
|
--- greenlet-1.1.3.orig/docs/conf.py
|
|
+++ greenlet-1.1.3/docs/conf.py
|
|
@@ -271,7 +271,7 @@ autoclass_content = 'both'
|
|
|
|
extlinks = {
|
|
'issue': ('https://github.com/python-greenlet/greenlet/issues/%s',
|
|
- 'issue #'),
|
|
+ 'issue #%s'),
|
|
'pr': ('https://github.com/python-greenlet/greenlet/pull/%s',
|
|
- 'pull request #')
|
|
+ 'pull request #%s')
|
|
}
|