Skip to content

Commit 36b1c37

Browse files
committed
Drop the duplicate -W Sphinx option
1 parent a19c187 commit 36b1c37

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
@nox.session(py="3")
1111
def build(session, autobuild=False):
1212
session.install("-r", "requirements.txt")
13-
# Treat warnings as errors.
14-
session.env["SPHINXOPTS"] = "-W"
1513

1614
shutil.rmtree("build", ignore_errors=True)
1715

0 commit comments

Comments
 (0)