We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a95fd commit 5974336Copy full SHA for 5974336
.github/workflows/ci_cd.yml
@@ -92,7 +92,7 @@ jobs:
92
# Keeping doctree could cause an issue, see https://github.com/ansys/pyaedt/pull/3844/files
93
- name: Create PDF documentation
94
env:
95
- SPHINXBUILD_HTML_AND_PDF_WORKFLOW: "0"
+ SPHINXBUILD_HTML_AND_PDF_WORKFLOW: "1"
96
run: |
97
.venv\Scripts\Activate.ps1
98
. .\doc\make.bat pdf
0 commit comments