##// END OF EJS Templates
MAINT: refactor/please mypy. (#13974)...
MAINT: refactor/please mypy. (#13974) With this mypy should be happier, and some files should be properly typed.

File last commit:

r27796:5bb0259a
r28170:e35dbb4e 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"