[FIX] project-specific static files

Turns out exclude_patterns is used when looking for markup source
files but also when looking for HTML static files, which is noted in
the documentation but apparently not in the sample conf.py

Don't exclude_patterns _-prefixed directories, or _static isn't copied
and a bunch of images and JS files break.
This commit is contained in:
Xavier Morel 2015-11-23 10:39:11 +01:00
parent 944170cd48
commit 136e269fac

View File

@ -73,8 +73,6 @@ today_fmt = '%B %d, %Y'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = [
# build, extensions, statics, templates
'_*',
# translations
'locale',
'README.*',