Skip to content

Commit d536858

Browse files
committed
Exclude FetchContent directory from sphinx
1 parent 2bfa927 commit d536858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formatting/conf.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ release = '@ITKSphinxExamples_RELEASE_VERSION@'
9090

9191
# List of patterns, relative to source directory, that match files and
9292
# directories to ignore when looking for source files.
93-
exclude_patterns = ['Utilities', 'html']
93+
exclude_patterns = ['Utilities', 'html', '_deps']
9494

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

0 commit comments

Comments
 (0)