From 72e43e7c1c2f363458f870e38e44eeec7d6847fa Mon Sep 17 00:00:00 2001 From: cclecle Date: Wed, 22 Mar 2023 00:42:21 +0000 Subject: [PATCH] disable mermaid/markdown --- Jenkinsfile | 1 + mkdocs.yml | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 291464d..42600dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -147,6 +147,7 @@ pipeline { } sh("git config --global user.email $_MaintainerEmail") sh("git config --global user.name $_MaintainerName") + sh("git config --global init.defaultBranch master") } } diff --git a/mkdocs.yml b/mkdocs.yml index d02be53..6d4f9c4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -68,11 +68,6 @@ markdown_extensions: anchor_linenums: true line_spans: __span pygments_lang_class: true - - pymdownx.superfences: - custom_fences: - - name: mermaid - class: mermaid - format: !!python/name:pymdownx.superfences.fence_code_format - pymdownx.keys - pymdownx.mark - pymdownx.progressbar