Skip to content
Snippets Groups Projects
Commit d4804df4 authored by Christoph Groth's avatar Christoph Groth Committed by Anton Akhmerov
Browse files

ensure sphinx is executed with python2

parent 02922164
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = python2 -c 'import sys, sphinx; sys.exit(sphinx.main(sys.argv))'
PAPER =
BUILDDIR = build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment