Skip to content

Commit

Permalink
build: only install doc optional deps for nox
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 6, 2023
1 parent ed882d8 commit da69dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def docs(session: nox.Session) -> None:

extra_installs = ["sphinx-autobuild"] if args.serve else []

session.install("-e.[opti,docs,viz]", *extra_installs)
session.install("-e.[docs]", *extra_installs)
session.chdir("docs")

if args.builder == "linkcheck":
Expand Down

0 comments on commit da69dcb

Please sign in to comment.