Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Synergy Courses
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Public Documentation
Synergy Courses
Commits
39118cd6
Commit
39118cd6
authored
May 25, 2026
by
Talgat Mustafinov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'kk' of
http://gitlab.lan.arta.kz/publicdoc/synergy-courses
into kk
parents
e00f2df3
e7a35a48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
conf.py
conf.py
+16
-0
No files found.
conf.py
View file @
39118cd6
...
@@ -59,6 +59,22 @@ release = '1.0'
...
@@ -59,6 +59,22 @@ release = '1.0'
# for a list of supported languages.
# for a list of supported languages.
language
=
'kk'
language
=
'kk'
def
setup
(
app
):
from
sphinx.writers.latex
import
ExtBabel
original_get_language
=
ExtBabel
.
get_language
def
patched_get_language
(
self
):
lang
=
original_get_language
(
self
)
if
lang
==
'kazakh'
:
return
'russian'
return
lang
ExtBabel
.
get_language
=
patched_get_language
latex_elements
=
{
'babel'
:
r'\
usep
ackage[russian]{babel}'
,
'inputenc'
:
r'\
usep
ackage[utf8]{inputenc}'
,
'fontenc'
:
r'\
usep
ackage[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:
#today = ''
#today = ''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment