diff --git a/noxfile.py b/noxfile.py index 282e390d2814e1e30318fb287261defc9cd0bcd8..8dc7abd40ade2c4cc33f7471cdcbb41c02b61f77 100644 --- a/noxfile.py +++ b/noxfile.py @@ -116,7 +116,7 @@ def test(session): @nox.session def docs(session): - session.install(".") + session.install("-e", ".") session.install("-r", REQUIREMENTS["docs"]) def get_sphinx_build_command(kind):