Skip to content

Commit b500f03

Browse files
fix config
1 parent db45e5c commit b500f03

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

mkdocs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ nav:
277277
- learn/index.md
278278

279279
extra:
280+
generator: false
280281
analytics:
281282
# provider: google
282283
# property: G-XXXXXXXXXX
@@ -329,7 +330,8 @@ markdown_extensions:
329330
- abbr
330331
- pymdownx.tabbed
331332
- pymdownx.superfences
332-
- pymdownx.arithmatex
333+
- pymdownx.arithmatex:
334+
generic: true
333335
- pymdownx.betterem:
334336
smart_enable: all
335337
- pymdownx.keys
@@ -358,8 +360,4 @@ plugins:
358360
# - README.md
359361

360362
validation:
361-
absolute_links: ignore
362-
363-
markdown_extensions:
364-
- pymdownx.arithmatex:
365-
generic: true
363+
absolute_links: warn

0 commit comments

Comments
 (0)