mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
36 lines
874 B
INI
36 lines
874 B
INI
# How to setup this file
|
|
# https://babel.pocoo.org/en/latest/installation.html
|
|
# this file description:
|
|
# https://babel.pocoo.org/en/latest/messages.html
|
|
|
|
# Extraction from Python source files
|
|
[python: **.py]
|
|
encoding = utf-8
|
|
|
|
# Extraction from Jinja2 template files
|
|
[jinja2: **/templates/latex/**.tex_t]
|
|
variable_start_string = <%=
|
|
variable_end_string = %>
|
|
block_start_string = <%
|
|
block_end_string = %>
|
|
|
|
# Extraction from Jinja2 template files
|
|
[jinja2: **/templates/latex/**.sty_t]
|
|
variable_start_string = <%=
|
|
variable_end_string = %>
|
|
block_start_string = <%
|
|
block_end_string = %>
|
|
|
|
# Extraction from Jinja2 HTML templates
|
|
[jinja2: **/themes/**.html]
|
|
encoding = utf-8
|
|
ignore_tags = script,style
|
|
include_attrs = alt title summary
|
|
|
|
# Extraction from Jinja2 XML templates
|
|
[jinja2: **/themes/**.xml]
|
|
|
|
# Extraction from JavaScript files
|
|
[javascript: **.js]
|
|
[javascript: **.js_t]
|