Commit a0e0c86
authored
Fix the failure of "Build docs" workflow (ipython#14544)
Fixes ipython#14542.
Local run of the following command (along with previous steps) failed
before deleting this line, and succeeded afterwards.
```
make -C docs/ html SPHINXOPTS="-W" \
PYTHON="coverage run -a" \
SPHINXBUILD="coverage run -a -m sphinx.cmd.build"
```1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
0 commit comments