docs: Create a static directory.

Hopefully this fixes build failures on RTD:

https://readthedocs.org/projects/sprocketsmixinsmetrics/builds/3675075/
This commit is contained in:
Dave Shawley 2016-01-27 11:09:29 -05:00
parent 5b538b261f
commit 2d29c8cda7
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ master_doc = 'index'
exclude_patterns = []
pygments_style = 'sphinx'
html_style = 'custom.css'
html_static_path = ['.']
html_static_path = ['_static']
html_theme = 'alabaster'
html_theme_path = [alabaster.get_path()]
html_sidebars = {