Commit 3eac67a
authored
fix: Disallow ipython v8.7.0 to avoid Pygments lexer warning (#2068)
* Disallow ipython v8.7.0 to avoid Pygments warning
> WARNING: Pygments lexer name 'ipython3' is not known
which arises during the docs build. This is a stopgap measure and this
line should be removed as soon as there is a resolution and new ipython
release.
- c.f. ipython/ipython#138451 parent f6d1997 commit 3eac67a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments