Skip to content

Commit bb6097c

Browse files
committed
update documentation dependencies
1 parent b34b267 commit bb6097c

4 files changed

Lines changed: 121 additions & 113 deletions

File tree

docs/requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
44
sphinx-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
67
linkify-it-py==2.0.2

noxfile.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)