We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d56a0 commit 4570272Copy full SHA for 4570272
.doctor-rst.yaml
@@ -47,6 +47,7 @@ rules:
47
space_between_label_and_link_in_doc: ~
48
space_between_label_and_link_in_ref: ~
49
string_replacement: ~
50
+ title_underline_length_must_match_title_length: ~
51
typo: ~
52
unused_links: ~
53
use_deprecated_directive_instead_of_versionadded: ~
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
74
75
- name: "Run DOCtor-RST"
76
- uses: docker://oskarstark/doctor-rst:1.40.1
+ uses: docker://oskarstark/doctor-rst:1.41.0
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments