From 220db3c17fcfcfaafed64c19b0193d0b119c99bb Mon Sep 17 00:00:00 2001
From: nd <nd@cccv.de>
Date: Sat, 27 May 2023 18:31:49 +0000
Subject: [PATCH] disable highlightjs

---
 mkdocs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mkdocs.yml b/mkdocs.yml
index 966cd45..aa261c0 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -19,6 +19,7 @@ strict: true
 theme:
   name: readthedocs 
   prev_next_buttons_location: none
+  highlightjs: false
   #name: null
   #custom_dir: 'themes-third-party/mkdocs-gitbook-theme/mkdocs_gitbook'
   #navigation_depth: 3
-- 
GitLab