Fix #9108: docs: Use default pygments_theme to get accessiblity

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
https://github.com/pygments/pygments/pull/1940.
This commit is contained in:
Takeshi KOMIYA
2021-12-11 11:31:19 +09:00
parent c6fc5dff53
commit 0b238d897c

View File

@@ -1,4 +1,4 @@
[theme]
inherit = basic
stylesheet = sphinx13.css
pygments_style = trac
pygments_style = default