Skip to content

Commit

Permalink
Merge pull request #261 from TGSAI/deps/update-doc-build-deps
Browse files Browse the repository at this point in the history
Update Docs Dependencies: `sphinx`, `sphinx-click`, `myst-parser`, `myst-nb`, `furo`.
  • Loading branch information
tasansal authored Aug 25, 2023
2 parents b34b267 + bb6097c commit e3698e5
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 113 deletions.
9 changes: 5 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
furo==2023.3.27
sphinx==5.3.0
sphinx-click==4.4.0
furo==2023.8.19
sphinx==7.2.3
sphinx-click==5.0.1
sphinx-copybutton==0.5.2
myst_nb==0.17.2
# myst-nb==0.17.2
myst-nb @ git+https://github.com/executablebooks/MyST-NB@35ebd54
linkify-it-py==2.0.2
8 changes: 6 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ def docs_build(session: Session) -> None:
"sphinx-click",
"sphinx-copybutton",
"furo",
"myst-nb",
# TODO(Altay): Update this to v1.0.0 when its out. Right now we
# use this because myst-nb stable doesn't work with Sphinx 7.
"myst-nb@git+https://github.com/executablebooks/MyST-NB@35ebd54",
"linkify-it-py",
)

Expand All @@ -240,7 +242,9 @@ def docs(session: Session) -> None:
"sphinx-click",
"sphinx-copybutton",
"furo",
"myst-nb",
# TODO(Altay): Update this to v1.0.0 when its out. Right now we
# use this because myst-nb stable doesn't work with Sphinx 7.
"myst-nb@git+https://github.com/executablebooks/MyST-NB@35ebd54",
"linkify-it-py",
)

Expand Down
Loading

0 comments on commit e3698e5

Please sign in to comment.