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 b1704cd commit 3faed19Copy full SHA for 3faed19
.github/workflows/build-sphinx.yml
@@ -41,12 +41,11 @@ jobs:
41
python-version: 3.x
42
- name: Install dependencies
43
run: pip install numpy cython sphinx sphinx_rtd_theme
44
- - name: set Intel OneAPI environment
45
- run: . /opt/intel/oneapi/setvars.sh
46
- - name: Build library
47
- run: ./0.build.sh
48
- name: Build docs
49
- run: ./0.builddoc.sh
+ run: |
+ . /opt/intel/oneapi/setvars.sh
+ ./0.build.sh
+ ./0.builddoc.sh
50
working-directory: doc
51
# https://github.com/marketplace/actions/doxygen-action
52
- name: Build backend docs
0 commit comments