Skip to content

Commit 09e30d7

Browse files
committed
[conf] Fix exclude_patterns
1 parent 6433864 commit 09e30d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# List of patterns, relative to source directory, that match files and
7474
# directories to ignore when looking for source files.
7575
# This pattern also affects html_static_path and html_extra_path.
76-
exclude_patterns = ['_assets', '_images', 'README.rst']
76+
exclude_patterns = ['_assets', '_images', '**/README.rst']
7777

7878
# A string of reStructuredText that will be included at the end of every
7979
# source file that is read.

0 commit comments

Comments
 (0)