Spaces:
Running
Running
File size: 86 Bytes
5d9292a |
1 2 3 4 |
import os
GENERATING_DOCUMENTATION = os.environ.get("IN_SPHINX_RUN", None) == "True"
|