aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2012-04-01 03:20:23 -0700
committerBrian Harring <ferringb@gmail.com>2012-04-01 03:20:23 -0700
commita114014e35671d47d722d3e2faa2c38d35543cf8 (patch)
tree20c162137c272e6d6faf4038f172b9f2b126976d /doc
parentHandle non digit version components correctly for the major/minor detection. (diff)
downloadsnakeoil-a114014e35671d47d722d3e2faa2c38d35543cf8.tar.gz
snakeoil-a114014e35671d47d722d3e2faa2c38d35543cf8.tar.bz2
snakeoil-a114014e35671d47d722d3e2faa2c38d35543cf8.zip
drop static dir reference; it's unused
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 3ed00323..61c85a2e 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -126,7 +126,7 @@ html_theme = 'sphinxdoc'
# 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.