##// END OF EJS Templates
Fix compatibility with the latest Sphinx 8 (#14596)...
Fix compatibility with the latest Sphinx 8 (#14596) Resolves: https://github.com/ipython/ipython/issues/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`.
M Bussonnier -
r28971:c1628686 merge
Show More
Name Size Modified Last Commit Author
/ IPython / terminal
pt_inputhooks
shortcuts
tests
__init__.py Loading ...
console.py Loading ...
debugger.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...
magics.py Loading ...
prompts.py Loading ...
ptutils.py Loading ...