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 46494bb commit e1cc881Copy full SHA for e1cc881
.github/workflows/nightly-docs.yml
@@ -49,11 +49,6 @@ jobs:
49
sudo apt update
50
sudo apt install graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra -y
51
52
- - name: Install doc build requirements
53
- run: |
54
- sudo apt update
55
- sudo apt install graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra -y
56
-
57
# TODO: Update this step once pyaedt-examples is ready
58
- name: Build HTML documentation without examples
59
run: |
0 commit comments