File: doc-build-no-special-path

package info (click to toggle)
python-pybedtools 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,620 kB
  • sloc: python: 10,030; cpp: 899; makefile: 142; sh: 57
file content (19 lines) | stat: -rw-r--r-- 785 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Michael R. Crusoe <crusoe@debian.org>
Description: pybuild puts the extensions in a different location
Forwarded: not-needed
--- python-pybedtools.orig/docs/source/conf.py
+++ python-pybedtools/docs/source/conf.py
@@ -11,13 +11,6 @@
 # All configuration values have a default; values that are commented out
 # serve to show the default.
 
-import sys, os
-
-# 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.
-sys.path.insert(0, os.path.abspath('../..'))
-
 from pybedtools import __version__ as version
 
 # -- General configuration -----------------------------------------------------