diff --git a/docs/conf.py b/docs/conf.py index 819d9a708..6bfe12bf6 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -110,7 +110,7 @@ language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", ".venv"] # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx"