summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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