Fix doc build

Items in the `_env` directory must not be considered
This commit is contained in:
Jeff Epler 2024-07-17 21:13:36 -05:00
parent d63d988ce7
commit 887f6535f2

View file

@ -51,7 +51,7 @@ templates_path = ['_templates']
# 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', '_env']
# -- Options for HTML output -------------------------------------------------