diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:10:23 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-03 14:10:23 -0800 |
commit | cdf62655cbddbc68b42f58984eb60906a253cca0 (patch) | |
tree | fef8d588ffd02645dc90ccb268c48fac27560258 /sites | |
parent | 0f2fb262870d080d872bb4dd9689d2faf75545ee (diff) |
Simplify www page footer.
Robey copyright remains in source code but this site is
brand new & the footer was real noisy. Eh.
Diffstat (limited to 'sites')
-rw-r--r-- | sites/shared_conf.py | 2 |
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'] |