diff options
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ gettext_allow_fuzzy_translations = True # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [ '_build', + 'README*', 'Thumbs.db', '.DS_Store', ] |