##// END OF EJS Templates
Replace usage of os.devnull with subprocess.DEVNULL
Replace usage of os.devnull with subprocess.DEVNULL

File last commit:

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