Still looking into pickling.

This commit is contained in:
Ahmet Bakan 2015-05-03 03:47:20 -07:00
parent e5d8a5a6df
commit 570e046e00

View file

@ -245,7 +245,7 @@ def process_posts(app, doctree):
environment."""
env = app.builder.env
if os.environ.get('READTHEDOCS', None) == 'True' and 0:
if os.environ.get('READTHEDOCS', None) == 'True' or 1:
skip_pickling(env)
if not hasattr(env, 'ablog_posts'):
env.ablog_posts = {}