Skip to content

Commit

Permalink
Move spellcheck higher in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioRosado committed Jun 17, 2018
1 parent 1897657 commit 63f185e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ if [ "$DOC" ]; then
echo ./make.py
./make.py

echo "Running spell check on documentation"
./make.py spellcheck

echo ########################
echo # Create and send docs #
echo ########################
Expand Down Expand Up @@ -69,9 +72,6 @@ if [ "$DOC" ]; then
pandas/core/reshape/reshape.py \
pandas/core/reshape/tile.py

echo "Running spellcheck on documentation"
cd doc
./make.py spellcheck

fi

Expand Down

0 comments on commit 63f185e

Please sign in to comment.