File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- furo == 2023.3.27
2- sphinx == 5.3.0
3- sphinx-click == 4.4.0
1+ furo == 2023.8.19
2+ sphinx == 7.2.3
3+ sphinx-click == 5.0.1
44sphinx-copybutton == 0.5.2
5- myst_nb == 0.17.2
5+ # myst-nb==0.17.2
6+ myst-nb @ git+https://github.com/executablebooks/MyST-NB@35ebd54
67linkify-it-py == 2.0.2
Original file line number Diff line number Diff line change @@ -218,7 +218,9 @@ def docs_build(session: Session) -> None:
218218 "sphinx-click" ,
219219 "sphinx-copybutton" ,
220220 "furo" ,
221- "myst-nb" ,
221+ # TODO(Altay): Update this to v1.0.0 when its out. Right now we
222+ # use this because myst-nb stable doesn't work with Sphinx 7.
223+ "myst-nb@git+https://github.com/executablebooks/MyST-NB@35ebd54" ,
222224 "linkify-it-py" ,
223225 )
224226
@@ -240,7 +242,9 @@ def docs(session: Session) -> None:
240242 "sphinx-click" ,
241243 "sphinx-copybutton" ,
242244 "furo" ,
243- "myst-nb" ,
245+ # TODO(Altay): Update this to v1.0.0 when its out. Right now we
246+ # use this because myst-nb stable doesn't work with Sphinx 7.
247+ "myst-nb@git+https://github.com/executablebooks/MyST-NB@35ebd54" ,
244248 "linkify-it-py" ,
245249 )
246250
You can’t perform that action at this time.
0 commit comments