Commit c162868
authored
Fix compatibility with the latest Sphinx 8 (ipython#14596)
Resolves: ipython#14595
The `fallback` value cannot be an empty string in Sphinx 8 and there is
no way to store `None` in TOML so it has to be handled in `conf.py`.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments