Skip to content

Commit 3fa1e25

Browse files
authored
Ensure sarif extra is included as part of doc build (#1139)
The doc build nowadays runs via the readthedocs.yaml file. So the requirements for building those docs need to include sarif in order to correctly build the sarif formatter doc. Fixes: #1138 Signed-off-by: Eric Brown <[email protected]>
1 parent 8b659fb commit 3fa1e25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ python:
1414
- requirements: doc/requirements.txt
1515
- method: pip
1616
path: .
17+
extra_requirements:
18+
- sarif

0 commit comments

Comments
 (0)