doc/common/conf: use xcode syntax highlighting

This matches the style used in Pybricks Code.
This commit is contained in:
David Lechner
2021-04-28 15:54:11 -05:00
parent 7ce3721b48
commit d108d7c163
+1 -1
View File
@@ -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