##// END OF EJS Templates
Fix %page not working: OInfo not subscriptable error. (#14014)...
Fix %page not working: OInfo not subscriptable error. (#14014) %page not working any more due to OInfo not subscriptable error. Fixes #14013

File last commit:

r27796:5bb0259a
r28214:9c07131a 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"