Docs: use pygments styles official website url

This commit is contained in:
pagedown
2021-12-08 17:20:13 +08:00
parent bc25e5a8a2
commit 4a7ae0f524

View File

@@ -54,7 +54,7 @@ agr('colors', 'Colors')
opt('pygments_style', 'default',
long_text='''
The pygments color scheme to use for syntax highlighting. See :link:`pygments
colors schemes <https://help.farbox.com/pygments.html>` for a list of schemes.
builtin styles <https://pygments.org/styles/>` for a list of schemes.
'''
)