diff options
author | chriseth <chris@ethereum.org> | 2019-01-08 00:52:31 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2019-01-08 00:52:31 +0800 |
commit | 3503f3809d3fac509914234029021bd33127516e (patch) | |
tree | eb0c219af0d11ddef7888c10ea5a860f7fcf3d22 /docs/conf.py | |
parent | 26d47c7213ac8bb26fabd8d761567d940c55cfe3 (diff) | |
download | dexon-solidity-3503f3809d3fac509914234029021bd33127516e.tar.gz dexon-solidity-3503f3809d3fac509914234029021bd33127516e.tar.zst dexon-solidity-3503f3809d3fac509914234029021bd33127516e.zip |
Do not compile the contracts subdirectory.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 08a5a045..342aefa9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. |