fix py2/py3 incompat für pkgbuilding

Change-Id: Ia0c1f58f6121d6715d21c408030106561eca1b13
Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/22891
Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
Enrico Faulhaber
2020-04-07 11:12:14 +02:00
committed by Markus Zolliker
parent 1b9f7a7657
commit 9215fefdfa
4 changed files with 3 additions and 11 deletions

View File

@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXBUILD = python3 -msphinx
SPHINXPROJ = SECoP
SOURCEDIR = source
BUILDDIR = _build