Do not compile the contracts subdirectory.

This commit is contained in:
chriseth 2019-01-07 17:52:31 +01:00
parent 26d47c7213
commit 3503f3809d

View File

@ -81,7 +81,7 @@ else:
# 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', 'contracts']
# The reST default role (used for this markup: `text`) to use for all
# documents.