Skip to content

Commit db5a109

Browse files
authored
infra: add doc8 check for documentation files (#1441)
1 parent 8f3b417 commit db5a109

File tree

13 files changed

+115
-107
lines changed

13 files changed

+115
-107
lines changed

buildspec-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ phases:
1313
- tox -e black-check
1414

1515
# run package and docbuild checks
16-
- tox -e twine
17-
- tox -e sphinx
16+
- tox -e twine,sphinx,doc8
1817

1918
# run unit tests
2019
- AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_SESSION_TOKEN=

buildspec-unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ phases:
1111
- ./ci-scripts/displaytime.sh 'flake8,pylint,twine,black-check' $start_time
1212

1313
- start_time=`date +%s`
14-
- tox -e sphinx
15-
- ./ci-scripts/displaytime.sh 'sphinx' $start_time
14+
- tox -e sphinx,doc8
15+
- ./ci-scripts/displaytime.sh 'sphinx,doc8' $start_time
1616

1717
# run unit tests
1818
- start_time=`date +%s`

0 commit comments

Comments
 (0)