Skip to content
Snippets Groups Projects
Commit 01388c90 authored by Christoph Groth's avatar Christoph Groth
Browse files

run sphinx using python3

parent 12d7e905
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = python3 -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.
Please register or to comment