File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 4747// @import "./components/versionmodified";
4848// @import "./components/indices";
4949// @import "./components/readthedocs-switcher";
50- @import " ./components/badges" ;
5150
5251// Content blocks in standard Sphinx
5352@import " ./content/admonitions" ;
Original file line number Diff line number Diff line change 1+ @import " ./pst-deps/sphinx-design/badges" ;
2+ @import " ./pst/pydata-sphinx-theme" ;
3+ @import " ./spht/code" ;
File renamed without changes.
Original file line number Diff line number Diff line change 2222<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2">
2323
2424<!-- Process and include Sass files. -->
25- {{- $sass := append (resources.Get "theme-css/pst/pydata-sphinx-theme.scss")
26- (resources.Match "theme-css/*.scss")
27- | append (resources.Match "css/*.scss") -}}
25+ {{- $sass := (resources.Match "theme-css/*.scss") | append (resources.Match "css/*.scss") -}}
2826
2927{{- range $sass -}}
3028 {{ with . }} <!-- Skips nil elements from appending empty resources.Match slices. -->
You can’t perform that action at this time.
0 commit comments