We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccdef1 commit 978d00dCopy full SHA for 978d00d
noxfile.py
@@ -21,7 +21,7 @@ def docs_test(session):
21
"""
22
Same as `docs`, but rebuild everything and fail on warnings for testing
23
24
- session.install("-r", "requirements.txt")
+ session.install("-e", ".")
25
cmd = ["sphinx-build"]
26
cmd.extend(['-W', '--keep-going', '-E', '-a'])
27
cmd.extend(build_command + session.posargs)
0 commit comments