We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a72f48 commit 829ff3bCopy full SHA for 829ff3b
doc/conf.py
@@ -38,7 +38,7 @@
38
releases_release_uri = "https://github.com/tmux-python/libtmux/tree/v%s"
39
releases_future_release_uri = "https://github.com/tmux-python/libtmux/tree/%s"
40
41
-issues_github_path = about['__github__']
+issues_github_path = about['__github__'].replace('https://github.com/', '')
42
43
templates_path = ['_templates']
44
0 commit comments