mirror of
https://github.com/vale981/ablog
synced 2025-03-05 17:21:38 -05:00
Still looking into pickling.
This commit is contained in:
parent
478e6f8902
commit
1f50e96fce
2 changed files with 3 additions and 3 deletions
|
@ -208,8 +208,9 @@ def skip_pickling(env):
|
|||
|
||||
|
||||
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
|
||||
self.set_warnfunc(None)
|
||||
values = self.config.values
|
||||
|
|
|
@ -18,7 +18,6 @@ website project into a full-fledged blog with:
|
|||
.. _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/
|
||||
|
||||
|
||||
.. _installation:
|
||||
|
||||
Installation
|
||||
|
|
Loading…
Add table
Reference in a new issue