Skip to content

Commit 60944ee

Browse files
hugovkhumitos
andauthored
Add link to docs in error message (#10910)
* Add link to blog in error message * Link to config file tutorial Co-authored-by: Manuel Kaufmann <[email protected]> --------- Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent 9cb36da commit 60944ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocs/config/config.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ class DefaultConfigFileNotFound(ConfigError):
100100

101101
def __init__(self):
102102
super().__init__(
103-
"No default configuration file found at repository's root.",
103+
"No default configuration file found at repository's root. "
104+
"See https://docs.readthedocs.io/en/stable/config-file/",
104105
CONFIG_FILE_REQUIRED,
105106
)
106107

0 commit comments

Comments
 (0)