Commit e6cf81d 1 parent 2c0717c commit e6cf81d Copy full SHA for e6cf81d
File tree 1 file changed +2
-2
lines changed
tlcpack_sphinx_addon/_templates
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
{# CSS #}
32
32
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css " integrity ="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm " crossorigin ="anonymous ">
33
33
< link rel ="stylesheet " href ="{{ pathto('_static/' + style, 1) }} " type ="text/css " />
34
- < link rel ="stylesheet " href ="{{ pathto('_static/pygments.css', 1) }} " type ="text/css " />
35
- < link rel ="stylesheet " href ="{{ pathto('_static/css/tlcpack_theme.css', 1) }} " type ="text/css " />
36
34
{%- for css in css_files %}
37
35
{%- if css|attr("rel") %}
38
36
< link rel ="{{ css.rel }} " href ="{{ pathto(css.filename, 1) }} " type ="text/css "{% if css.title is not none %} title ="{{ css.title }} "{% endif %} />
44
42
{%- for cssfile in extra_css_files %}
45
43
< link rel ="stylesheet " href ="{{ pathto(cssfile, 1) }} " type ="text/css " />
46
44
{%- endfor %}
45
+ < link rel ="stylesheet " href ="{{ pathto('_static/pygments.css', 1) }} " type ="text/css " />
46
+ < link rel ="stylesheet " href ="{{ pathto('_static/css/tlcpack_theme.css', 1) }} " type ="text/css " />
47
47
48
48
{# FAVICON #}
49
49
{% if favicon %}
You can’t perform that action at this time.
0 commit comments