1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Mon, 15 Oct 2018 20:07:22 +0200
Subject: remove useless sys.path from conf.py
---
doc/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 28dadeb..ca7e906 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -16,7 +16,6 @@ from datetime import date
import sys
import os
-sys.path.insert(0, os.path.abspath(".."))
import uncertainties
# If extensions (or modules to document with autodoc) are in another directory,
|