sphinx/tests/roots/test-highlight_options/conf.py
Takeshi KOMIYA 32ac5f2e57 Close #207: Now highlight_language supports multiple languages
This changes the structure of `highlight_options` to a dictionary that
maps language names to option dictionary.  It allows to setting pygments
options for multiple languages at once.
2021-01-11 21:40:09 +09:00

5 lines
103 B
Python

highlight_options = {
'default': {'default_option': True},
'python': {'python_option': True}
}