We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffe118 commit 9d5b725Copy full SHA for 9d5b725
.github/workflows/ci.yml
@@ -64,15 +64,6 @@ jobs:
64
cd test/myst
65
make html SPHINXOPTS='-W'
66
67
- - name: Build Unit Tests with '-W' option
68
- run: |
69
- cd test/unit
70
- make html SPHINXOPTS='-W'
71
-
72
- sed -i 's~, "log\.md"~~' conf.py
73
- ! make html SPHINXOPTS='-W' || (echo 'Unexpected zero exit code'; false)
74
- git restore conf.py
75
76
- name: Build Unit Tests with toc show_parents=hide
77
run: |
78
cd test/unit
0 commit comments