diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-10 23:38:50 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-11 20:37:05 +0900 |
commit | d7cdb9e22dbf57a3673d4d765dad5246ad878081 (patch) | |
tree | 0b675c5f724e4aa9087432ba2dafb72e7a83cd12 /sphinx/config.py | |
parent | 6e445e117548dffcbb200d8200d09db6f673a3f7 (diff) | |
download | sphinx-git-d7cdb9e22dbf57a3673d4d765dad5246ad878081.tar.gz |
Fix #8671: highlight_options is not working
Sadly HTML and LaTeX writers compares the highlight languages using
`is` operator. As a result, it has not worked even if languages are
same. This replaces the comparison operator by `==`.
Diffstat (limited to 'sphinx/config.py')
0 files changed, 0 insertions, 0 deletions