Skip to content

Commit 4570272

Browse files
authored
Use Doctor RST 1.41.0 and new rule
1 parent 80d56a0 commit 4570272

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ rules:
4747
space_between_label_and_link_in_doc: ~
4848
space_between_label_and_link_in_ref: ~
4949
string_replacement: ~
50+
title_underline_length_must_match_title_length: ~
5051
typo: ~
5152
unused_links: ~
5253
use_deprecated_directive_instead_of_versionadded: ~

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7474

7575
- name: "Run DOCtor-RST"
76-
uses: docker://oskarstark/doctor-rst:1.40.1
76+
uses: docker://oskarstark/doctor-rst:1.41.0
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)