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

This one is technically unnecessary of you understand how jupyterLite work, though this is more a question of User-interface than anything else. We had a couple of request on the...

enhancement

Looks like sphinx on generate documentation shows few warnings ```console + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man Running Sphinx v4.5.0 making output directory... done building [mo]: targets for 0...

bug

At https://jupyterlite-sphinx.readthedocs.io/en/latest/full.html if I try to click on the relative urls, they are interpreted as anchors and so do not work: `https://jupyterlite-sphinx.readthedocs.io/en/latest/full.html#./lite/lab/index.html` Instead they should point to https://jupyterlite-sphinx.readthedocs.io/en/latest/lite/lab/index.html

documentation

### Problem Currently we have a couple of directives for either using the full JupyterLab interface, Notebook or REPL. However this could be a bit tedious to maintain over time...

enhancement

## Description This extension generates more than 100 lines of build output in my terminal, which makes it harder to find other output that I'm more interested in (e.g. sphinx...

bug

Related issue https://github.com/jupyterlite/jupyterlite-sphinx/issues/101. I added a config file that will hopefully disable the caching of notebook content in the docs at https://jupyterlite-sphinx.readthedocs.io/en/latest/directives/retrolite.html, thanks to the suggestion from @agoose77 in https://github.com/jupyterlite/jupyterlite-sphinx/issues/101#issuecomment-1551228918

documentation

Related to https://github.com/jupyterlite/jupyterlite/issues/1067 When I go to the retro-lite example https://jupyterlite-sphinx.readthedocs.io/en/latest/directives/retrolite.html with a specific notebook (`.. retrolite:: my_notebook.ipynb`), and make some changes, these changes are permanent and there is no...

bug

## Description The example notebook embedded in "[configuration" in the docs](https://jupyterlite-sphinx.readthedocs.io/en/latest/configuration.html) doesn't work for me. ## Reproduce Go to configuration page: https://jupyterlite-sphinx.readthedocs.io/en/latest/configuration.html Try to use the jupyterlite notebook. For me...

bug

### Problem I'm looking into using this in the SymPy documentation. We have 4 different types of documentation builds, the "latest" docs which are updated whenever we do a release...

enhancement

### Problem Somewhat related to https://github.com/pydata/pydata-sphinx-theme/issues/745 pydata-sphinx-theme has a theme switch allowing to go from a light to a dark theme. We could have the embedded jupyterlite respect the current...

enhancement