From d3ab56f531f7419fb1bfe037244a96fa3ddf765c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 25 Nov 2019 04:06:30 +0100 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fc61c6ee6..83b6dbe73 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ src/_pytest/_version.py doc/*/_build doc/*/.doctrees +doc/*/_changelog_towncrier_draft.rst build/ dist/ *.egg-info -- cgit v1.2.3