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

package info (click to toggle)
uncertainties 3.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 744 kB
  • sloc: python: 3,190; makefile: 52; sh: 16
file content (20 lines) | stat: -rw-r--r-- 533 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 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,