From d7b1e2002d5bd2c86d746dd5918fbd2ab4379c3c Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Fri, 25 Aug 2017 19:41:35 +0200 Subject: [PATCH] Avoid unicode character in docs/conf.py (caused problems on readthedocs) --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 25c4df4..830d2d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,8 +53,8 @@ master_doc = 'index' # General information about the project. project = 'Instaloader' -copyright = '2017, Alexander Graf and André Koch-Kramer' -author = 'Alexander Graf and André Koch-Kramer' +copyright = '2017, Alexander Graf and Andre Koch-Kramer' +author = 'Alexander Graf and Andre Koch-Kramer' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the