Still looking into pickling.

This commit is contained in:
Ahmet Bakan 2015-05-03 02:40:18 -07:00
parent 478e6f8902
commit 1f50e96fce
2 changed files with 3 additions and 3 deletions

View file

@ -208,8 +208,9 @@ def skip_pickling(env):
env._topickle = env.topickle env._topickle = env.topickle
def topickle(self=env, *args): import types
from six import class_types
def topickle(filename, self=env, *args):
warnfunc = self._warnfunc warnfunc = self._warnfunc
self.set_warnfunc(None) self.set_warnfunc(None)
values = self.config.values values = self.config.values

View file

@ -18,7 +18,6 @@ website project into a full-fledged blog with:
.. _Font-Awesome integration: http://ablog.readthedocs.org/manual/ablog-configuration-options/#fa .. _Font-Awesome integration: http://ablog.readthedocs.org/manual/ablog-configuration-options/#fa
.. _Easy GitHub Pages deploys: http://ablog.readthedocs.org/manual/deploy-to-github-pages/ .. _Easy GitHub Pages deploys: http://ablog.readthedocs.org/manual/deploy-to-github-pages/
.. _installation: .. _installation:
Installation Installation