diff --git a/docs/source/conf.py b/docs/source/conf.py index e27677c466..8f50f53552 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,6 +28,11 @@ jupyterlite_dir = "." jupyterlite_contents = "examples" +# Except +# - Variable inspector.ipynb +# - Building a custom widget - turn into an md file? +# - the label widget widgets.HBox([widgets.Label(value="The $m$ in $E=mc^2$:"), widgets.FloatSlider()]) has bad spacing + # intersphinx_mapping = { # 'ipython': ('http://ipython.org/ipython-doc/dev/', None), # 'nbconvert': ('https://nbconvert.readthedocs.io/en/latest/', None),