From 2cbb2808a039c4866525b893ead4e30eeafcbff7 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sun, 3 Feb 2019 22:48:01 +0100
Subject: [PATCH] docs: don't highlight code blocks unless requested explicitly

---
 docs/conf.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index a3fe4c5c0..2aea13e59 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -68,6 +68,9 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = None
 
+# Don't highlight code blocks unless requested explicitly
+highlight_language = 'none'
+
 
 # -- Options for HTML output -------------------------------------------------
 
-- 
GitLab