-
readthedocs uses version 0.8.7. These runs fail. When reproducing the error locally I get errors like this ([Maybe you can see the whole stack here](https://readthedocs.org/api/v2/build/14844270.txt))…
-
Hey there - I wanted to reach out and mention a project that we have recently started, and that has a lot of overlapping functionality with nbsphinx. It is called "[MyST-NB](https://myst-nb.readthedoc…
-
How does this theme depend on IPython, nbsphinx, and ipywidgets? These don't appear to be used anywhere in the repo aside of setup.py.
-
Things to investigate (incomplete list):
* https://github.com/ngoldbaum/RunNotebook
* http://nbsphinx.readthedocs.io/en/0.2.17/index.html
-
To flagrantly plagiarize from nbshinx's latest commit, it might be a nice feature to implement thumbnail galleries in some way: https://nbsphinx.readthedocs.io/en/latest/subdir/gallery.html
-
### Context
Need something like .
Collect a group of jupyter notebook and a cell's output as gallery image.
### Proposal
_No response_
### Tasks and updates
_No response_
-
Hi all, nbsphinx is great!
Just wondering if an nbsphinx option can be added to the sphinx conf to allow nbsphinx to show local line numbers for code blocks? This would make it easier to reference …
-
When converting notebooks to `.rst` format (using `jupyter nbconvert --to rst [filename]`) the embedded images references are using the `%5C` character instead of a backslash (or forward slash). The r…
-
### Describe the bug
While our demos are now on readthedocs (and can be searched there), they don't appear in the index at https://stellargraph.readthedocs.io/en/latest/genindex.html
-
Version 1.0 has been ok. Possible related to #221
The method `_clean_text_signature` seems to be also receiving classes and not being able to handle them.
Added few print to debug. These are the…