Fix doc build
Items in the `_env` directory must not be considered
This commit is contained in:
parent
d63d988ce7
commit
887f6535f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue