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 | 4781f190cf5736baa5ad7c6be11492a18e1cd52d (patch) | |
tree | 7a8a64b150695f1f5e4b865198c4175142b497a1 /sites | |
parent | 80aff93d3f0040f5886e983a6ce781717f7703a4 (diff) | |
parent | ab08ef6651dcb61d32d228106673f00e3e47bde7 (diff) |
Merge branch '1.13'
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 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.", |