docs: redirect from index to dev
This commit is contained in:
parent
f510f0067b
commit
dbd20fa0cd
3 changed files with 13 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ def docs(session: nox.Session):
|
|||
with session.chdir(CURRENT_DIR / "pyargus"):
|
||||
session.install("-e", ".")
|
||||
session.run("sphinx-multiversion", "docs", "_site", "-b", "html")
|
||||
session.run("cp", "./docs/_templates/index-redirect.html", "_site/index.html")
|
||||
|
||||
|
||||
@nox.session(tags=["style", "fix", "rust"], python=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue