8000 Ignore venv and env directories · matrixise/devguide@b327e3d · GitHub
[go: up one dir, main page]

Skip to content

Commit b327e3d

Browse files
authored
Ignore venv and env directories
That way virtual environments will be skipped and not trigger a spate of warnings.
1 parent 2c97397 commit b327e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
# List of patterns, relative to source directory, that match files and
7272
# directories to ignore when looking for source files.
73-
exclude_patterns = ['_build']
73+
exclude_patterns = ['_build', 'venv*', 'env*']
7474

7575
# The reST default role (used for this markup: `text`) to use for all documents.
7676
#default_role = None

0 commit comments

Comments
 (0)
0