Skip to content

Commit 9a6e1d2

Browse files
authored
Merge pull request #2479 from BetterThanTomorrow/fix-mkdocs-materials-social-cards-issue
Fix mkdocs materials social cards issue
2 parents cd2165f + 1197aba commit 9a6e1d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extra:
2121
repo_name: Calva
2222
repo_url: https://github.com/BetterThanTomorrow/calva
2323
edit_uri: edit/published/docs/site
24-
strict: true
24+
#strict: true
2525
plugins:
2626
- search:
2727
separator: '[\s\-\._]'

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CairoSVG==2.7.0
2-
mkdocs==1.4.2
3-
mkdocs-material==9.1.8
4-
Pillow==10.2.0
1+
mkdocs==1.5.3
2+
mkdocs-material==9.5.16
3+
Pillow==10.2.0
4+
CairoSVG==2.7.1

0 commit comments

Comments
 (0)