Skip to content

Commit

Permalink
disable pygments theme
Browse files Browse the repository at this point in the history
- see sphinx_wagtail_theme/theme.conf (already disabled there)
- this project has its own pygments styling to suit the code block colours
- see https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-pygments_style
- fixes wagtail#147
  • Loading branch information
LB Johnston committed Apr 6, 2022
1 parent 62467c2 commit d6f1b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
release = sphinx_wagtail_theme.__version__
language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'requirements.txt']
pygments_style = 'sphinx'
pygments_style = None
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False
today_fmt = '%Y-%m-%d %H:%M'
Expand Down

0 comments on commit d6f1b70

Please sign in to comment.