Commit 55f7b874 authored by Ilya Veselov's avatar Ilya Veselov

Update conf.py for kk locale

parent 3a4a49d5
...@@ -58,6 +58,11 @@ release = '1.0' ...@@ -58,6 +58,11 @@ release = '1.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
language = 'kk' language = 'kk'
latex_elements = {
'babel': r'\usepackage[russian]{babel}',
'inputenc': r'\usepackage[utf8]{inputenc}',
'fontenc': r'\usepackage[T2A]{fontenc}',
}
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment