Skip to content

Commit 776245b

Browse files
committed
Update releases to support future release uri template
See also: - bitprophet/releases#54 (original PR by @scolby33) - bitprophet/releases#76 (rebased branch of above PR used in this commit) - Feature request: bitprophet/releases#65
1 parent 67d3f09 commit 776245b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
releases_document_name = "history"
3434
releases_issue_uri = "https://github.com/tmux-python/libtmux/issues/%s"
3535
releases_release_uri = "https://github.com/tmux-python/libtmux/tree/v%s"
36+
releases_future_release_uri = "https://github.com/tmux-python/libtmux/tree/%s"
3637

3738
templates_path = ['_templates']
3839

requirements/doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docutils==0.14
2-
releases==1.5.0
2+
git+https://github.com/tony/releases.git@future-releases-uri-config#egg=releases
33
sphinx==1.7.5
44
alagitpull==0.0.21
55
sphinxcontrib-napoleon==0.6.1

0 commit comments

Comments
 (0)