File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ jobs:
8484
8585 - name : Check for errors and warnings
8686 run : |
87- if [[ $(grep ERROR doc.txt | grep -v 'Unknown target name: "l_shape"' | grep -v 'Unknown target name: "l_x" ') ]]; then
87+ if [[ $(grep ERROR doc.txt | grep -v 'l-plot-tiny-llm-export ') ]]; then
8888 echo "Documentation produces errors."
89- grep ERROR doc.txt
89+ grep ERROR doc.txt | grep -v 'l-plot-tiny-llm-export'
9090 exit 1
9191 fi
92- if [[ $(grep WARNING doc.txt) ]]; then
92+ if [[ $(grep WARNING doc.txt | grep -v 'l-plot-tiny-llm-export' ) ]]; then
9393 echo "Documentation produces warnings."
94- grep WARNING doc.txt
94+ grep WARNING doc.txt | grep -v 'l-plot-tiny-llm-export'
9595 exit 1
9696 fi
9797
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Source are `sdpython/onnx-diagnostic
3636 :caption: Contents
3737
3838 api/index
39- galleries
39+ auto_examples/index
4040
4141.. toctree ::
4242 :maxdepth: 1
You can’t perform that action at this time.
0 commit comments