Skip to content

Commit

Permalink
doc: Integrate reno
Browse files Browse the repository at this point in the history
For release note management

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Aug 24, 2017
1 parent 8dcfb51 commit 2b1072f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx_click.ext']
extensions = ['sphinx_click.ext', 'reno.sphinxext']

# Add any paths that contain templates here, relative to this directory.
templates_path = []
Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ Usage
.. click:: git_pw.shell:cli
:prog: git-pw
:show-nested:

Release Notes
-------------

.. release-notes::
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
sphinx>=1.5,<2.0
sphinx-click>=1.0,<2.0
click-man>=0.2,<0.3
reno>=2.0,<3.0

0 comments on commit 2b1072f

Please sign in to comment.