diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 03806a68585..dfb85021586 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -74,7 +74,6 @@ rules: versionadded_directive_should_have_version: ~ yaml_instead_of_yml_suffix: ~ - # master versionadded_directive_major_version: major_version: 7 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b00e771e3b..42770d55fe3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }} - name: "Run DOCtor-RST" - uses: docker://oskarstark/doctor-rst:1.69.0 + uses: docker://oskarstark/doctor-rst:1.70.0 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache diff --git a/README.md b/README.md index 5c063058c02..84f91fbbbbc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@