Skip to content

Commit 3bf04b8

Browse files
committed
ci: Make rstcheck understand Sphinx directives
If we don't, it complains about the `:ref:` directive in our news fragments. Signed-off-by: Matt Wozniski <[email protected]>
1 parent b916b58 commit 3bf04b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ repos:
7979
files: ^news/
8080
stages: [pre-commit]
8181
types: [rst]
82+
additional_dependencies: ["sphinx"]
8283

8384
- repo: https://github.com/mgedmin/check-manifest
8485
rev: "0.49"

0 commit comments

Comments
 (0)