mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
Interfering with picking to build on RTD.
This commit is contained in:
parent
f4114338bd
commit
7060323d64
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ def process_posts(app, doctree):
|
|||
environment."""
|
||||
|
||||
env = app.builder.env
|
||||
env.topickle = lambda *args: env.warn('nodocname', 'No pickling.')
|
||||
if not hasattr(env, 'ablog_posts'):
|
||||
env.ablog_posts = {}
|
||||
post_nodes = list(doctree.traverse(PostNode))
|
||||
|
|
Loading…
Add table
Reference in a new issue