From 72fb24a36349388f331aa329420a552e5198f207 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 13 Jun 2019 21:39:28 -0400 Subject: docs/conf.py: Don't prefix strings with 'u'. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 1bed9d8..dd6e68a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,9 +53,9 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'lpschedule-generator' +project = 'lpschedule-generator' copyright = 'Public Domain' -author = u'lpschedule-generator contributors' +author = 'lpschedule-generator contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- cgit v1.2.3