Skip to content

Commit 9adadbf

Browse files
committed
docs: exclude .kb from sphinx source discovery
1 parent cd543b5 commit 9adadbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1!11.1.4
1+
1!11.1.5

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# List of patterns, relative to source directory, that match files and
6666
# directories to ignore when looking for source files.
6767
# This pattern also affects html_static_path and html_extra_path .
68-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
68+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".kb"]
6969

7070
# The name of the Pygments (syntax highlighting) style to use.
7171
pygments_style = "sphinx"

0 commit comments

Comments
 (0)