We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-autosummary-accessors.rst
1 parent ec3337a commit 38f9a6aCopy full SHA for 38f9a6a
1 file changed
docs/conf.py
@@ -24,7 +24,13 @@
24
]
25
26
templates_path = ['_templates', sphinx_autosummary_accessors.templates_path]
27
-exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'priority.rst']
+exclude_patterns = [
28
+ '_build',
29
+ 'Thumbs.db',
30
+ '.DS_Store',
31
+ 'priority.rst',
32
+ 'test-autosummary-accessors.rst'
33
+]
34
35
36
# -- Options for HTML output -------------------------------------------------
0 commit comments