We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e912481 commit 6c3d334Copy full SHA for 6c3d334
.github/workflows/mkdocs.yaml
@@ -34,8 +34,8 @@ jobs:
34
export PYTHON_SOURCE_DIR=$GITHUB_WORKSPACE
35
cd $PYTHON_SOURCE_DIR
36
source bin/install_travis.sh
37
- bin/test_travis.sh
38
pip install sphinx-autobuild m2r2 sphinxcontrib-apidoc sphinx-book-theme
+ python setup.py install build_ext --inplace --symengine-dir=$our_install_dir
39
sphinx-build docs/ genDocs/
40
env:
41
WITH_MPC: yes
0 commit comments