Skip to content

Commit f9195c9

Browse files
committed
conf.py: Exclude README.rst
README.rst is not part of the documentation. Sphinx complains that it is not referenced anywhere.
1 parent ab62037 commit f9195c9

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
@@ -76,7 +76,7 @@
7676

7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.
79-
exclude_patterns = ['_build']
79+
exclude_patterns = ['_build', 'README.rst']
8080

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

0 commit comments

Comments
 (0)