Update conf.py

This commit is contained in:
Ahmet Bakan 2015-03-10 23:14:50 -04:00
parent 780c652f82
commit ec93688cb7

View file

@ -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'