Skip to content

Commit 9b088c3

Browse files
committed
re-enable use of pypi filter in our doc build
Related to #227
1 parent d41eceb commit 9b088c3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
]
3333

3434
spelling_show_suggestions = True
35-
spelling_ignore_pypi_package_names = False
35+
spelling_ignore_pypi_package_names = True
3636
spelling_ignore_contributor_names = True
3737

3838
# Add any paths that contain templates here, relative to this directory.

docs/source/history.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@
1414
libenchant
1515
macOS
1616
namespace
17-
pbr
18-
pyenchant
1917
repo
2018
scm
2119
setuptools
2220
testrepository
23-
tox
2421
unicode
2522
unmaintained
2623

tests/test_filter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,4 @@ def test_importable_module_with_system_exit(tmpdir):
151151
def test_pypi_filter_factory():
152152
f = filters.PyPIFilterFactory()
153153
assert "sphinxcontrib-spelling" in f.words
154+
assert "setuptools" in f.words

0 commit comments

Comments
 (0)