Skip to content

Commit c402096

Browse files
committed
simple
1 parent 45df216 commit c402096

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

_doc/galleries.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

_doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)