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.
1 parent 1b324a6 commit 88be514Copy full SHA for 88be514
src/sp_repo_review/checks/readthedocs.py
@@ -19,8 +19,8 @@ class RTD100(ReadTheDocs):
19
@staticmethod
20
def check(root: Traversable) -> bool:
21
"""
22
- Should have a .readthedocs.yaml file in the root of the repository.
23
- Modern ReadTheDocs requires (or will require soon) this file.
+ Should have a `.readthedocs.yaml` file in the root of the repository.
+ Modern ReadTheDocs requires this file.
24
25
26
return (
0 commit comments