diff --git a/conf.py b/conf.py index 60ffa7b27..4081564b7 100644 --- a/conf.py +++ b/conf.py @@ -41,6 +41,8 @@ exclude_patterns = [ "README.rst", "CONTRIBUTING.rst", "pep_sphinx_extensions/LICENCE.rst", + # Miscellaneous + ".codespell", ] # -- Options for HTML output -------------------------------------------------