@@ -153,16 +153,16 @@ def test_append_conf_create_yaml(self, checkout_path, run):
153
153
self .assertEqual (
154
154
config ['extra_css' ],
155
155
[
156
- 'http://readthedocs.org/media /css/badge_only.css' ,
157
- 'http://readthedocs.org/media /css/readthedocs-doc-embed.css'
156
+ 'http://readthedocs.org/static /css/badge_only.css' ,
157
+ 'http://readthedocs.org/static /css/readthedocs-doc-embed.css'
158
158
]
159
159
)
160
160
self .assertEqual (
161
161
config ['extra_javascript' ],
162
162
[
163
163
'readthedocs-data.js' ,
164
- 'http://readthedocs.org/media/ static/core/js/readthedocs-doc-embed.js' ,
165
- 'http://readthedocs.org/media /javascript/readthedocs-analytics.js' ,
164
+ 'http://readthedocs.org/static/core/js/readthedocs-doc-embed.js' ,
165
+ 'http://readthedocs.org/static /javascript/readthedocs-analytics.js' ,
166
166
]
167
167
)
168
168
self .assertIsNone (
@@ -205,16 +205,16 @@ def test_append_conf_existing_yaml_on_root(self, checkout_path, run):
205
205
self .assertEqual (
206
206
config ['extra_css' ],
207
207
[
208
- 'http://readthedocs.org/media /css/badge_only.css' ,
209
- 'http://readthedocs.org/media /css/readthedocs-doc-embed.css'
208
+ 'http://readthedocs.org/static /css/badge_only.css' ,
209
+ 'http://readthedocs.org/static /css/readthedocs-doc-embed.css'
210
210
]
211
211
)
212
212
self .assertEqual (
213
213
config ['extra_javascript' ],
214
214
[
215
215
'readthedocs-data.js' ,
216
- 'http://readthedocs.org/media/ static/core/js/readthedocs-doc-embed.js' ,
217
- 'http://readthedocs.org/media /javascript/readthedocs-analytics.js' ,
216
+ 'http://readthedocs.org/static/core/js/readthedocs-doc-embed.js' ,
217
+ 'http://readthedocs.org/static /javascript/readthedocs-analytics.js' ,
218
218
]
219
219
)
220
220
self .assertIsNone (
0 commit comments