Skip to content

Commit 68c1d60

Browse files
committed
Update DOCtor-RST to 1.77.0 and enable NoRelativeDocPath rule
- Require DOCtor-RST 1.77.0 - Enable no_relative_doc_path rule to ensure :doc: directives use absolute paths
1 parent 9e285d6 commit 68c1d60

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
@@ -63,6 +63,7 @@ rules:
6363
no_namespace_after_use_statements: ~
6464
no_non_breaking_space: ~
6565
no_php_open_tag_in_code_block_php_directive: ~
66+
no_relative_doc_path: ~
6667
no_space_before_self_xml_closing_tag: ~
6768
no_typographic_quotes: ~
6869
non_static_phpunit_assertions: ~

.github/workflows/ci.yaml

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

7474
- name: "Run DOCtor-RST"
75-
uses: docker://oskarstark/doctor-rst:1.76.0
75+
uses: docker://oskarstark/doctor-rst:1.77.0
7676
with:
7777
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878

0 commit comments

Comments
 (0)