# Pastebin 8LJUF2mj if(os.environ.get('READTHEDOCS', None) != 'True'): LOG.info('Not on readthedocs.org, adding all static assets early') app.connect('builder-inited', add_assets) else: LOG.info('On readthedocs.org, not adding all static assets early')