diff options
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
| -rw-r--r-- | sphinx/builders/htmlhelp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index 9227a6e62..fcd8a7f3e 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -132,6 +132,7 @@ chm_locales = { 'fr': (0x40c, 'iso8859_1'), 'it': (0x410, 'iso8859_1'), 'ja': (0x411, 'cp932'), + 'lv': (0x426, 'cp1257'), 'nl': (0x413, 'iso8859_1'), 'pl': (0x415, 'iso8859_2'), 'pt_BR': (0x416, 'iso8859_1'), |
