summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-04-01 13:28:54 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-04-01 13:28:54 -0700
commit658d202cc780f7cf536668cbca62601659369285 (patch)
treef07d830fbc8f7dbb090c3a6a69f4874665c2793c
parente1d92087fae4ba0404c40ef1ee383294777476b8 (diff)
downloadparamiko-1.10.tar.gz
This setting no longer needed & causes warnings if left in1.10
-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.",