Skip to content

Commit a12197e

Browse files
webknjaznedbat
authored andcommitted
Fix an incorrect statement in philosophy about Towncrier only supporting RST
The reality is that it is Jinja2 template based and can produce Markdown as well. It just used to be poorly documented. I helped Hynek figure it out for the attrs project at some point.
1 parent ca17b69 commit a12197e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/philosophy.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ None fully embodied scriv's philopsophy.
3737
Tools most similar to scriv:
3838

3939
- `towncrier`_: built for Twisted, with some unusual specifics: fragment type
40-
is the file extension, issue numbers in the file name. Only .rst files.
40+
is the file extension, issue numbers in the file name. Defaults to using
41+
``.rst`` files, but can be configured to produce Markdown or any other
42+
output format, provided enough configuration.
4143

4244
- `blurb`_: built for CPython development, specific to their workflow: issue
4345
numbers from bugs.python.org, only .rst files.

0 commit comments

Comments
 (0)