Skip to content

Commit

Permalink
Add link to docs in error message (#10910)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
hugovk and humitos authored Nov 27, 2023
1 parent 9cb36da commit 60944ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readthedocs/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ class DefaultConfigFileNotFound(ConfigError):

def __init__(self):
super().__init__(
"No default configuration file found at repository's root.",
"No default configuration file found at repository's root. "
"See https://docs.readthedocs.io/en/stable/config-file/",
CONFIG_FILE_REQUIRED,
)

Expand Down

0 comments on commit 60944ee

Please sign in to comment.