Skip to content

Commit c8cfbcd

Browse files
committed
remove unused 'mike' plugin to restore successful CI deploy
1 parent f2e7701 commit c8cfbcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ plugins:
8181
- minify # Minifies HTML, CSS, and JavaScript files for faster loading
8282
- mermaid2 # Enables rendering of Mermaid diagrams in Markdown files
8383
- mkdocs-jupyter # Allows for embedding Jupyter notebooks in Markdown files
84-
- mike # Used for versioning the documentation
84+
# - mike # Used for versioning the documentation
8585
- tags # Adds support for tagging pages in the documentation
8686

8787
# ---- Markdown Extensions ----
@@ -99,7 +99,6 @@ markdown_extensions: # Adds features to Markd
9999

100100
# -------- Extra Site Settings --------
101101

102-
103102
extra:
104103
social:
105104
- icon: fontawesome/brands/github

0 commit comments

Comments
 (0)