Skip to content

Commit 948eec7

Browse files
committed
fix merge conflicts
1 parent d9c89e8 commit 948eec7

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

pydata_sphinx_theme/static/css/index.5b35eb4443eed178844bc949edcf9870.css renamed to pydata_sphinx_theme/static/css/index.0e366ba14472447708f75ccb7d8f24a3.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydata_sphinx_theme/static/js/index.d224e2d0db453c36b0d3.js renamed to pydata_sphinx_theme/static/js/index.9ab83e9ee01d4093105a.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydata_sphinx_theme/static/webpack-macros.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
{% macro head_pre_bootstrap() %}
1919
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet" />
20-
<link href="{{ pathto('_static/css/index.5b35eb4443eed178844bc949edcf9870.css', 1) }}" rel="stylesheet" />
20+
<link href="{{ pathto('_static/css/index.0e366ba14472447708f75ccb7d8f24a3.css', 1) }}" rel="stylesheet" />
2121
{% endmacro %}
2222

2323
{% macro head_js_preload() %}
24-
<link rel="preload" as="script" href="{{ pathto('_static/js/index.d224e2d0db453c36b0d3.js', 1) }}">
24+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.9ab83e9ee01d4093105a.js', 1) }}">
2525
{% endmacro %}
2626

2727
{% macro body_post() %}
28-
<script src="{{ pathto('_static/js/index.d224e2d0db453c36b0d3.js', 1) }}"></script>
28+
<script src="{{ pathto('_static/js/index.9ab83e9ee01d4093105a.js', 1) }}"></script>
2929
{% endmacro %}

src/js/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function addTOCInteractivity() {
3232
const activeNavLinks = document.querySelectorAll('#bd-toc-nav a.active');
3333
activeNavLinks.forEach((navLink) => {
3434
navLink.parentElement.classList.add('active');
35-
console.log('foo');
3635
});
3736
});
3837
}

src/scss/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
html {
22
font-size: var(--font-size-base);
3-
scroll-padding-top: calc(var(--header-height) + 11px);
3+
scroll-padding-top: calc(var(--header-height) + 12px);
44
}
55

66
body {

0 commit comments

Comments
 (0)