We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ece4c commit 30b908eCopy full SHA for 30b908e
readthedocs/projects/exceptions.py
@@ -19,10 +19,9 @@ class ProjectConfigurationError(BuildEnvironmentError):
19
)
20
21
MULTIPLE_CONF_FILES = _(
22
- 'There are more than one conf.py file and none of them say doc '
23
- "in their path, we don't know which one use. Please, select "
24
- 'the correct one under the Advanced settings tab in the '
25
- "project's Admin."
+ 'We found more than one conf.py and are not sure which one to use. '
+ 'Please, specify the correct file under the Advanced settings tab '
+ "in the project's Admin."
26
27
28
0 commit comments