##// 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:

r23033:5dd70876
r28774:8073b984 merge
Show More
traitlets.py
6 lines | 143 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.traitlets has moved to a top-level traitlets package.", stacklevel=2)
from traitlets import *