Fix #12
accidentally opening a jupyter notebook in api/ caused apidoc to try to incorporate that into the api docs.
This commit is contained in:
@@ -17,7 +17,13 @@ release = '0.0.1'
|
||||
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
|
||||
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.ipynb_checkpoints']
|
||||
exclude_patterns = [
|
||||
'_build',
|
||||
'Thumbs.db',
|
||||
'.DS_Store',
|
||||
'.ipynb_checkpoints',
|
||||
'api/.ipynb_checkpoints'
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user