summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-01 13:28:56 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-04-01 13:28:56 -0700
commitf22fe4b6009c349ae87df671fa9d410a5a6f684c (patch)
tree3aed6114621991ee6e0bec2cefd330866aaef44f /sites
parentcb6c4bec5d1f71347992ec7509c054fb5508c123 (diff)
parentdd2e23a23e4223fc8d520595bb973d5605b58e74 (diff)
Merge branch '1.11' into 1.12
Diffstat (limited to 'sites')
-rw-r--r--sites/shared_conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py
index eb899834..18c3bb4b 100644
--- a/sites/shared_conf.py
+++ b/sites/shared_conf.py
@@ -7,7 +7,6 @@ import alabaster
html_theme_path = [alabaster.get_path()]
extensions = ['alabaster']
# Paths relative to invoking conf.py - not this shared file
-html_static_path = ['../_shared_static']
html_theme = 'alabaster'
html_theme_options = {
'description': "A Python implementation of SSHv2.",