Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit de0a09c

Browse files
committed
invoke: build documentation when linting
1 parent 88d5917 commit de0a09c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def sphinx(c, dev=False):
5959
call(isort, check=True),
6060
call(flake8),
6161
call(mypy),
62+
sphinx,
6263
]
6364
)
6465
def lint(c):

0 commit comments

Comments
 (0)