Fix up travis build

This commit is contained in:
Ian Cordasco
2015-10-30 22:51:20 -05:00
parent b1859afa2c
commit 4426806372
6 changed files with 12 additions and 8 deletions
+4 -1
View File
@@ -69,7 +69,10 @@ release = '0.0.1'
# 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',
'_themes/*.rst', # Excluded due to README.rst in _themes/
]
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None