jupyterlite-sphinx icon indicating copy to clipboard operation
jupyterlite-sphinx copied to clipboard

Sphinx extension using JupyterLite to render Notebooks

Results 32 jupyterlite-sphinx issues
Sort by recently updated
recently updated
newest added

## Description This PR hides the buttons from the `TryExamples` directive by default. This is helpful because the current method of ignoring particular pages based on their URL first loads...

enhancement

I'm guessing the docs are build using hatch ? But I don't use hatch so i'm strugling to find how to run the right commands. But in general it would...

documentation

### Problem An issue I found while contributing to the Sphinx extension, coupled with the lack of a `CONTRIBUTING.md` document (which is another, unrelated issue) is that it was a...

maintenance

Hi, Thank you for this amazing project ! I'm not sure if this is the best place to report the bug in [ipyleaflet](https://ipyleaflet.readthedocs.io/) documentation, forgive me if I'm mistaken. If...

bug

The current build (using the XML formatter) generates an element of the form: ```xml ``` where the the `iframe_src` points to the path `lite/tree/` which in turn loads assests from...

enhancement

~~This is not perfect, in particular the `confirm(...)` is a blocking call, which is not supposed to be used in a OnClik handler as an onclick handler need to respond...

enhancement

See [19729](https://github.com/scipy/scipy/issues/19729#issuecomment-1969621588) for context, we might want to have option/theme to not show button on mobile, as also Jupyter Interface is not mobile friendly.

enhancement

I think it would be good to validate early the config options `example_class`, and `height`, mostly to fail early. I'm thinking that it's easy for someone not knowing css to...

enhancement

I was iterating on the css and most of the time I would be ok with sphinx not rebuilding the notebooks, iframe and jupyterlite environement, would there be a way...

enhancement

### Problem As suggested in https://github.com/pydata/pydata-sphinx-theme/issues/745#issuecomment-1905560716 > @jtpio just linked this in another thread https://jupyterlite.readthedocs.io/en/stable/howto/configure/advanced/iframe.html > > It showcases an example making a jupyterlite plugin allowing to set the theme...

enhancement