summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-11-25 04:06:30 +0100
committerBruno Oliveira <nicoddemus@gmail.com>2019-11-28 21:23:58 -0300
commitd3ab56f531f7419fb1bfe037244a96fa3ddf765c (patch)
treea28aad08ef94cfc07fa2c33add144ccbe27ed836 /pyproject.toml
parent209d99102da374bc2b445d08fba4c893d47a7a2a (diff)
downloadpytest-d3ab56f531f7419fb1bfe037244a96fa3ddf765c.tar.gz
docs: move changelog to docs/en and allow sphinx directives
Now `tox -e docs` will also include the draft changelog for the next version (locally only). `CHANGELOG.rst` now only points to the changelog on READTHEDOCS so sphinx diretives can be used. Followup to https://github.com/pytest-dev/pytest/pull/6272
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 552cdfa0f..31bf3bf4b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[tool.towncrier]
package = "pytest"
package_dir = "src"
-filename = "CHANGELOG.rst"
+filename = "doc/en/changelog.rst"
directory = "changelog/"
title_format = "pytest {version} ({project_date})"
template = "changelog/_template.rst"