summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-02-03 14:10:23 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-02-03 14:10:23 -0800
commitcdf62655cbddbc68b42f58984eb60906a253cca0 (patch)
treefef8d588ffd02645dc90ccb268c48fac27560258
parent0f2fb262870d080d872bb4dd9689d2faf75545ee (diff)
downloadparamiko-cdf62655cbddbc68b42f58984eb60906a253cca0.tar.gz
Simplify www page footer.
Robey copyright remains in source code but this site is brand new & the footer was real noisy. Eh.
-rw-r--r--sites/shared_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py
index ca555ca5..86ecdfe8 100644
--- a/sites/shared_conf.py
+++ b/sites/shared_conf.py
@@ -33,7 +33,7 @@ html_sidebars = {
# Regular settings
project = u'Paramiko'
year = datetime.now().year
-copyright = u'2013-%d Jeff Forcier, 2003-2012 Robey Pointer' % year
+copyright = u'%d Jeff Forcier' % year
master_doc = 'index'
templates_path = ['_templates']
exclude_trees = ['_build']