summaryrefslogtreecommitdiffhomepage
path: root/sites/shared_conf.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-07 18:46:40 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-03-07 18:46:40 -0800
commit073c71a8223ff77cacd8c555ef63ce24f0c3d50c (patch)
treee968f0d4446e02a8ef89fa1407e067852a28ce15 /sites/shared_conf.py
parent71e8ddef2b02ce2e4362c0765465e6a20f769338 (diff)
Attempt to fix docs for py3
Diffstat (limited to 'sites/shared_conf.py')
-rw-r--r--sites/shared_conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py
index 86ecdfe8..52cec938 100644
--- a/sites/shared_conf.py
+++ b/sites/shared_conf.py
@@ -31,9 +31,9 @@ html_sidebars = {
}
# Regular settings
-project = u'Paramiko'
+project = 'Paramiko'
year = datetime.now().year
-copyright = u'%d Jeff Forcier' % year
+copyright = '%d Jeff Forcier' % year
master_doc = 'index'
templates_path = ['_templates']
exclude_trees = ['_build']