]> git.pld-linux.org Git - packages/python-pygit2.git/blame - python-pygit2-docbuild.patch
- release 4 (by relup.sh)
[packages/python-pygit2.git] / python-pygit2-docbuild.patch
CommitLineData
6a54849d
JB
1--- pygit2-0.21.3/docs/conf.py.orig 2014-09-18 16:25:58.336102616 +0200
2+++ pygit2-0.21.3/docs/conf.py 2014-09-18 16:30:38.056090370 +0200
3@@ -18,7 +18,8 @@
2d087e32
KK
4 # add these directories to sys.path here. If the directory is relative to the
5 # documentation root, use os.path.abspath to make it absolute, like shown here.
6a54849d
JB
6 version_string = sys.platform.rstrip(digits) + "-" + os.uname()[4] + "-" + ".".join(platform.python_version_tuple()[0:2])
7-sys.path.insert(0, os.path.abspath('../build/lib.' + version_string))
2d087e32 8+builddir = os.getenv('PACKAGE_BUILD', '../build')
6a54849d 9+sys.path.insert(0, os.path.abspath(builddir + '/lib.' + version_string))
2d087e32
KK
10
11 # -- General configuration -----------------------------------------------------
12
This page took 0.088375 seconds and 4 git commands to generate.