diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-01 13:28:54 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-01 13:28:54 -0700 |
commit | 658d202cc780f7cf536668cbca62601659369285 (patch) | |
tree | f07d830fbc8f7dbb090c3a6a69f4874665c2793c /sites | |
parent | e1d92087fae4ba0404c40ef1ee383294777476b8 (diff) |
This setting no longer needed & causes warnings if left in
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.", |