File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -238,20 +238,20 @@ jobs:
238
238
# .venv\Scripts\Activate.ps1
239
239
# python doc/print_errors.py
240
240
241
- # Use environment variable to remove the doctree after the build of PDF pages
242
- - name : Build PDF documentation with examples
243
- env :
244
- SPHINXBUILD_KEEP_DOCTREEDIR : " 0"
245
- run : |
246
- .venv\Scripts\Activate.ps1
247
- .\doc\make.bat pdf
248
-
249
- - name : Upload PDF Documentation artifact
250
- uses : actions/upload-artifact@v3
251
- with :
252
- name : documentation-pdf
253
- path : doc/_build/latex/*.pdf
254
- retention-days : 7
241
+ # # Use environment variable to remove the doctree after the build of PDF pages
242
+ # - name: Build PDF documentation with examples
243
+ # env:
244
+ # SPHINXBUILD_KEEP_DOCTREEDIR: "0"
245
+ # run: |
246
+ # .venv\Scripts\Activate.ps1
247
+ # .\doc\make.bat pdf
248
+
249
+ # - name: Upload PDF documentation with examples artifact
250
+ # uses: actions/upload-artifact@v3
251
+ # with:
252
+ # name: documentation-pdf
253
+ # path: doc/_build/latex/*.pdf
254
+ # retention-days: 7
255
255
256
256
# # =================================================================================================
257
257
# # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
You can’t perform that action at this time.
0 commit comments