summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 03:31:31 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 03:37:54 -0800
commit1d851bf3fb50d8d1e34e6b146d7395d9013ed4bb (patch)
tree00f15bc18c0647cd15054f4e045d31199a68ed5e
parentc3f314b7c26455abe20c651cb1ea3b27d3892e7b (diff)
downloadpastedeploy-git-1d851bf3fb50d8d1e34e6b146d7395d9013ed4bb.tar.gz
Comment out obsolete static path
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 17bdf1c..fc55a91 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -86,7 +86,7 @@ html_theme_options = dict(
# 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.