We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcfb51 commit 2b1072fCopy full SHA for 2b1072f
docs/conf.py
@@ -11,7 +11,7 @@
11
# Add any Sphinx extension module names here, as strings. They can be
12
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
13
# ones.
14
-extensions = ['sphinx_click.ext']
+extensions = ['sphinx_click.ext', 'reno.sphinxext']
15
16
# Add any paths that contain templates here, relative to this directory.
17
templates_path = []
docs/index.rst
@@ -11,3 +11,8 @@ Usage
.. click:: git_pw.shell:cli
:prog: git-pw
:show-nested:
+
+Release Notes
+-------------
18
+.. release-notes::
test-requirements.txt
@@ -2,3 +2,4 @@
2
sphinx>=1.5,<2.0
3
sphinx-click>=1.0,<2.0
4
click-man>=0.2,<0.3
5
+reno>=2.0,<3.0
0 commit comments