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:31:31 -0800
commita38ff6e5b1c8e9cf072dcfbc0eb1c6b2479baff5 (patch)
tree81b7dd7bce8b2f2393c74e3a95c2e66b26f2bfb9
parente818929db195c8818502e60bae6fdbd09cb784c6 (diff)
downloadpastedeploy-git-a38ff6e5b1c8e9cf072dcfbc0eb1c6b2479baff5.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.