##// END OF EJS Templates
Use and depend on intersphinx_registry for doc building. (#14444)...
Use and depend on intersphinx_registry for doc building. (#14444) We try to still work if intersphinx_registry is not importable as it might not be packaged yet, but it is now avail on conda forge, so it should not be too hard.

File last commit:

r27747:f5d4e0ac
r28774:8073b984 merge
Show More
eventful.py
5 lines | 138 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.eventful has moved to traitlets.eventful", stacklevel=2)
from traitlets.eventful import *