##// END OF EJS Templates
[PR]: Make values public (_tb_highlight & _tb_highlight_style) (#14518)...
[PR]: Make values public (_tb_highlight & _tb_highlight_style) (#14518) Fixes: #14464 https://github.com/ipython/ipython/issues/14464#issuecomment-2180056302

File last commit:

r27796:5bb0259a
r28868:ea2fce1f merge
Show More
docs.py
3 lines | 86 B | text/x-python | PythonLexer
import os
GENERATING_DOCUMENTATION = os.environ.get("IN_SPHINX_RUN", None) == "True"