Skip to content

Commit

Permalink
Add missing docs dependencies to noxfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Jan 5, 2024
1 parent 48e6096 commit a638249
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,13 @@ def docs_build(session: Session) -> None:
session.install(".")
session.install(
"sphinx",
"sphinx-design",
"sphinx-click",
"sphinx-copybutton",
"furo",
"myst-nb",
"linkify-it-py",
"autodoc-pydantic",
)

build_dir = Path("docs", "_build")
Expand All @@ -236,12 +238,14 @@ def docs(session: Session) -> None:
session.install(".")
session.install(
"sphinx",
"sphinx-design",
"sphinx-autobuild",
"sphinx-click",
"sphinx-copybutton",
"furo",
"myst-nb",
"linkify-it-py",
"autodoc-pydantic",
)

build_dir = Path("docs", "_build")
Expand Down

0 comments on commit a638249

Please sign in to comment.