diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2017-03-22 12:09:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 12:09:41 (GMT) |
commit | 906118d8c68160ed4a3d15cec803d1ee57836517 (patch) | |
tree | 4d260bfe3265011fb35ae599bc99c720f78e5ebe /Doc/tools/templates | |
parent | c0f3e21a23356133c30926b6cdf3e0e70cbc8486 (diff) | |
download | cpython-906118d8c68160ed4a3d15cec803d1ee57836517.zip cpython-906118d8c68160ed4a3d15cec803d1ee57836517.tar.gz cpython-906118d8c68160ed4a3d15cec803d1ee57836517.tar.bz2 |
bpo-28331: fix impl-detail label is removed when content is translated. (GH-769)
(cherry picked from commit c351ce6a2c923c5016e48ecbf7b1e4833031d154)
Diffstat (limited to 'Doc/tools/templates')
-rw-r--r-- | Doc/tools/templates/dummy.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/tools/templates/dummy.html b/Doc/tools/templates/dummy.html new file mode 100644 index 0000000..6e43be2 --- /dev/null +++ b/Doc/tools/templates/dummy.html @@ -0,0 +1,6 @@ +This file is not an actual template, but used to add some +texts in extensions to sphinx.pot file. + +In extensions/pyspecific.py: + +{% trans %}CPython implementation detail:{% endtrans %} |