Skip to content

Commit

Permalink
docs: move changelog to docs/en and allow sphinx directives (pytest-d…
Browse files Browse the repository at this point in the history
…ev#6287)

docs: move changelog to docs/en and allow sphinx directives
  • Loading branch information
nicoddemus committed Nov 29, 2019
2 parents 209d991 + d3ab56f commit 277857b
Show file tree
Hide file tree
Showing 10 changed files with 7,620 additions and 7,563 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -25,6 +25,7 @@ src/_pytest/_version.py

doc/*/_build
doc/*/.doctrees
doc/*/_changelog_towncrier_draft.rst
build/
dist/
*.egg-info
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -48,7 +48,7 @@ repos:
- id: rst
name: rst
entry: rst-lint --encoding utf-8
files: ^(CHANGELOG.rst|HOWTORELEASE.rst|README.rst|TIDELIFT.rst|changelog/.*)$
files: ^(HOWTORELEASE.rst|README.rst|TIDELIFT.rst)$
language: python
additional_dependencies: [pygments, restructuredtext_lint]
- id: changelogs-rst
Expand Down

0 comments on commit 277857b

Please sign in to comment.