We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d44865 commit f565d96Copy full SHA for f565d96
ci/code_checks.sh
@@ -348,7 +348,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
348
RET=$(($RET + $?)) ; echo $MSG "DONE"
349
350
MSG='Validate correct capitalization among titles in documentation' ; echo $MSG
351
- $BASE_DIR/scripts/validate_rst_title_capitalization.py $BASE_DIR/doc/source/development/contributing.rst $BASE_DIR/doc/source/reference
+ $BASE_DIR/scripts/validate_rst_title_capitalization.py $BASE_DIR/doc/source/development $BASE_DIR/doc/source/reference
352
353
354
fi
0 commit comments