From b84f08407dfbd88f5013dc6a679db5bad44eb508 Mon Sep 17 00:00:00 2001 From: Michal Klein <46717574+michalk8@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:54:45 +0100 Subject: [PATCH] Update pygments style --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 6411745c7..0d3fc1bc0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -152,6 +152,8 @@ "path_to_docs": "docs/", "use_repository_button": True, "use_fullscreen_button": False, + "pygment_light_style": "tango", + "pygment_dark_style": "monokai", "launch_buttons": { "colab_url": "https://colab.research.google.com", "binderhub_url": "https://mybinder.org",