File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- include LICENSE README.md CHANGELOG.md noxfile.py Pipfile
1
+ include LICENSE README.md CHANGELOG.md noxfile.py tasks.py Pipfile
2
2
recursive-include examples *
3
3
recursive-include tests *
4
4
recursive-include docs *
5
- recursive-exclude docs/_build *
6
- recursive-exclude plugins *
7
- exclude .github .gitignore azure-pipelines.yml tasks.py
5
+ prune .github
6
+ prune docs/_build
7
+ prune docs/.nox
8
+ exclude .github .gitignore azure-pipelines.yml
9
+ global-exclude htmlcov/** .coverage* __pycache__/** .gitignore
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def docs(context, builder='html'):
152
152
def doc8 (context ):
153
153
"""Check documentation with doc8"""
154
154
with context .cd (TASK_ROOT_STR ):
155
- context .run ('doc8 docs --ignore-path docs/_build' )
155
+ context .run ('doc8 docs --ignore-path docs/_build --ignore-path docs/.nox ' )
156
156
157
157
158
158
namespace .add_task (doc8 )
You can’t perform that action at this time.
0 commit comments