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:
committed by
Propanu
parent
36696db591
commit
1a66c6dc6a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user