diff options
author | Chris Chinchilla <chriswhward@gmail.com> | 2019-01-10 17:41:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-10 17:41:13 +0800 |
commit | 13bf83ad1cc0a9d08819d625548fcbcdc41da2ad (patch) | |
tree | d7c4e27c123b1157ecd9d5c5f6819d6dbf2d54ba /docs/conf.py | |
parent | 63319cfdcd7668a75caaacd0d8f3a83a62c31525 (diff) | |
parent | 874174bd4742303d16dd76a85eeda264caaa6e22 (diff) | |
download | dexon-solidity-13bf83ad1cc0a9d08819d625548fcbcdc41da2ad.tar dexon-solidity-13bf83ad1cc0a9d08819d625548fcbcdc41da2ad.tar.gz dexon-solidity-13bf83ad1cc0a9d08819d625548fcbcdc41da2ad.tar.bz2 dexon-solidity-13bf83ad1cc0a9d08819d625548fcbcdc41da2ad.tar.lz dexon-solidity-13bf83ad1cc0a9d08819d625548fcbcdc41da2ad.tar.xz dexon-solidity-13bf83ad1cc0a9d08819d625548fcbcdc41da2ad.tar.zst dexon-solidity-13bf83ad1cc0a9d08819d625548fcbcdc41da2ad.zip |
Merge pull request #5768 from ethereum/docs-split-value-types
[DOCS] Split Value Types docs
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. |