From b8cda0c85e2e9194ec43f8a84a0d5d8115282221 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Wed, 5 Aug 2015 10:18:39 +0200
Subject: [PATCH] Prevent writing bytecode when creating documentation

---
 doc/conf.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py.in b/doc/conf.py.in
index 7d887449..5c3f8f00 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -17,7 +17,7 @@
 # pylint: disable=invalid-name,missing-docstring
 
 import sys
-
+sys.dont_write_bytecode = True
 # 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
 # documentation root, use os.path.abspath to make it absolute, like shown here.
-- 
GitLab