From 70c9e241941a9b56a42bc73a4cfb45d066ba7329 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Mon, 24 Jan 2022 23:45:05 +0000 Subject: [PATCH] Exclude `.codeowners` from Sphinx --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index 60ffa7b271d..4081564b70d 100644 --- a/conf.py +++ b/conf.py @@ -41,6 +41,8 @@ "README.rst", "CONTRIBUTING.rst", "pep_sphinx_extensions/LICENCE.rst", + # Miscellaneous + ".codespell", ] # -- Options for HTML output -------------------------------------------------