Skip to content

Commit 3c4793a

Browse files
authored
Merge pull request #1733 from roboflow/fix/remove-kappa
Disable kapa until 0.27.0
2 parents a983132 + b6a6746 commit 3c4793a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ markdown_extensions:
178178
anchor_linenums: true
179179

180180
extra_javascript:
181-
- "javascripts/init_kapa_widget.js"
181+
# disabled until 0.27.0, so we can test its functionality
182+
# - "javascripts/init_kapa_widget.js"
182183
- "javascripts/cookbooks-card.js"
183184
- "https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.8/purify.min.js"
184185

0 commit comments

Comments
 (0)