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"