Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 143:6da3b9dd4294
FIX: Do not use the default pygments style "sphinx"; was submitted erroneously
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 07 May 2026 11:27:03 +0200 |
| parents | 5df4403f9e18 |
| children | b616f9645e37 |
| files | docs/conf.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/conf.py Thu May 07 11:21:18 2026 +0200 +++ b/docs/conf.py Thu May 07 11:27:03 2026 +0200 @@ -65,8 +65,8 @@ html_theme = 'haiku' html_title = 'The %s v%s' % (project, release) html_short_title = html_title -pygments_style = "sphinx" -#pygments_style = "default" +#pygments_style = "sphinx" +pygments_style = "default" def setup(app):
