Unverified Commit 357f03c1 authored by dmoccia's avatar dmoccia Committed by GitHub
Browse files

prevent generation of docs for tests

Updated the exclusion list in order to prevent Sphinx from generating docs for test directories
parent d9554617
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.