summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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