summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-10 00:04:02 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-10 00:04:02 +0100
commit4391bf38f14f483b9032e3eaf99f315f2f053026 (patch)
treed0f661fde855414ae4defc35d31dd55e3fd8487a
parent9f9663ccee928ba9d73c970e4e174aff9043bb76 (diff)
Remove debug traces
-rw-r--r--.travis.yml1
-rwxr-xr-xsrc/python/doc/python3-sphinx-build.py3
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b7cd854a..d6c82e70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,7 +60,6 @@ install:
- python3 -m pip install --upgrade pip setuptools wheel
- python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex sphinx-paramlinks matplotlib numpy scipy scikit-learn
- python3 -m pip install --user POT
- - which python3
script:
- rm -rf build
diff --git a/src/python/doc/python3-sphinx-build.py b/src/python/doc/python3-sphinx-build.py
index 3628e89e..d1f0f08e 100755
--- a/src/python/doc/python3-sphinx-build.py
+++ b/src/python/doc/python3-sphinx-build.py
@@ -4,8 +4,7 @@
Emulate sphinx-build for python3
"""
-from sys import exit, argv, executable
-print(executable)
+from sys import exit, argv
import sphinx
from sphinx import main