python-greenlet/sphinx-6.0.0.patch

15 lines
495 B
Diff
Raw Normal View History

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')
}