Skip to content

Commit f565d96

Browse files
authored
CI: Validate capitalization of docs/development (#33352)
1 parent 2d44865 commit f565d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/code_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
348348
RET=$(($RET + $?)) ; echo $MSG "DONE"
349349

350350
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
351+
$BASE_DIR/scripts/validate_rst_title_capitalization.py $BASE_DIR/doc/source/development $BASE_DIR/doc/source/reference
352352
RET=$(($RET + $?)) ; echo $MSG "DONE"
353353

354354
fi

0 commit comments

Comments
 (0)