From 4cb833048c44ecce95149a76fcf924e5dfdc2302 Mon Sep 17 00:00:00 2001 From: Tobias Winchen <tobias.winchen@rwth-aachen.de> Date: Thu, 15 Apr 2021 15:53:12 +0000 Subject: [PATCH] Set encoding for sphinx conf --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 8070ed40..dc14cece 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # -- Project information ----------------------------------------------------- project = u'psrdada-cpp' -- GitLab