Skip to content

Commit e6cf81d

Browse files
committed
[THEME] Fix for sphinx4
1 parent 2c0717c commit e6cf81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tlcpack_sphinx_addon/_templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
{# CSS #}
3232
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
3333
<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" />
3634
{%- for css in css_files %}
3735
{%- if css|attr("rel") %}
3836
<link rel="{{ css.rel }}" href="{{ pathto(css.filename, 1) }}" type="text/css"{% if css.title is not none %} title="{{ css.title }}"{% endif %} />
@@ -44,6 +42,8 @@
4442
{%- for cssfile in extra_css_files %}
4543
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
4644
{%- 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" />
4747

4848
{# FAVICON #}
4949
{% if favicon %}

0 commit comments

Comments
 (0)