projects
/
pandas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3dd78b
)
deb_doc_donotoverride_PYTHONPATH
author
NeuroDebian Team
<team@neuro.debian.net>
Sun, 2 Apr 2017 05:06:36 +0000
(
05:06
+0000)
committer
Andreas Tille
<tille@debian.org>
Sun, 2 Apr 2017 05:06:36 +0000
(
05:06
+0000)
Gbp-Pq: Name deb_doc_donotoverride_PYTHONPATH
doc/make.py
patch
|
blob
|
history
diff --git
a/doc/make.py
b/doc/make.py
index d46be2611ce3d1ccd7545dac57db745b00a44c52..01fe3f40b6829f7fd22099cd602aafa49135bd95 100755
(executable)
--- a/
doc/make.py
+++ b/
doc/make.py
@@
-29,7
+29,8
@@
import sphinx # noqa
import argparse
import jinja2 # noqa
-os.environ['PYTHONPATH'] = '..'
+# Debian's debian/rules overrides it to point to correct built pandas
+# os.environ['PYTHONPATH'] = '..'
SPHINX_BUILD = 'sphinxbuild'