summaryrefslogtreecommitdiff
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
commitab08ef6651dcb61d32d228106673f00e3e47bde7 (patch)
treeca0cd4e9607a6fc3991bfeaa7e6618b049fbe989
parent6c4bea567374c95a1ab22072465da9985f9d744c (diff)
parentf22fe4b6009c349ae87df671fa9d410a5a6f684c (diff)
downloadparamiko-ab08ef6651dcb61d32d228106673f00e3e47bde7.tar.gz
Merge branch '1.12' into 1.13
-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 56dc55d2..c61ca638 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.",