diff --git a/docs/conf.py b/docs/conf.py index 59e518a..c5997c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ html_favicon = '_static/ablog.ico' templates_path = [ablog.get_html_templates_path()] -if os.environ.get('READTHEDOCS', None) == 'True' and 0: +if os.environ.get('READTHEDOCS', None) == 'True': skip_pickling = True blog_title = 'ABlog'