Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix bug #137
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 29, 2018
1 parent ae0a6af commit 36cb73d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pyquickhelper/sphinxext/sphinx_blog_extension.py
Expand Up @@ -368,9 +368,9 @@ def depart_blogpostagg_node_html(self, node):
else:
self.body.append(
"%blogpostagg: link to source only available for HTML\n")
if node["blog_background"]:
# the node will be in a box
self.depart_admonition(node)
# if node["blog_background"]:
# # the node will be in a box
# self.depart_admonition(node)


######################
Expand Down

0 comments on commit 36cb73d

Please sign in to comment.