Simplify www page footer.

Robey copyright remains in source code but this site is
brand new & the footer was real noisy. Eh.
This commit is contained in:
Jeff Forcier 2014-02-03 14:10:23 -08:00
parent 0f2fb26287
commit cdf62655cb
1 changed files with 1 additions and 1 deletions

View File

@ -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']