summaryrefslogtreecommitdiff
path: root/src/cython/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-09-12 21:47:19 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-09-12 21:47:19 +0000
commit8a22b7c6111b41e91766cdd53c0116b845e068b5 (patch)
treefcaa26408004578abd245c0335a4c9153b584ec0 /src/cython/doc
parent9a3df180af4976242fb45d7dcd49c3632e65f04c (diff)
Fix sphinx build for python3 on Ubuntu
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cythonization_improvement@2667 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c720b8be2919344e06f3d71cefdd7693439f63f0
Diffstat (limited to 'src/cython/doc')
-rwxr-xr-xsrc/cython/doc/python3-sphinx-build.py (renamed from src/cython/doc/python3-sphinx-build.in)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/doc/python3-sphinx-build.in b/src/cython/doc/python3-sphinx-build.py
index c97965f5..44b94169 100755
--- a/src/cython/doc/python3-sphinx-build.in
+++ b/src/cython/doc/python3-sphinx-build.py
@@ -1,4 +1,4 @@
-#!@PYTHON_EXECUTABLE@
+#!/usr/bin/python3
"""
Emulate sphinx-build for python3