Add docs session to Nox's default session to more closely mirror the CI.
This commit is contained in:
parent
b816d4d561
commit
1fad3916db
|
@ -11,7 +11,7 @@ from typing import Any, Callable, Dict, List, Optional, Tuple
|
|||
|
||||
import nox
|
||||
|
||||
nox.options.sessions = ["test", "clippy", "fmt"]
|
||||
nox.options.sessions = ["test", "clippy", "fmt", "docs"]
|
||||
|
||||
|
||||
PYO3_DIR = Path(__file__).parent
|
||||
|
|
Loading…
Reference in New Issue