Skip to content

Commit 829ff3b

Browse files
committed
Fix sphinx-issues links
1 parent 2a72f48 commit 829ff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
releases_release_uri = "https://github.com/tmux-python/libtmux/tree/v%s"
3939
releases_future_release_uri = "https://github.com/tmux-python/libtmux/tree/%s"
4040

41-
issues_github_path = about['__github__']
41+
issues_github_path = about['__github__'].replace('https://github.com/', '')
4242

4343
templates_path = ['_templates']
4444

0 commit comments

Comments
 (0)