From 9f6c7af4c9ca8d4873a3c770c27e0b8bf64511ce Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 16 Jan 2022 23:11:15 +0000 Subject: [PATCH] Add pep_sphinx_extensions/LICENCE.rst to exclude_patterns --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index a508a96f533..60ffa7b271d 100644 --- a/conf.py +++ b/conf.py @@ -40,6 +40,7 @@ "pep-0012", "README.rst", "CONTRIBUTING.rst", + "pep_sphinx_extensions/LICENCE.rst", ] # -- Options for HTML output -------------------------------------------------