Skip to content

Commit 88be514

Browse files
committed
fix: add tick marks around a filename
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 1b324a6 commit 88be514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sp_repo_review/checks/readthedocs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class RTD100(ReadTheDocs):
1919
@staticmethod
2020
def check(root: Traversable) -> bool:
2121
"""
22-
Should have a .readthedocs.yaml file in the root of the repository.
23-
Modern ReadTheDocs requires (or will require soon) this file.
22+
Should have a `.readthedocs.yaml` file in the root of the repository.
23+
Modern ReadTheDocs requires this file.
2424
"""
2525

2626
return (

0 commit comments

Comments
 (0)