Skip to content

Commit

Permalink
Update noxfile.py (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat authored Mar 20, 2024
1 parent fccdef1 commit 978d00d
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 @@ -21,7 +21,7 @@ def docs_test(session):
"""
Same as `docs`, but rebuild everything and fail on warnings for testing
"""
session.install("-r", "requirements.txt")
session.install("-e", ".")
cmd = ["sphinx-build"]
cmd.extend(['-W', '--keep-going', '-E', '-a'])
cmd.extend(build_command + session.posargs)
Expand Down

0 comments on commit 978d00d

Please sign in to comment.