Skip to content

Commit dc49c94

Browse files
committed
Exclude COPYING.rst from sphinx's search.
1 parent 384b68f commit dc49c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

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

6868
# List of patterns, relative to source directory, that match files and
6969
# directories to ignore when looking for source files.
70-
exclude_patterns = ['build', 'README.rst', 'examples.rst']
70+
exclude_patterns = ['build', 'README.rst', 'COPYING.rst', 'examples.rst']
7171

7272
# The reST default role (used for this markup: `text`) to use for all
7373
# documents.

0 commit comments

Comments
 (0)