Skip to content

Commit

Permalink
Fix #9108: docs: Use default pygments_theme to get accessiblity
Browse files Browse the repository at this point in the history
To increse accessiblity of our docs, this changes the pygments_theme of
sphinx-docs.org to "default".  It was updated to meet WCAG AA in
pygments/pygments#1940.
  • Loading branch information
tk0miya committed Dec 11, 2021
1 parent c6fc5df commit 0b238d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_themes/sphinx13/theme.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[theme]
inherit = basic
stylesheet = sphinx13.css
pygments_style = trac
pygments_style = default

0 comments on commit 0b238d8

Please sign in to comment.