From f1e23e1e01e6a66dba376b471d91662b373af07b Mon Sep 17 00:00:00 2001 From: craig-warren Date: Sat, 31 Oct 2015 21:22:41 +0000 Subject: [PATCH] Remove set default encoding as not for Python 3 --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0a45b338..884ce114 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,6 @@ # 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