Attempt to fix docs for py3
This commit is contained in:
parent
71e8ddef2b
commit
073c71a822
|
@ -31,9 +31,9 @@ html_sidebars = {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Regular settings
|
# Regular settings
|
||||||
project = u'Paramiko'
|
project = 'Paramiko'
|
||||||
year = datetime.now().year
|
year = datetime.now().year
|
||||||
copyright = u'%d Jeff Forcier' % year
|
copyright = '%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