diff options
author | Chris Ward <chris.ward@ethereum.org> | 2019-01-09 19:37:20 +0800 |
---|---|---|
committer | Chris Ward <chris.ward@ethereum.org> | 2019-01-09 19:37:20 +0800 |
commit | 4cc102fa61116036e0d7c811f081deecbaaf7cba (patch) | |
tree | 8be8092925ca7e98c13eaa92b26a5efee8d321f4 /docs/conf.py | |
parent | 60d836424f987ac7bf05673242618e5794379646 (diff) | |
download | dexon-solidity-4cc102fa61116036e0d7c811f081deecbaaf7cba.tar dexon-solidity-4cc102fa61116036e0d7c811f081deecbaaf7cba.tar.gz dexon-solidity-4cc102fa61116036e0d7c811f081deecbaaf7cba.tar.bz2 dexon-solidity-4cc102fa61116036e0d7c811f081deecbaaf7cba.tar.lz dexon-solidity-4cc102fa61116036e0d7c811f081deecbaaf7cba.tar.xz dexon-solidity-4cc102fa61116036e0d7c811f081deecbaaf7cba.tar.zst dexon-solidity-4cc102fa61116036e0d7c811f081deecbaaf7cba.zip |
Split operators involving LValues into new doc
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 342aefa9..d08a5191 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', 'contracts'] +exclude_patterns = ['_build', 'contracts', 'types'] # The reST default role (used for this markup: `text`) to use for all # documents. |