fix(docs): multiversion command
This commit is contained in:
parent
2ed91f6a74
commit
c522b17c88
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ def docs(session: nox.Session):
|
|||
session.install("sphinx-autoapi", "sphinx-multiversion")
|
||||
with session.chdir(CURRENT_DIR / "pyargus"):
|
||||
session.install("-e", ".")
|
||||
session.run("sphinx-multiversion", "-b", "html", "docs", "_site")
|
||||
session.run("sphinx-multiversion", "docs", "_site", "-b", "html")
|
||||
|
||||
|
||||
@nox.session(tags=["style", "fix", "rust"], python=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue