From 36e5d7edd841310f10ceedba71a97f8df1b44081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sa=C5=82aban?= Date: Tue, 13 Feb 2018 20:25:36 +0100 Subject: [PATCH] Remove unicode, readthedocs.io doesn't swallow that --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index aa214db..445955f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,8 +47,8 @@ master_doc = 'index' # General information about the project. project = 'Monero Python module' -copyright = '2018, Michał Sałaban' -author = 'Michał Sałaban' +copyright = '2018, Michal Salaban' +author = 'Michal Salaban' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -140,7 +140,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'MoneroPythonmodule.tex', 'Monero Python module Documentation', - 'Michał Sałaban', 'manual'), + 'Michal Salaban', 'manual'), ]