Skip to content

Commit 32c0aa6

Browse files
committed
Fix configuration issue with features.
1 parent 9aadc0e commit 32c0aa6

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

mkdocs.yml

+12-10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ theme:
55
name: material
66
palette:
77
primary: green
8+
features:
9+
- content.action.edit
10+
- content.action.view
11+
- content.code.annotate
12+
- content.code.copy
13+
- content.tabs.link
14+
- content.tooltips
15+
- navigation.tabs
16+
- navigation.top
17+
- search.highlight
18+
- toc.follow
19+
820

921
plugins:
1022
- search
@@ -16,16 +28,6 @@ hljs_languages:
1628
- python
1729
- sql
1830

19-
features:
20-
- content.code.annotate
21-
- content.code.copy
22-
- content.tabs.link
23-
- content.tooltips
24-
- navigation.tabs
25-
- navigation.top
26-
- search.highlight
27-
- toc.follow
28-
2931

3032
extra_css:
3133
- /static/css/adjust.css

0 commit comments

Comments
 (0)