From d108d7c163540081afe102cd96f8794ffee63566 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 28 Apr 2021 15:54:11 -0500 Subject: [PATCH] doc/common/conf: use xcode syntax highlighting This matches the style used in Pybricks Code. --- doc/common/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common/conf.py b/doc/common/conf.py index 4147d0e..fcd8478 100644 --- a/doc/common/conf.py +++ b/doc/common/conf.py @@ -91,7 +91,7 @@ version = re.match(r'(v\d+\.\d+)', release)[0] language = None # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'xcode' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True