summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-20 19:10:14 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-20 19:10:14 -0800
commit40b1861c00ce6d0a18d6705dcc99d990aa0cf3bf (patch)
tree969bccfd83392aca755d9a50148a6d37752ce3df
parent53d4741dbae96d0435fd8c55176611cc38816369 (diff)
downloadpep8-40b1861c00ce6d0a18d6705dcc99d990aa0cf3bf.tar.gz
Dont include html_static_path, suppresses warning when building docs.
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d1dca3c..a77ac83 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -128,7 +128,7 @@ html_theme = 'default'
# 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']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.