Skip to content

Commit 6cc96f4

Browse files
Update docs.yml: add mypy/main.py (#19829)
Part of the documentation is automatically generated from the options definitions in mypy/main.py, so we need to run the docs CI when that file is modified. This follows up on #19727, which itself follows up on #19062
1 parent 530bdc5 commit 6cc96f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
# so it's important to do the docs build on all PRs touching mypy/errorcodes.py
1313
# in case somebody's adding a new error code without any docs
1414
- 'mypy/errorcodes.py'
15+
# Part of the documentation is automatically generated from the options
16+
# definitions in mypy/main.py
17+
- 'mypy/main.py'
1518
- 'mypyc/doc/**'
1619
- '**/*.rst'
1720
- '**/*.md'

0 commit comments

Comments
 (0)