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 e015561 commit 53e6775Copy full SHA for 53e6775
.github/workflows/doc.yml
@@ -13,10 +13,21 @@ jobs:
13
with:
14
python-version: 3.7
15
16
+ - name: Set up MATLAB
17
+ uses: matlab-actions/setup-matlab@v1
18
+ with:
19
+ release: R2023b
20
+
21
- name: Install dependencies
22
run: |
23
sudo apt install -y python3-numpy
24
pip install -r CI/doc/requirements_doc.txt
25
26
+ - name: Generate MATLAB side of doc
27
+ uses: matlab-actions/run-command@v1
28
29
+ command: addpath(genpath('.')); gen_sysobj_doc; exit();
30
31
- name: Check doc build
32
33
make -C CI/doc gen_autodocs html
0 commit comments