You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: runestone/lp/lp.py
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ class _LpBuildButtonDirective(RunestoneIdDirective):
195
195
# No optional arguments.
196
196
optional_arguments=0
197
197
# Per http://docutils.sourceforge.net/docs/howto/rst-directives.html, True if content is allowed. However, this isn't checked or enforced.
198
-
has_content=True
198
+
has_content=False
199
199
# Options. Everything but language is currently ignored. This is based on activecode, so in the future similar support would be provided for these options.
0 commit comments