Skip to content

Commit

Permalink
Ignore venv and env directories
Browse files Browse the repository at this point in the history
That way virtual environments will be skipped and not trigger a spate of warnings.
  • Loading branch information
brettcannon committed Jul 22, 2016
1 parent 2c97397 commit b327e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

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

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

0 comments on commit b327e3d

Please sign in to comment.