Skip to content

Commit 1ba9177

Browse files
committed
unicode fix
1 parent 32b2dc7 commit 1ba9177

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646

4747
# General information about the project.
4848
project = "GeoStat Framework"
49-
copyright = "2018, Sebastian Müller, Lennart Schüler"
50-
author = "Sebastian Müller, Lennart Schüler"
49+
copyright = u"2018, Sebastian Müller, Lennart Schüler"
50+
author = u"Sebastian Müller, Lennart Schüler"
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)