Skip to content

Commit

Permalink
Avoid docs warning when static path does not exist in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Dec 14, 2015
1 parent bda49d9 commit 734127c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# html_static_path = ['_static']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down

0 comments on commit 734127c

Please sign in to comment.