Skip to content

Commit e027b50

Browse files
committed
🚚 nest the docs images, css and html under theme
1 parent 2fc2944 commit e027b50

9 files changed

Lines changed: 8 additions & 8 deletions

File tree

‎mkdocs.yml‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ markdown_extensions:
5959
- footnotes
6060
- md_in_html
6161
- toc:
62-
permalink: "🔗"
62+
permalink: "#"
6363

6464
# https://github.com/oprypin/markdown-callouts
6565
- callouts
@@ -96,9 +96,9 @@ markdown_extensions:
9696

9797
theme:
9898
name: material
99-
custom_dir: docs/overrides
100-
favicon: img/favicon.ico
101-
logo: img/icon.svg
99+
custom_dir: docs/theme/overrides
100+
favicon: theme/img/favicon.ico
101+
logo: theme/img/icon.svg
102102

103103
features:
104104
- content.tabs.link
@@ -134,9 +134,9 @@ theme:
134134
name: Switch to system preference
135135

136136
extra_css:
137-
- style/color.css
138-
- style/font.css
139-
- style/overrides.css
140-
- style/theme.css
137+
- theme/style/color.css
138+
- theme/style/font.css
139+
- theme/style/overrides.css
140+
- theme/style/theme.css
141141

142142
copyright: "© Copyright 2025, NumPy Developers."

0 commit comments

Comments
 (0)