Unverified Commit e8a77b2d authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #1117 from dmoccia/dmoccia-patch-1

prevent generation of docs for tests
parents d9554617 357f03c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ language = None

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', '**.ipynb_checkpoints']
exclude_patterns = ['_build', '**.ipynb_checkpoints', '*tests*']

# The reST default role (used for this markup: `text`) to use for all
# documents.