8000
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 e380744 + 91092f4 commit f30cbe0Copy full SHA for f30cbe0
.doctor-rst.yaml
@@ -18,6 +18,9 @@ rules:
18
ensure_order_of_code_blocks_in_configuration_block: ~
19
extend_abstract_controller: ~
20
# extension_xlf_instead_of_xliff: ~
21
+ forbidden_directives:
22
+ directives:
23
+ - '.. index::'
24
indention: ~
25
lowercase_as_in_use_statements: ~
26
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.41.3
+ uses: docker://oskarstark/doctor-rst:1.42.1
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments