diff options
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) ] |