Skip to content

Commit 2b1072f

Browse files
committed
doc: Integrate reno
For release note management Signed-off-by: Stephen Finucane <[email protected]>
1 parent 8dcfb51 commit 2b1072f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Add any Sphinx extension module names here, as strings. They can be
1212
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
1313
# ones.
14-
extensions = ['sphinx_click.ext']
14+
extensions = ['sphinx_click.ext', 'reno.sphinxext']
1515

1616
# Add any paths that contain templates here, relative to this directory.
1717
templates_path = []

docs/index.rst

+5
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ Usage
1111
.. click:: git_pw.shell:cli
1212
:prog: git-pw
1313
:show-nested:
14+
15+
Release Notes
16+
-------------
17+
18+
.. release-notes::

test-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
sphinx>=1.5,<2.0
33
sphinx-click>=1.0,<2.0
44
click-man>=0.2,<0.3
5+
reno>=2.0,<3.0

0 commit comments

Comments
 (0)