Skip to content

Commit 47b06f6

Browse files
Merge pull request #763 from oliver-sanders/example-readme-files
prevent example README files getting built
2 parents 1fa74eb + cd67eaf commit 47b06f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144

145145
# List of patterns, relative to source directory, that match files and
146146
# directories to ignore when looking for source files.
147-
# exclude_patterns = ['_build']
147+
exclude_patterns = ['user-guide/examples/**README.rst']
148148

149149
# The name of the Pygments (syntax highlighting) style to use.
150150
pygments_style = 'autumn'

0 commit comments

Comments
 (0)