Skip to content

Commit d24bbd2

Browse files
remove check for building docs, we also want to test if docstrings changed
1 parent f17747f commit d24bbd2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ci/build_docs.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ fi
88
cd "$TRAVIS_BUILD_DIR"
99
echo "inside $0"
1010

11-
git show --pretty="format:" --name-only HEAD~5.. --first-parent | grep -P "rst|txt|doc"
12-
13-
if [ "$?" != "0" ]; then
14-
echo "Skipping doc build, none were modified"
15-
# nope, skip docs build
16-
exit 0
17-
fi
18-
1911
RET=0
2012

2113
if [ "$DOC" ]; then

0 commit comments

Comments
 (0)