Skip to content

Commit 4099864

Browse files
committed
Update announce, call function from make.py
1 parent d6ec3a5 commit 4099864

File tree

3 files changed

+1964
-1610
lines changed

3 files changed

+1964
-1610
lines changed

doc/make.py

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
import webbrowser
2222
import jinja2
2323

24+
from scripts.announce import update_name_wordlist
25+
2426

2527
DOC_PATH = os.path.dirname(os.path.abspath(__file__))
2628
SOURCE_PATH = os.path.join(DOC_PATH, 'source')
@@ -307,6 +309,7 @@ def zip_html(self):
307309

308310
def spellcheck(self):
309311
"""Spell check the documentation."""
312+
update_name_wordlist()
310313
self._sphinx_build('spelling')
311314
output_location = os.path.join('build', 'spelling', 'output.txt')
312315
with open(output_location) as output:

0 commit comments

Comments
 (0)