Skip to content

Commit 624f0f1

Browse files
committed
minor #21600 Update DOCtor-RST (OskarStark)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- Update DOCtor-RST Update DOCtor-RST and enable the new `use_double_backticks_for_inline_literals` rule to ensure proper inline literal markup in RST documentation. Commits ------- 07fb770 Update DOCtor-RST
2 parents 0c48ee8 + 07fb770 commit 624f0f1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ rules:
6767
typo: ~
6868
unused_links: ~
6969
use_deprecated_directive_instead_of_versionadded: ~
70+
use_double_backticks_for_inline_literals: ~
7071
use_named_constructor_without_new_keyword_rule: ~
7172
use_https_xsd_urls: ~
7273
valid_inline_highlighted_namespaces: ~

.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.70.2
75+
uses: docker://oskarstark/doctor-rst:1.72.0
7676
with:
7777
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878

contributing/documentation/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rest of the Symfony documentation:
2323
Example
2424
~~~~~~~
2525

26-
.. code-block:: text
26+
.. code-block:: rst
2727
2828
Example
2929
=======

reference/constraints/Length.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Parameter Description
181181

182182
.. versionadded:: 6.3
183183

184-
The `{{ value_length }}` parameter was introduced in Symfony 6.3.
184+
The ``{{ value_length }}`` parameter was introduced in Symfony 6.3.
185185

186186
.. include:: /reference/constraints/_groups-option.rst.inc
187187

@@ -215,7 +215,7 @@ Parameter Description
215215

216216
.. versionadded:: 6.3
217217

218-
The `{{ value_length }}` parameter was introduced in Symfony 6.3.
218+
The ``{{ value_length }}`` parameter was introduced in Symfony 6.3.
219219

220220
``min``
221221
~~~~~~~
@@ -251,7 +251,7 @@ Parameter Description
251251

252252
.. versionadded:: 6.3
253253

254-
The `{{ value_length }}` parameter was introduced in Symfony 6.3.
254+
The ``{{ value_length }}`` parameter was introduced in Symfony 6.3.
255255

256256
.. include:: /reference/constraints/_normalizer-option.rst.inc
257257

0 commit comments

Comments
 (0)