diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-01 13:28:56 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-01 13:28:56 -0700 |
commit | f22fe4b6009c349ae87df671fa9d410a5a6f684c (patch) | |
tree | 3aed6114621991ee6e0bec2cefd330866aaef44f /sites | |
parent | cb6c4bec5d1f71347992ec7509c054fb5508c123 (diff) | |
parent | dd2e23a23e4223fc8d520595bb973d5605b58e74 (diff) |
Merge branch '1.11' into 1.12
Diffstat (limited to 'sites')
-rw-r--r-- | sites/shared_conf.py | 1 |
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.", |