Private
Public Access
2
0

python2: remove ability to build python2 bindings from project

This removes Python 2 package generation from the project to encourage safer development with Python 3 instead. Documentation for the generated modules switched to Python 3. Default interpreter is now Python 3 but can be overridden if needed for running the tests only on older environments.

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2020-09-24 19:03:27 -07:00
committed by Propanu
parent 36696db591
commit 1a66c6dc6a
14 changed files with 22 additions and 93 deletions

View File

@@ -28,6 +28,6 @@ cd build/src/java && echo ../../../src/mraa.i > mraa.i.list && \
doxygen Doxyfile && cd ../../../
# Copy output to build/html/ directory
cp -r build/src/python/python2/docs/html build/html/python && \
cp -r build/src/python/python3/docs/html build/html/python && \
cp -r build/src/java/html build/html/java && \
cp build/jsdoc/ternjs/mraa/doc.js build/html/node/mraa_tern.js