summaryrefslogtreecommitdiffstats
path: root/Doc/tools/templates
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-03-08 10:07:13 (GMT)
committerGitHub <noreply@github.com>2017-03-08 10:07:13 (GMT)
commitc351ce6a2c923c5016e48ecbf7b1e4833031d154 (patch)
tree6f57296a50b7b4f81562ad29e1c2d186701d4d60 /Doc/tools/templates
parentc45cd167d403d7d98078d5fc4a37b16195dc7a35 (diff)
downloadcpython-c351ce6a2c923c5016e48ecbf7b1e4833031d154.zip
cpython-c351ce6a2c923c5016e48ecbf7b1e4833031d154.tar.gz
cpython-c351ce6a2c923c5016e48ecbf7b1e4833031d154.tar.bz2
bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)
Diffstat (limited to 'Doc/tools/templates')
-rw-r--r--Doc/tools/templates/dummy.html6
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 %}