summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2019-06-13 21:39:28 -0400
committerrsiddharth <rsd@gnu.org>2019-06-13 21:39:28 -0400
commit72fb24a36349388f331aa329420a552e5198f207 (patch)
tree94910cdbe3564c35521eb22f566b9919b828dd5e
parent99b07874e3202bce47c4a4e3b0f4af7e64bd308a (diff)
docs/conf.py: Don't prefix strings with 'u'.
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
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