summaryrefslogtreecommitdiff
path: root/sphinx/config.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-10 23:38:50 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-11 20:37:05 +0900
commitd7cdb9e22dbf57a3673d4d765dad5246ad878081 (patch)
tree0b675c5f724e4aa9087432ba2dafb72e7a83cd12 /sphinx/config.py
parent6e445e117548dffcbb200d8200d09db6f673a3f7 (diff)
downloadsphinx-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