Skip to content

Commit 4602b68

Browse files
committed
Run spellcheck from build_docs.sh
1 parent 5d418fb commit 4602b68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/build_docs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ if [ "$DOC" ]; then
6969
pandas/core/reshape/reshape.py \
7070
pandas/core/reshape/tile.py
7171

72+
echo "Running spellcheck on documentation"
73+
cd doc
74+
./make.py spellcheck
75+
7276
fi
7377

7478
exit 0

scripts/announce.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def update_name_wordlist():
9797
for name in all_names:
9898
wordlist.write('{}\n'.format(name))
9999

100-
update_name_wordlist()
101100

102101
def get_pull_requests(repo, revision_range):
103102
prnums = []

0 commit comments

Comments
 (0)