File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 4040
4141 {% endif %}
4242
43- {# RTD hosts this file, so just load on non RTD builds #}
44- {%- if not READTHEDOCS %}
45- < link rel ="stylesheet " href ="{{ pathto('_static/' + style, 1) }} " type ="text/css " />
46- {%- endif %}
43+ < link rel ="stylesheet " href ="{{ pathto('_static/' + style, 1) }} " type ="text/css " />
4744 < link rel ="stylesheet " href ="{{ pathto('_static/pygments.css', 1) }} " type ="text/css " />
4845 {%- for css in css_files %}
4946 {%- if css|attr("rel") %}
208205
209206 {% endif %}
210207
211- {# RTD hosts this file, so just load on non RTD builds #}
212- {% if not READTHEDOCS %}
213- < script type ="text/javascript " src ="{{ pathto('_static/js/theme.js', 1) }} "> </ script >
214- {% endif %}
208+ < script type ="text/javascript " src ="{{ pathto('_static/js/theme.js', 1) }} "> </ script >
215209
216210 < script type ="text/javascript ">
217211 jQuery ( function ( ) {
You can’t perform that action at this time.
0 commit comments