Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Documentation
Krita.org Documentation Website
Commits
eb7904cf
Commit
eb7904cf
authored
Jul 26, 2021
by
Alvin Wong
🤔
Committed by
Wolthera van Hövell
Aug 04, 2021
Browse files
Remove `image` from `gettext_additional_targets`
Since sphinx 4.0 this is no longer needed to translate image alt text.
parent
d0d5ca5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf.py
View file @
eb7904cf
...
...
@@ -335,7 +335,7 @@ latex_additional_files = [
locale_dirs
=
[
'locale/'
]
# Where the PO files will be stored at
gettext_compact
=
False
# optional.
gettext_additional_targets
=
[
'image'
,
'index'
,
'literal-block'
]
# allows images to be translatable
gettext_additional_targets
=
[
'index'
,
'literal-block'
]
figure_language_filename
=
"{path}{language}/{basename}{ext}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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