File: 0002-remove-useless-sys.path-from-conf.py.patch

package info (click to toggle)
uncertainties 3.0.2.github-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 648 kB
  • sloc: python: 3,972; makefile: 93; sh: 19
file content (20 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
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 0b283de..d60045d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -15,7 +15,6 @@ from datetime import date
 
 import sys, os
 
-sys.path.insert(0, os.path.abspath('..'))
 import uncertainties
 
 # If extensions (or modules to document with autodoc) are in another directory,