File tree 1 file changed +20
-20
lines changed
readthedocs/templates/builds 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 92
92
</ span >
93
93
</ div >
94
94
95
- < div class ="build-ideas ">
96
95
{% if not build.success and build.commands.count < 4 %}
97
- < p >
98
-
99
- {% url 'wipe_version' build.version.project.slug build.version.slug as wipe_url %}
100
- {% blocktrans %}
101
- Having trouble with your build environment?
102
- Try < a href ="{{ wipe_url }} "> reseting it</ a > .
103
- {% endblocktrans %}
104
- </ p >
105
- {% endif %}
106
-
107
- {% if not build.success and "setup.py install" in build.commands.last.output %}
108
- < p >
109
- {% url 'projects_advanced' build.version.project.slug as advanced_url %}
110
- {% blocktrans %}
111
- Don't want < pre > setup.py install</ pre > called?
112
- Change the < strong > Install Project</ strong > setting in your < a href ="{{ advanced_url }} "> advanced settings</ a > .
113
- {% endblocktrans %}
114
- </ p >
96
+ < div class ="build-ideas ">
97
+ < p >
98
+
99
+ {% url 'wipe_version' build.version.project.slug build.version.slug as wipe_url %}
100
+ {% blocktrans %}
101
+ Having trouble with your build environment?
102
+ Try < a href ="{{ wipe_url }} "> reseting it</ a > .
103
+ {% endblocktrans %}
104
+ </ p >
105
+ </ div >
106
+ {% elif not build.success and "setup.py install" in build.commands.last.output %}
107
+ < div class ="build-ideas ">
108
+ < p >
109
+ {% url 'projects_advanced' build.version.project.slug as advanced_url %}
110
+ {% blocktrans %}
111
+ Don't want < pre > setup.py install</ pre > called?
112
+ Change the < strong > Install Project</ strong > setting in your < a href ="{{ advanced_url }} "> advanced settings</ a > .
113
+ {% endblocktrans %}
114
+ </ p >
115
+ </ div >
115
116
{% endif %}
116
- </ div >
117
117
118
118
{% if build.output %}
119
119
{# If we have build output, this is an old build #}
You can’t perform that action at this time.
0 commit comments