Specify python version in doc build script

Some distros changed their default to python3 causing it to fail.
This commit is contained in:
xentec 2015-07-26 17:48:26 +02:00
parent 3b224e1813
commit 0586a9e4ea

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python2
# Build the documentation. # Build the documentation.
from __future__ import print_function from __future__ import print_function