nox: do not install editable version of the lib in the gendoc session

This commit is contained in:
Fabien LOISON 2021-01-19 10:27:58 +01:00
parent bfa87909cf
commit c7374912d7
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ def test(session):
@nox.session
def gendoc(session):
session.install("sphinx", "sphinx-rtd-theme")
session.install("-e", ".")
session.install(".")
session.run("sphinx-build", "-M", "html", "doc", "build")