From aed1a762d97863b136e51e5d3a95d1333492dc72 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 24 Feb 2022 16:20:07 +0000 Subject: Include utils package in doc cleanup funciton --- docs/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/utils.py b/docs/utils.py index 8bc69ccd..6afbeec0 100644 --- a/docs/utils.py +++ b/docs/utils.py @@ -72,7 +72,7 @@ def cleanup() -> None: included = __get_included() for file in (PROJECT_ROOT / "docs" / "output").iterdir(): - if file.name in ("botcore.rst", "botcore.exts.rst") and file.name in included: + if file.name in ("botcore.rst", "botcore.exts.rst", "botcore.utils.rst") and file.name in included: content = file.read_text(encoding="utf-8").splitlines(keepends=True) # Rename the extension to be less wordy -- cgit v1.2.3