From bceb88e59c3ff8e0413184bd3520c60111fe7851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Mon, 6 Apr 2015 17:15:37 +0200 Subject: doc/conf.py: Make name unicode literal Fixes build with python2 sphinx --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 9d2a16b..1c026bd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,5 +11,5 @@ source_suffix = '.rst' # (source start file, name, description, authors, manual section). man_pages = [ ('yawa', 'yawa', 'Yet Another Wallpaper Application', - ['Johannes Löthberg'], 1) + [u'Johannes Löthberg'], 1) ] -- cgit v1.2.3