Skip to content

Commit cd542e3

Browse files
Reword comment about setting global height
1 parent f9a36f4 commit cd542e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupyterlite_sphinx/jupyterlite_sphinx.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,7 @@ def run(self):
404404
default_example_class = ""
405405
example_class = self.options.pop("example_class", default_example_class)
406406

407-
# No global option for height is available, so we use the one provided
408-
# manually in the directive.
407+
# A global height cannot be set in conf.py
409408
height = self.options.pop("height", None)
410409

411410
# We need to get the relative path back to the documentation root from

0 commit comments

Comments
 (0)