From 2a5a56d37abf4a07b0f970268e7c8268926350a1 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 23 Sep 2023 16:20:31 +0200 Subject: [PATCH] link to myst-nb instead of nbsphinx; closes #246 --- content/sphinx.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/content/sphinx.md b/content/sphinx.md index 14bb3e2..13478fe 100644 --- a/content/sphinx.md +++ b/content/sphinx.md @@ -344,19 +344,11 @@ Note, that this will not resolve e.g. image paths within README.md, use experime --> - It is possible to combine `{include}` with code highlighting, line numbering, and even line highlighting. -- We can also use jupyter notebooks (*.ipynb) with sphinx. It requires `nbsphinx` extension to be installed. See [nbsphinx documentation](http://nbsphinx.readthedocs.io/en/latest/) for more information -```rst -.. toctree:: - :maxdepth: 2 - :caption: Contents: - - feature-a.md - .ipynb -``` +- We can also use Jupyter notebooks (*.ipynb) with Sphinx. It requires the + [myst-nb](https://myst-nb.readthedocs.io/) extension to be installed. ```` - ### Exercise: Sphinx LaTeX ````{exercise} (optional) Sphinx-3: Rendering (LaTeX) math equations