From 9adadbfbaf1c20bcc6c5c3e55348ba7a1f8d97a0 Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Fri, 31 Jul 2026 22:47:10 +0000 Subject: [PATCH] docs: exclude .kb from sphinx source discovery --- VERSION | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 37a82308..4dd7a042 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1!11.1.4 +1!11.1.5 diff --git a/docs/conf.py b/docs/conf.py index 69bd8405..eb248ddd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path . -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".kb"] # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx"