Skip to content

Commit ea339c9

Browse files
authored
Update noxfile.py
1 parent bcae270 commit ea339c9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

noxfile.py

+1-10
Original file line numberDiff line numberDiff line change
@@ -248,16 +248,7 @@ def test_docs(session: Session) -> None:
248248
)
249249
session.run("sphinx-build", "-b", "doctest", "docs/source", "docs/build")
250250
# ensure docker image build works too
251-
# session.run(
252-
# "docker",
253-
# "build",
254-
# ".",
255-
# "--file",
256-
# "docs/Dockerfile",
257-
# "--tag",
258-
# "idom-docs:latest",
259-
# external=True,
260-
# )
251+
session.run("docker", "build", ".", "--file", "docs/Dockerfile", external=True)
261252

262253

263254
@do_first

0 commit comments

Comments
 (0)