Skip to content

Commit 70595a6

Browse files
exclude catalog table rst from searchable
1 parent 165aac9 commit 70595a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
# List of directories, relative to source directory, that shouldn't be searched
8686
# for source files.
8787
exclude_trees = ["_build"]
88+
exclude_patterns = ["_build", "catalog_table.rst"]
8889

8990
# The reST default role (used for this markup: `text`) to use for all documents.
9091
# default_role = None

0 commit comments

Comments
 (0)