##// END OF EJS Templates
Don't emit a trailng newline in base64-encoded data like 'image/png'
Don't emit a trailng newline in base64-encoded data like 'image/png'

File last commit:

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