master
/ miniconda3 / envs / poem / lib / python3.10 / site-packages / IPython / utils / docs.py

docs.py @a8e0244 raw · history · blame

1
2
3
import os

GENERATING_DOCUMENTATION = os.environ.get("IN_SPHINX_RUN", None) == "True"