From 54dd6b01979c7fb024457d0ee9a23ee9c31ea0aa Mon Sep 17 00:00:00 2001 From: Nick Veitch Date: Thu, 7 Nov 2024 11:26:25 +0000 Subject: [PATCH] fix highlighting --- docs/canonicalk8s/custom_conf.py | 4 ++++ docs/canonicalk8s/{index.md => unused-index.md} | 0 2 files changed, 4 insertions(+) rename docs/canonicalk8s/{index.md => unused-index.md} (100%) diff --git a/docs/canonicalk8s/custom_conf.py b/docs/canonicalk8s/custom_conf.py index 6e01f5d35..ac8bab6c7 100644 --- a/docs/canonicalk8s/custom_conf.py +++ b/docs/canonicalk8s/custom_conf.py @@ -220,6 +220,10 @@ ## Add any configuration that is not covered by the common conf.py file. +# Change the default code highlighting to 'none' + +highlight_language = 'none' + # Define a :center: role that can be used to center the content of table cells. rst_prolog = ''' .. role:: center diff --git a/docs/canonicalk8s/index.md b/docs/canonicalk8s/unused-index.md similarity index 100% rename from docs/canonicalk8s/index.md rename to docs/canonicalk8s/unused-index.md