Skip to content

Commit 58678a8

Browse files
committed
dont include def pages in search
1 parent 4e30856 commit 58678a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _parse_release_as_version(rls):
6161
# List of patterns, relative to source directory, that match files and
6262
# directories to ignore when looking for source files.
6363
# This pattern also affects html_static_path and html_extra_path.
64-
exclude_patterns = []
64+
exclude_patterns = ["def"]
6565

6666
# TODO directive output
6767
todo_include_todos = True

0 commit comments

Comments
 (0)