Skip to content

Commit 38f9a6a

Browse files
committed
Disable building test-autosummary-accessors.rst
1 parent ec3337a commit 38f9a6a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@
2424
]
2525

2626
templates_path = ['_templates', sphinx_autosummary_accessors.templates_path]
27-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'priority.rst']
27+
exclude_patterns = [
28+
'_build',
29+
'Thumbs.db',
30+
'.DS_Store',
31+
'priority.rst',
32+
'test-autosummary-accessors.rst'
33+
]
2834

2935

3036
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)