Skip to content

Commit

Permalink
fix: Appdne case to walk contents
Browse files Browse the repository at this point in the history
- This is for case that does not have output from itself but have subs
  to should render.
  • Loading branch information
attakei committed Feb 17, 2025
1 parent 2a8fad6 commit 02416ba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sphinx_revealjs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,7 @@ def setup(app: Sphinx):
)
app.add_node(
revealjs_fragments,
html=(not_write, not_write),
latex=(not_write, not_write),
text=(not_write, not_write),
man=(not_write, not_write),
texinfo=(not_write, not_write),
revealjs=(not_write, not_write),
dirrevealjs=(not_write, not_write),
**BEHVIOR_FOR_BUILDERS["walk_contents"],
)
app.add_directive("revealjs-vertical", RevealjsVertical)
app.add_directive("revealjs-section", RevealjsSection)
Expand Down

0 comments on commit 02416ba

Please sign in to comment.