mirror of
https://github.com/vale981/ablog
synced 2025-03-06 01:31:39 -05:00
Still looking into pickling.
This commit is contained in:
parent
e5d8a5a6df
commit
570e046e00
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue