diff options
author | Chris Ward <chris.ward@ethereum.org> | 2019-01-09 19:15:58 +0800 |
---|---|---|
committer | Chris Ward <chris.ward@ethereum.org> | 2019-01-09 19:15:58 +0800 |
commit | 47399a6e2bcd5504d79c0fcf7ac9b89287bfac69 (patch) | |
tree | c5f70875885651cbe9b46d5c8a3b07471b36dceb /docs/conf.py | |
parent | 60d836424f987ac7bf05673242618e5794379646 (diff) | |
download | dexon-solidity-47399a6e2bcd5504d79c0fcf7ac9b89287bfac69.tar dexon-solidity-47399a6e2bcd5504d79c0fcf7ac9b89287bfac69.tar.gz dexon-solidity-47399a6e2bcd5504d79c0fcf7ac9b89287bfac69.tar.bz2 dexon-solidity-47399a6e2bcd5504d79c0fcf7ac9b89287bfac69.tar.lz dexon-solidity-47399a6e2bcd5504d79c0fcf7ac9b89287bfac69.tar.xz dexon-solidity-47399a6e2bcd5504d79c0fcf7ac9b89287bfac69.tar.zst dexon-solidity-47399a6e2bcd5504d79c0fcf7ac9b89287bfac69.zip |
Split Reference types doc into new file
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. |