Skip to content

Commit 8997cac

Browse files
Add explicit pygments style to the example conf file (#185)
May fix: #184 Co-authored-by: Peter Sobolewski <[email protected]>
1 parent 326a0d5 commit 8997cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
"json_url": "https://napari.org/napari-sphinx-theme/_static/switcher.json",
6262
"version_match": version_match,
6363
},
64+
"pygments_light_style": "napari",
65+
"pygments_dark_style": "napari"
6466
}
6567

6668
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)