We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a36f4 commit cd542e3Copy full SHA for cd542e3
jupyterlite_sphinx/jupyterlite_sphinx.py
@@ -404,8 +404,7 @@ def run(self):
404
default_example_class = ""
405
example_class = self.options.pop("example_class", default_example_class)
406
407
- # No global option for height is available, so we use the one provided
408
- # manually in the directive.
+ # A global height cannot be set in conf.py
409
height = self.options.pop("height", None)
410
411
# We need to get the relative path back to the documentation root from
0 commit comments