diff --git a/docs/conf.py b/docs/conf.py index 5ff532c2d..f90aa51a0 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,7 +90,7 @@ language = 'en' # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path exclude_patterns = ['_build', 'doxygen_html', 'Thumbs.db', '.DS_Store', - 'README.md', 'lv_examples', 'out_html', 'env', '_ext', 'examples'] + 'README.md', 'README_*', 'lv_examples', 'out_html', 'env', '_ext', 'examples'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'