Skip to content

Commit

Permalink
Update releases to support future release uri template
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tony committed Jun 23, 2018
1 parent 67d3f09 commit 776245b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
releases_document_name = "history"
releases_issue_uri = "https://github.com/tmux-python/libtmux/issues/%s"
releases_release_uri = "https://github.com/tmux-python/libtmux/tree/v%s"
releases_future_release_uri = "https://github.com/tmux-python/libtmux/tree/%s"

templates_path = ['_templates']

Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docutils==0.14
releases==1.5.0
git+https://github.com/tony/releases.git@future-releases-uri-config#egg=releases
sphinx==1.7.5
alagitpull==0.0.21
sphinxcontrib-napoleon==0.6.1

0 comments on commit 776245b

Please sign in to comment.