This commit is contained in:
Stuart Mumford 2017-06-19 18:38:39 +01:00
parent a91c1ab8e2
commit 1464e539fe
No known key found for this signature in database
GPG key ID: 60BC5C03E6276769

View file

@ -394,7 +394,8 @@ class Post(BlogPageMixin):
app = self._blog.app
revise_pending_xrefs(doctree, pagename)
app.env.resolve_references(doctree, pagename, app.builder)
# TODO: This should not be commented out, but it breaks it.
#app.env.resolve_references(doctree, pagename, app.builder)
add_permalinks, app.builder.add_permalinks = (
app.builder.add_permalinks, False)