Skip to content

Commit 2501e5b

Browse files
authored
Merge pull request #52 from jasongrout/spaces
Allow whitespace in filenames
2 parents 65ea686 + f85730d commit 2501e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jupyterlite_sphinx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ class _LiteDirective(SphinxDirective):
168168

169169
has_content = False
170170
optional_arguments = 1
171+
final_argument_whitespace = True
171172
option_spec = {
172173
"width": directives.unchanged,
173174
"height": directives.unchanged,

0 commit comments

Comments
 (0)