diff options
author | Chris Chinchilla <chriswhward@gmail.com> | 2019-01-14 16:32:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-14 16:32:56 +0800 |
commit | 051df31924e7d10351e9a3abd4becd3631e83391 (patch) | |
tree | 5889f7022537de854df4eb30031824ef394e7a72 /docs/conf.py | |
parent | 94688d2fa2de039a6d422f48c8f0d819eeaecafa (diff) | |
parent | 06ca903b370ca0188b20dc568b87d01fae5a7b57 (diff) | |
download | dexon-solidity-051df31924e7d10351e9a3abd4becd3631e83391.tar dexon-solidity-051df31924e7d10351e9a3abd4becd3631e83391.tar.gz dexon-solidity-051df31924e7d10351e9a3abd4becd3631e83391.tar.bz2 dexon-solidity-051df31924e7d10351e9a3abd4becd3631e83391.tar.lz dexon-solidity-051df31924e7d10351e9a3abd4becd3631e83391.tar.xz dexon-solidity-051df31924e7d10351e9a3abd4becd3631e83391.tar.zst dexon-solidity-051df31924e7d10351e9a3abd4becd3631e83391.zip |
Merge pull request #5783 from ethereum/docs-split-ex-vote
[DOCS] Split voting example into seperate 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 d08a5191..87a6ec03 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', 'types'] +exclude_patterns = ['_build', 'contracts', 'types', 'examples'] # The reST default role (used for this markup: `text`) to use for all # documents. |