Skip to content

Commit f57d15f

Browse files
committed
ignore readme.rst file for sphinx
1 parent c547f30 commit f57d15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# List of patterns, relative to source directory, that match files and
7171
# directories to ignore when looking for source files.
7272
# This patterns also effect to html_static_path and html_extra_path
73-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
73+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.rst']
7474

7575
# The name of the Pygments (syntax highlighting) style to use.
7676
pygments_style = 'sphinx'

0 commit comments

Comments
 (0)