Skip to content

Commit 80f11af

Browse files
committed
add traceback to sphinx build output
1 parent bc05c69 commit 80f11af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def test_docs(session: Session) -> None:
130130
"""Verify that the docs build and that doctests pass"""
131131
install_requirements_file(session, "build-docs")
132132
install_idom_dev(session, extras="all")
133-
session.run("sphinx-build", "-b", "html", "docs/source", "docs/build")
134-
session.run("sphinx-build", "-b", "doctest", "docs/source", "docs/build")
133+
session.run("sphinx-build", "-T", "-b", "html", "docs/source", "docs/build")
134+
session.run("sphinx-build", "-T", "-b", "doctest", "docs/source", "docs/build")
135135

136136

137137
@nox.session

0 commit comments

Comments
 (0)