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.
2 parents 47a7aeb + a0aba24 commit f2b4791Copy full SHA for f2b4791
.doctor-rst.yaml
@@ -23,7 +23,8 @@ rules:
23
forbidden_directives:
24
directives:
25
- '.. index::'
26
- - '.. caution::'
+ - directive: '.. caution::'
27
+ replacements: ['.. warning::', '.. danger::']
28
indention: ~
29
lowercase_as_in_use_statements: ~
30
max_blank_lines:
.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.63.0
+ uses: docker://oskarstark/doctor-rst:1.64.0
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments