@@ -585,10 +585,10 @@ jobs:
585
585
586
586
doc-build :
587
587
name : Documentation
588
- runs-on : public-ubuntu-latest-16 -cores
588
+ runs-on : public-ubuntu-latest-8 -cores
589
589
container :
590
590
image : ${{ needs.revn-variations.outputs.test_container }}
591
- options : --shm-size=2g -- entrypoint /bin/bash
591
+ options : --entrypoint /bin/bash
592
592
needs : [style, doc-style, revn-variations, container-stability-check]
593
593
594
594
steps :
@@ -647,11 +647,6 @@ jobs:
647
647
# Make html or pdf doc
648
648
make_doc() {
649
649
# $1 is the type of file we are creating (html or pdf)
650
-
651
- # Need to unset PYMECHANICAL_PORT and PYMECHANICAL_START_INSTANCE when running code containing remote sessions
652
- unset PYMECHANICAL_PORT
653
- unset PYMECHANICAL_START_INSTANCE
654
-
655
650
output_file=doc_$1_output.txt
656
651
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
657
652
xvfb-run mechanical-env make -C doc $1
@@ -688,11 +683,11 @@ jobs:
688
683
# Make the html doc & validate results
689
684
make_doc html
690
685
691
- # Make the pdf doc & validate results
692
- make_doc pdf
686
+ # # Make the pdf doc & validate results
687
+ # make_doc pdf
693
688
694
- # Make the pdf doc & validate results
695
- make_doc linkcheck
689
+ # # Make the pdf doc & validate results
690
+ # make_doc linkcheck
696
691
697
692
- name : Upload HTML Documentation
698
693
uses : actions/upload-artifact@v4
0 commit comments