From 5b2b7eff5c254160e2a153c5595b03ae310219c4 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Sat, 31 Oct 2015 21:19:41 +0000 Subject: [PATCH] Set sys utf8 encoding --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 884ce114..0a45b338 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,6 +14,7 @@ # serve to show the default. import os, re, shlex, sys +sys.setdefaultencoding('utf8') # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the