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:
parent
0f2fb26287
commit
cdf62655cb
|
@ -33,7 +33,7 @@ html_sidebars = {
|
||||||
# Regular settings
|
# Regular settings
|
||||||
project = u'Paramiko'
|
project = u'Paramiko'
|
||||||
year = datetime.now().year
|
year = datetime.now().year
|
||||||
copyright = u'2013-%d Jeff Forcier, 2003-2012 Robey Pointer' % year
|
copyright = u'%d Jeff Forcier' % year
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
exclude_trees = ['_build']
|
exclude_trees = ['_build']
|
||||||
|
|
Loading…
Reference in New Issue