File tree 4 files changed +11
-0
lines changed
4 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ Updated the docs build tooling to support the latest version of
2
+ Towncrier and show the previews of not-yet-released setuptools versions
3
+ in the changelog -- :user: `webknjaz `
Original file line number Diff line number Diff line change 143
143
python = ('https://docs.python.org/3' , None ),
144
144
python2 = ('https://docs.python.org/2' , None ),
145
145
)
146
+
147
+ # Add support for the unreleased "next-version" change notes
148
+ extensions += ['sphinxcontrib.towncrier' ]
149
+ # Extension needs a path from here to the towncrier config.
150
+ towncrier_draft_working_directory = '..'
Original file line number Diff line number Diff line change 5
5
History
6
6
*******
7
7
8
+ .. towncrier-draft-entries :: DRAFT, unreleased as on |today|
9
+
8
10
.. include :: ../CHANGES (links).rst
9
11
10
12
Credits
Original file line number Diff line number Diff line change 75
75
# local
76
76
pygments-github-lexers ==0.0.5
77
77
sphinx-inline-tabs
78
+ sphinxcontrib-towncrier
78
79
79
80
ssl =
80
81
wincertstore ==0.2; sys_platform=='win32'
You can’t perform that action at this time.
0 commit comments