Skip to content

Commit 978d00d

Browse files
Update noxfile.py (#207)
1 parent fccdef1 commit 978d00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def docs_test(session):
2121
"""
2222
Same as `docs`, but rebuild everything and fail on warnings for testing
2323
"""
24-
session.install("-r", "requirements.txt")
24+
session.install("-e", ".")
2525
cmd = ["sphinx-build"]
2626
cmd.extend(['-W', '--keep-going', '-E', '-a'])
2727
cmd.extend(build_command + session.posargs)

0 commit comments

Comments
 (0)