Skip to content

Commit

Permalink
Merge pull request #232 from dhellmann/enable-pypi-names-docs
Browse files Browse the repository at this point in the history
re-enable use of pypi filter in our doc build
  • Loading branch information
dhellmann authored Dec 19, 2024
2 parents d41eceb + 9b088c3 commit 58821a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]

spelling_show_suggestions = True
spelling_ignore_pypi_package_names = False
spelling_ignore_pypi_package_names = True
spelling_ignore_contributor_names = True

# Add any paths that contain templates here, relative to this directory.
Expand Down
3 changes: 0 additions & 3 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@
libenchant
macOS
namespace
pbr
pyenchant
repo
scm
setuptools
testrepository
tox
unicode
unmaintained

Expand Down
1 change: 1 addition & 0 deletions tests/test_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ def test_importable_module_with_system_exit(tmpdir):
def test_pypi_filter_factory():
f = filters.PyPIFilterFactory()
assert "sphinxcontrib-spelling" in f.words
assert "setuptools" in f.words

0 comments on commit 58821a6

Please sign in to comment.