Sphinx 7.1.2__py3-none-any.whl → 7.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of Sphinx might be problematic. Click here for more details.

Files changed (313) hide show
  1. sphinx/__init__.py +6 -6
  2. sphinx/__main__.py +3 -1
  3. sphinx/addnodes.py +35 -22
  4. sphinx/application.py +40 -38
  5. sphinx/builders/__init__.py +16 -12
  6. sphinx/builders/_epub_base.py +15 -11
  7. sphinx/builders/changes.py +6 -4
  8. sphinx/builders/dirhtml.py +4 -2
  9. sphinx/builders/dummy.py +6 -4
  10. sphinx/builders/epub3.py +16 -8
  11. sphinx/builders/gettext.py +40 -43
  12. sphinx/builders/html/__init__.py +166 -196
  13. sphinx/builders/html/_assets.py +116 -0
  14. sphinx/builders/html/transforms.py +4 -2
  15. sphinx/builders/latex/__init__.py +12 -7
  16. sphinx/builders/latex/theming.py +5 -2
  17. sphinx/builders/latex/transforms.py +6 -3
  18. sphinx/builders/linkcheck.py +18 -11
  19. sphinx/builders/manpage.py +6 -4
  20. sphinx/builders/singlehtml.py +16 -9
  21. sphinx/builders/texinfo.py +11 -6
  22. sphinx/builders/text.py +8 -3
  23. sphinx/builders/xml.py +9 -4
  24. sphinx/cmd/build.py +27 -14
  25. sphinx/cmd/make_mode.py +13 -4
  26. sphinx/cmd/quickstart.py +13 -4
  27. sphinx/config.py +17 -14
  28. sphinx/deprecation.py +4 -2
  29. sphinx/directives/__init__.py +44 -12
  30. sphinx/directives/code.py +5 -4
  31. sphinx/directives/other.py +92 -44
  32. sphinx/directives/patches.py +1 -1
  33. sphinx/domains/__init__.py +11 -8
  34. sphinx/domains/c.py +67 -57
  35. sphinx/domains/changeset.py +3 -2
  36. sphinx/domains/citation.py +2 -1
  37. sphinx/domains/cpp.py +136 -93
  38. sphinx/domains/index.py +9 -5
  39. sphinx/domains/javascript.py +32 -19
  40. sphinx/domains/math.py +5 -3
  41. sphinx/domains/python.py +69 -57
  42. sphinx/domains/rst.py +20 -11
  43. sphinx/domains/std.py +21 -15
  44. sphinx/environment/__init__.py +97 -65
  45. sphinx/environment/adapters/indexentries.py +13 -10
  46. sphinx/environment/adapters/toctree.py +485 -308
  47. sphinx/environment/collectors/__init__.py +3 -4
  48. sphinx/environment/collectors/asset.py +10 -4
  49. sphinx/environment/collectors/dependencies.py +7 -4
  50. sphinx/environment/collectors/metadata.py +7 -5
  51. sphinx/environment/collectors/title.py +5 -3
  52. sphinx/environment/collectors/toctree.py +13 -8
  53. sphinx/errors.py +1 -1
  54. sphinx/events.py +5 -5
  55. sphinx/ext/apidoc.py +49 -27
  56. sphinx/ext/autodoc/__init__.py +179 -161
  57. sphinx/ext/autodoc/directive.py +10 -6
  58. sphinx/ext/autodoc/importer.py +22 -13
  59. sphinx/ext/autodoc/mock.py +4 -1
  60. sphinx/ext/autodoc/preserve_defaults.py +80 -12
  61. sphinx/ext/autodoc/type_comment.py +14 -10
  62. sphinx/ext/autodoc/typehints.py +7 -3
  63. sphinx/ext/autosectionlabel.py +6 -3
  64. sphinx/ext/autosummary/__init__.py +21 -15
  65. sphinx/ext/autosummary/generate.py +176 -126
  66. sphinx/ext/coverage.py +93 -8
  67. sphinx/ext/doctest.py +28 -17
  68. sphinx/ext/duration.py +19 -17
  69. sphinx/ext/extlinks.py +11 -6
  70. sphinx/ext/githubpages.py +8 -7
  71. sphinx/ext/graphviz.py +61 -17
  72. sphinx/ext/ifconfig.py +7 -4
  73. sphinx/ext/imgconverter.py +4 -2
  74. sphinx/ext/imgmath.py +29 -23
  75. sphinx/ext/inheritance_diagram.py +41 -27
  76. sphinx/ext/intersphinx.py +45 -38
  77. sphinx/ext/linkcode.py +8 -5
  78. sphinx/ext/mathjax.py +13 -9
  79. sphinx/ext/napoleon/__init__.py +3 -3
  80. sphinx/ext/napoleon/docstring.py +40 -31
  81. sphinx/ext/todo.py +10 -7
  82. sphinx/ext/viewcode.py +46 -25
  83. sphinx/extension.py +1 -1
  84. sphinx/highlighting.py +20 -12
  85. sphinx/io.py +5 -4
  86. sphinx/jinja2glue.py +24 -19
  87. sphinx/locale/__init__.py +8 -2
  88. sphinx/locale/ar/LC_MESSAGES/sphinx.mo +0 -0
  89. sphinx/locale/ar/LC_MESSAGES/sphinx.po +756 -740
  90. sphinx/locale/bg/LC_MESSAGES/sphinx.mo +0 -0
  91. sphinx/locale/bg/LC_MESSAGES/sphinx.po +754 -738
  92. sphinx/locale/bn/LC_MESSAGES/sphinx.mo +0 -0
  93. sphinx/locale/bn/LC_MESSAGES/sphinx.po +755 -739
  94. sphinx/locale/ca/LC_MESSAGES/sphinx.mo +0 -0
  95. sphinx/locale/ca/LC_MESSAGES/sphinx.po +768 -752
  96. sphinx/locale/cak/LC_MESSAGES/sphinx.mo +0 -0
  97. sphinx/locale/cak/LC_MESSAGES/sphinx.po +754 -738
  98. sphinx/locale/cs/LC_MESSAGES/sphinx.mo +0 -0
  99. sphinx/locale/cs/LC_MESSAGES/sphinx.po +758 -742
  100. sphinx/locale/cy/LC_MESSAGES/sphinx.mo +0 -0
  101. sphinx/locale/cy/LC_MESSAGES/sphinx.po +759 -743
  102. sphinx/locale/da/LC_MESSAGES/sphinx.mo +0 -0
  103. sphinx/locale/da/LC_MESSAGES/sphinx.po +760 -744
  104. sphinx/locale/de/LC_MESSAGES/sphinx.mo +0 -0
  105. sphinx/locale/de/LC_MESSAGES/sphinx.po +759 -743
  106. sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo +0 -0
  107. sphinx/locale/de_DE/LC_MESSAGES/sphinx.po +754 -738
  108. sphinx/locale/el/LC_MESSAGES/sphinx.mo +0 -0
  109. sphinx/locale/el/LC_MESSAGES/sphinx.po +763 -747
  110. sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo +0 -0
  111. sphinx/locale/en_DE/LC_MESSAGES/sphinx.po +754 -738
  112. sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo +0 -0
  113. sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +754 -738
  114. sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo +0 -0
  115. sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +768 -752
  116. sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo +0 -0
  117. sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +754 -738
  118. sphinx/locale/eo/LC_MESSAGES/sphinx.mo +0 -0
  119. sphinx/locale/eo/LC_MESSAGES/sphinx.po +754 -738
  120. sphinx/locale/es/LC_MESSAGES/sphinx.mo +0 -0
  121. sphinx/locale/es/LC_MESSAGES/sphinx.po +767 -751
  122. sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo +0 -0
  123. sphinx/locale/es_CO/LC_MESSAGES/sphinx.po +754 -738
  124. sphinx/locale/et/LC_MESSAGES/sphinx.mo +0 -0
  125. sphinx/locale/et/LC_MESSAGES/sphinx.po +762 -746
  126. sphinx/locale/eu/LC_MESSAGES/sphinx.mo +0 -0
  127. sphinx/locale/eu/LC_MESSAGES/sphinx.po +755 -739
  128. sphinx/locale/fa/LC_MESSAGES/sphinx.mo +0 -0
  129. sphinx/locale/fa/LC_MESSAGES/sphinx.po +766 -750
  130. sphinx/locale/fi/LC_MESSAGES/sphinx.mo +0 -0
  131. sphinx/locale/fi/LC_MESSAGES/sphinx.po +754 -738
  132. sphinx/locale/fr/LC_MESSAGES/sphinx.mo +0 -0
  133. sphinx/locale/fr/LC_MESSAGES/sphinx.po +768 -752
  134. sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo +0 -0
  135. sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +754 -738
  136. sphinx/locale/gl/LC_MESSAGES/sphinx.js +60 -0
  137. sphinx/locale/gl/LC_MESSAGES/sphinx.mo +0 -0
  138. sphinx/locale/gl/LC_MESSAGES/sphinx.po +3695 -0
  139. sphinx/locale/he/LC_MESSAGES/sphinx.mo +0 -0
  140. sphinx/locale/he/LC_MESSAGES/sphinx.po +755 -739
  141. sphinx/locale/hi/LC_MESSAGES/sphinx.mo +0 -0
  142. sphinx/locale/hi/LC_MESSAGES/sphinx.po +763 -747
  143. sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo +0 -0
  144. sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +754 -738
  145. sphinx/locale/hr/LC_MESSAGES/sphinx.mo +0 -0
  146. sphinx/locale/hr/LC_MESSAGES/sphinx.po +760 -744
  147. sphinx/locale/hu/LC_MESSAGES/sphinx.mo +0 -0
  148. sphinx/locale/hu/LC_MESSAGES/sphinx.po +759 -743
  149. sphinx/locale/id/LC_MESSAGES/sphinx.mo +0 -0
  150. sphinx/locale/id/LC_MESSAGES/sphinx.po +765 -749
  151. sphinx/locale/is/LC_MESSAGES/sphinx.mo +0 -0
  152. sphinx/locale/is/LC_MESSAGES/sphinx.po +760 -744
  153. sphinx/locale/it/LC_MESSAGES/sphinx.mo +0 -0
  154. sphinx/locale/it/LC_MESSAGES/sphinx.po +760 -744
  155. sphinx/locale/ja/LC_MESSAGES/sphinx.mo +0 -0
  156. sphinx/locale/ja/LC_MESSAGES/sphinx.po +767 -751
  157. sphinx/locale/ka/LC_MESSAGES/sphinx.mo +0 -0
  158. sphinx/locale/ka/LC_MESSAGES/sphinx.po +759 -743
  159. sphinx/locale/ko/LC_MESSAGES/sphinx.mo +0 -0
  160. sphinx/locale/ko/LC_MESSAGES/sphinx.po +767 -751
  161. sphinx/locale/lt/LC_MESSAGES/sphinx.mo +0 -0
  162. sphinx/locale/lt/LC_MESSAGES/sphinx.po +755 -739
  163. sphinx/locale/lv/LC_MESSAGES/sphinx.mo +0 -0
  164. sphinx/locale/lv/LC_MESSAGES/sphinx.po +755 -739
  165. sphinx/locale/mk/LC_MESSAGES/sphinx.mo +0 -0
  166. sphinx/locale/mk/LC_MESSAGES/sphinx.po +754 -738
  167. sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo +0 -0
  168. sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +755 -739
  169. sphinx/locale/ne/LC_MESSAGES/sphinx.mo +0 -0
  170. sphinx/locale/ne/LC_MESSAGES/sphinx.po +755 -739
  171. sphinx/locale/nl/LC_MESSAGES/sphinx.mo +0 -0
  172. sphinx/locale/nl/LC_MESSAGES/sphinx.po +760 -744
  173. sphinx/locale/pl/LC_MESSAGES/sphinx.mo +0 -0
  174. sphinx/locale/pl/LC_MESSAGES/sphinx.po +762 -745
  175. sphinx/locale/pt/LC_MESSAGES/sphinx.mo +0 -0
  176. sphinx/locale/pt/LC_MESSAGES/sphinx.po +754 -738
  177. sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo +0 -0
  178. sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +768 -752
  179. sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo +0 -0
  180. sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +755 -739
  181. sphinx/locale/ro/LC_MESSAGES/sphinx.mo +0 -0
  182. sphinx/locale/ro/LC_MESSAGES/sphinx.po +759 -743
  183. sphinx/locale/ru/LC_MESSAGES/sphinx.mo +0 -0
  184. sphinx/locale/ru/LC_MESSAGES/sphinx.po +760 -744
  185. sphinx/locale/si/LC_MESSAGES/sphinx.mo +0 -0
  186. sphinx/locale/si/LC_MESSAGES/sphinx.po +754 -738
  187. sphinx/locale/sk/LC_MESSAGES/sphinx.mo +0 -0
  188. sphinx/locale/sk/LC_MESSAGES/sphinx.po +765 -749
  189. sphinx/locale/sl/LC_MESSAGES/sphinx.mo +0 -0
  190. sphinx/locale/sl/LC_MESSAGES/sphinx.po +755 -739
  191. sphinx/locale/sphinx.pot +748 -740
  192. sphinx/locale/sq/LC_MESSAGES/sphinx.mo +0 -0
  193. sphinx/locale/sq/LC_MESSAGES/sphinx.po +768 -752
  194. sphinx/locale/sr/LC_MESSAGES/sphinx.mo +0 -0
  195. sphinx/locale/sr/LC_MESSAGES/sphinx.po +754 -738
  196. sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo +0 -0
  197. sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +754 -738
  198. sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo +0 -0
  199. sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +754 -738
  200. sphinx/locale/sv/LC_MESSAGES/sphinx.mo +0 -0
  201. sphinx/locale/sv/LC_MESSAGES/sphinx.po +755 -739
  202. sphinx/locale/ta/LC_MESSAGES/sphinx.mo +0 -0
  203. sphinx/locale/ta/LC_MESSAGES/sphinx.po +754 -738
  204. sphinx/locale/te/LC_MESSAGES/sphinx.mo +0 -0
  205. sphinx/locale/te/LC_MESSAGES/sphinx.po +754 -738
  206. sphinx/locale/tr/LC_MESSAGES/sphinx.mo +0 -0
  207. sphinx/locale/tr/LC_MESSAGES/sphinx.po +763 -747
  208. sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo +0 -0
  209. sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +760 -749
  210. sphinx/locale/ur/LC_MESSAGES/sphinx.mo +0 -0
  211. sphinx/locale/ur/LC_MESSAGES/sphinx.po +759 -748
  212. sphinx/locale/vi/LC_MESSAGES/sphinx.mo +0 -0
  213. sphinx/locale/vi/LC_MESSAGES/sphinx.po +754 -738
  214. sphinx/locale/yue/LC_MESSAGES/sphinx.mo +0 -0
  215. sphinx/locale/yue/LC_MESSAGES/sphinx.po +754 -738
  216. sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo +0 -0
  217. sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +768 -752
  218. sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo +0 -0
  219. sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +754 -738
  220. sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo +0 -0
  221. sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +767 -751
  222. sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo +0 -0
  223. sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +754 -738
  224. sphinx/parsers.py +5 -4
  225. sphinx/project.py +52 -34
  226. sphinx/pycode/__init__.py +2 -1
  227. sphinx/pycode/ast.py +7 -13
  228. sphinx/pycode/parser.py +42 -38
  229. sphinx/registry.py +35 -29
  230. sphinx/roles.py +9 -4
  231. sphinx/search/__init__.py +5 -17
  232. sphinx/search/da.py +1 -1
  233. sphinx/search/de.py +1 -1
  234. sphinx/search/en.py +1 -1
  235. sphinx/search/es.py +1 -1
  236. sphinx/search/fi.py +1 -1
  237. sphinx/search/fr.py +1 -1
  238. sphinx/search/hu.py +1 -1
  239. sphinx/search/it.py +1 -1
  240. sphinx/search/ja.py +1 -1
  241. sphinx/search/nl.py +1 -1
  242. sphinx/search/no.py +1 -1
  243. sphinx/search/pt.py +1 -1
  244. sphinx/search/ro.py +1 -1
  245. sphinx/search/ru.py +1 -1
  246. sphinx/search/sv.py +1 -1
  247. sphinx/search/tr.py +1 -1
  248. sphinx/search/zh.py +1 -1
  249. sphinx/testing/fixtures.py +23 -30
  250. sphinx/testing/path.py +9 -0
  251. sphinx/testing/restructuredtext.py +13 -5
  252. sphinx/testing/util.py +20 -63
  253. sphinx/texinputs/sphinxlatexobjects.sty +15 -15
  254. sphinx/themes/agogo/static/agogo.css_t +10 -4
  255. sphinx/themes/basic/layout.html +1 -1
  256. sphinx/themes/basic/static/basic.css_t +4 -0
  257. sphinx/themes/basic/static/documentation_options.js_t +1 -2
  258. sphinx/themes/basic/static/searchtools.js +17 -9
  259. sphinx/themes/basic/static/sphinx_highlight.js +13 -3
  260. sphinx/themes/bizstyle/static/bizstyle.css_t +4 -0
  261. sphinx/themes/classic/theme.conf +1 -1
  262. sphinx/themes/epub/static/epub.css_t +6 -1
  263. sphinx/themes/haiku/theme.conf +1 -1
  264. sphinx/themes/nature/static/nature.css_t +4 -0
  265. sphinx/themes/nonav/static/nonav.css_t +6 -1
  266. sphinx/themes/pyramid/static/pyramid.css_t +4 -0
  267. sphinx/themes/scrolls/static/scrolls.css_t +4 -0
  268. sphinx/themes/scrolls/theme.conf +1 -1
  269. sphinx/themes/sphinxdoc/static/sphinxdoc.css_t +4 -0
  270. sphinx/theming.py +9 -7
  271. sphinx/transforms/__init__.py +79 -3
  272. sphinx/transforms/compact_bullet_list.py +6 -3
  273. sphinx/transforms/i18n.py +26 -10
  274. sphinx/transforms/post_transforms/__init__.py +21 -8
  275. sphinx/transforms/post_transforms/code.py +6 -3
  276. sphinx/transforms/post_transforms/images.py +13 -9
  277. sphinx/util/__init__.py +21 -92
  278. sphinx/util/cfamily.py +7 -4
  279. sphinx/util/display.py +3 -2
  280. sphinx/util/docfields.py +7 -6
  281. sphinx/util/docstrings.py +1 -1
  282. sphinx/util/docutils.py +41 -31
  283. sphinx/util/fileutil.py +9 -6
  284. sphinx/util/i18n.py +21 -18
  285. sphinx/util/images.py +2 -1
  286. sphinx/util/index_entries.py +27 -0
  287. sphinx/util/inspect.py +83 -67
  288. sphinx/util/inventory.py +4 -2
  289. sphinx/util/logging.py +9 -6
  290. sphinx/util/matching.py +5 -2
  291. sphinx/util/math.py +6 -3
  292. sphinx/util/nodes.py +70 -31
  293. sphinx/util/osutil.py +22 -40
  294. sphinx/util/parallel.py +4 -1
  295. sphinx/util/rst.py +7 -3
  296. sphinx/util/tags.py +11 -4
  297. sphinx/util/template.py +17 -14
  298. sphinx/util/typing.py +61 -20
  299. sphinx/versioning.py +6 -4
  300. sphinx/writers/html.py +1 -1
  301. sphinx/writers/html5.py +32 -24
  302. sphinx/writers/latex.py +67 -53
  303. sphinx/writers/manpage.py +9 -5
  304. sphinx/writers/texinfo.py +11 -9
  305. sphinx/writers/text.py +14 -9
  306. sphinx/writers/xml.py +3 -2
  307. {sphinx-7.1.2.dist-info → sphinx-7.2.0.dist-info}/METADATA +7 -5
  308. sphinx-7.2.0.dist-info/RECORD +568 -0
  309. sphinx/testing/comparer.py +0 -97
  310. sphinx-7.1.2.dist-info/RECORD +0 -564
  311. {sphinx-7.1.2.dist-info → sphinx-7.2.0.dist-info}/LICENSE +0 -0
  312. {sphinx-7.1.2.dist-info → sphinx-7.2.0.dist-info}/WHEEL +0 -0
  313. {sphinx-7.1.2.dist-info → sphinx-7.2.0.dist-info}/entry_points.txt +0 -0
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Sphinx\n"
9
9
  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
- "POT-Creation-Date: 2023-07-16 22:39+0000\n"
10
+ "POT-Creation-Date: 2023-08-17 03:12+0000\n"
11
11
  "PO-Revision-Date: 2013-04-02 08:44+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Urdu (http://app.transifex.com/sphinx-doc/sphinx-1/language/ur/)\n"
@@ -18,123 +18,123 @@ msgstr ""
18
18
  "Language: ur\n"
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
- #: sphinx/application.py:153
21
+ #: sphinx/application.py:156
22
22
  #, python-format
23
23
  msgid "Cannot find source directory (%s)"
24
24
  msgstr ""
25
25
 
26
- #: sphinx/application.py:157
26
+ #: sphinx/application.py:160
27
27
  #, python-format
28
28
  msgid "Output directory (%s) is not a directory"
29
29
  msgstr ""
30
30
 
31
- #: sphinx/application.py:161
31
+ #: sphinx/application.py:164
32
32
  msgid "Source directory and destination directory cannot be identical"
33
33
  msgstr ""
34
34
 
35
- #: sphinx/application.py:193
35
+ #: sphinx/application.py:196
36
36
  #, python-format
37
37
  msgid "Running Sphinx v%s"
38
38
  msgstr ""
39
39
 
40
- #: sphinx/application.py:219
40
+ #: sphinx/application.py:222
41
41
  #, python-format
42
42
  msgid ""
43
43
  "This project needs at least Sphinx v%s and therefore cannot be built with "
44
44
  "this version."
45
45
  msgstr ""
46
46
 
47
- #: sphinx/application.py:235
47
+ #: sphinx/application.py:238
48
48
  msgid "making output directory"
49
49
  msgstr ""
50
50
 
51
- #: sphinx/application.py:240 sphinx/registry.py:426
51
+ #: sphinx/application.py:243 sphinx/registry.py:444
52
52
  #, python-format
53
53
  msgid "while setting up extension %s:"
54
54
  msgstr ""
55
55
 
56
- #: sphinx/application.py:246
56
+ #: sphinx/application.py:249
57
57
  msgid ""
58
58
  "'setup' as currently defined in conf.py isn't a Python callable. Please "
59
59
  "modify its definition to make it a callable function. This is needed for "
60
60
  "conf.py to behave as a Sphinx extension."
61
61
  msgstr ""
62
62
 
63
- #: sphinx/application.py:277
63
+ #: sphinx/application.py:280
64
64
  #, python-format
65
65
  msgid "loading translations [%s]... "
66
66
  msgstr ""
67
67
 
68
- #: sphinx/application.py:294 sphinx/util/display.py:83
68
+ #: sphinx/application.py:297 sphinx/util/display.py:84
69
69
  msgid "done"
70
70
  msgstr ""
71
71
 
72
- #: sphinx/application.py:296
72
+ #: sphinx/application.py:299
73
73
  msgid "not available for built-in messages"
74
74
  msgstr ""
75
75
 
76
- #: sphinx/application.py:312
76
+ #: sphinx/application.py:313
77
77
  msgid "loading pickled environment"
78
78
  msgstr ""
79
79
 
80
- #: sphinx/application.py:318
80
+ #: sphinx/application.py:321
81
81
  #, python-format
82
82
  msgid "failed: %s"
83
83
  msgstr ""
84
84
 
85
- #: sphinx/application.py:332
85
+ #: sphinx/application.py:335
86
86
  msgid "No builder selected, using default: html"
87
87
  msgstr ""
88
88
 
89
- #: sphinx/application.py:365
89
+ #: sphinx/application.py:368
90
90
  msgid "succeeded"
91
91
  msgstr ""
92
92
 
93
- #: sphinx/application.py:366
93
+ #: sphinx/application.py:369
94
94
  msgid "finished with problems"
95
95
  msgstr ""
96
96
 
97
- #: sphinx/application.py:370
97
+ #: sphinx/application.py:373
98
98
  #, python-format
99
99
  msgid "build %s, %s warning (with warnings treated as errors)."
100
100
  msgstr ""
101
101
 
102
- #: sphinx/application.py:372
102
+ #: sphinx/application.py:375
103
103
  #, python-format
104
104
  msgid "build %s, %s warnings (with warnings treated as errors)."
105
105
  msgstr ""
106
106
 
107
- #: sphinx/application.py:375
107
+ #: sphinx/application.py:378
108
108
  #, python-format
109
109
  msgid "build %s, %s warning."
110
110
  msgstr ""
111
111
 
112
- #: sphinx/application.py:377
112
+ #: sphinx/application.py:380
113
113
  #, python-format
114
114
  msgid "build %s, %s warnings."
115
115
  msgstr ""
116
116
 
117
- #: sphinx/application.py:381
117
+ #: sphinx/application.py:384
118
118
  #, python-format
119
119
  msgid "build %s."
120
120
  msgstr ""
121
121
 
122
- #: sphinx/application.py:611
122
+ #: sphinx/application.py:615
123
123
  #, python-format
124
124
  msgid "node class %r is already registered, its visitors will be overridden"
125
125
  msgstr ""
126
126
 
127
- #: sphinx/application.py:690
127
+ #: sphinx/application.py:694
128
128
  #, python-format
129
129
  msgid "directive %r is already registered, it will be overridden"
130
130
  msgstr ""
131
131
 
132
- #: sphinx/application.py:712 sphinx/application.py:734
132
+ #: sphinx/application.py:716 sphinx/application.py:738
133
133
  #, python-format
134
134
  msgid "role %r is already registered, it will be overridden"
135
135
  msgstr ""
136
136
 
137
- #: sphinx/application.py:1277
137
+ #: sphinx/application.py:1279
138
138
  #, python-format
139
139
  msgid ""
140
140
  "the %s extension does not declare if it is safe for parallel reading, "
@@ -142,12 +142,12 @@ msgid ""
142
142
  "explicit"
143
143
  msgstr ""
144
144
 
145
- #: sphinx/application.py:1281
145
+ #: sphinx/application.py:1283
146
146
  #, python-format
147
147
  msgid "the %s extension is not safe for parallel reading"
148
148
  msgstr ""
149
149
 
150
- #: sphinx/application.py:1284
150
+ #: sphinx/application.py:1286
151
151
  #, python-format
152
152
  msgid ""
153
153
  "the %s extension does not declare if it is safe for parallel writing, "
@@ -155,70 +155,70 @@ msgid ""
155
155
  "explicit"
156
156
  msgstr ""
157
157
 
158
- #: sphinx/application.py:1288
158
+ #: sphinx/application.py:1290
159
159
  #, python-format
160
160
  msgid "the %s extension is not safe for parallel writing"
161
161
  msgstr ""
162
162
 
163
- #: sphinx/application.py:1296 sphinx/application.py:1300
163
+ #: sphinx/application.py:1298 sphinx/application.py:1302
164
164
  #, python-format
165
165
  msgid "doing serial %s"
166
166
  msgstr ""
167
167
 
168
- #: sphinx/config.py:175
168
+ #: sphinx/config.py:179
169
169
  #, python-format
170
170
  msgid "config directory doesn't contain a conf.py file (%s)"
171
171
  msgstr ""
172
172
 
173
- #: sphinx/config.py:184
173
+ #: sphinx/config.py:188
174
174
  msgid ""
175
175
  "Invalid configuration value found: 'language = None'. Update your "
176
176
  "configuration to a valid language code. Falling back to 'en' (English)."
177
177
  msgstr ""
178
178
 
179
- #: sphinx/config.py:213
179
+ #: sphinx/config.py:217
180
180
  #, python-format
181
181
  msgid ""
182
182
  "cannot override dictionary config setting %r, ignoring (use %r to set "
183
183
  "individual elements)"
184
184
  msgstr ""
185
185
 
186
- #: sphinx/config.py:222
186
+ #: sphinx/config.py:226
187
187
  #, python-format
188
188
  msgid "invalid number %r for config value %r, ignoring"
189
189
  msgstr ""
190
190
 
191
- #: sphinx/config.py:227
191
+ #: sphinx/config.py:231
192
192
  #, python-format
193
193
  msgid "cannot override config setting %r with unsupported type, ignoring"
194
194
  msgstr ""
195
195
 
196
- #: sphinx/config.py:256
196
+ #: sphinx/config.py:260
197
197
  #, python-format
198
198
  msgid "unknown config value %r in override, ignoring"
199
199
  msgstr ""
200
200
 
201
- #: sphinx/config.py:284
201
+ #: sphinx/config.py:288
202
202
  #, python-format
203
203
  msgid "No such config value: %s"
204
204
  msgstr ""
205
205
 
206
- #: sphinx/config.py:308
206
+ #: sphinx/config.py:312
207
207
  #, python-format
208
208
  msgid "Config value %r already present"
209
209
  msgstr ""
210
210
 
211
- #: sphinx/config.py:356
211
+ #: sphinx/config.py:360
212
212
  #, python-format
213
213
  msgid "There is a syntax error in your configuration file: %s\n"
214
214
  msgstr ""
215
215
 
216
- #: sphinx/config.py:359
216
+ #: sphinx/config.py:363
217
217
  msgid ""
218
218
  "The configuration file (or one of the modules it imports) called sys.exit()"
219
219
  msgstr ""
220
220
 
221
- #: sphinx/config.py:366
221
+ #: sphinx/config.py:370
222
222
  #, python-format
223
223
  msgid ""
224
224
  "There is a programmable error in your configuration file:\n"
@@ -226,68 +226,68 @@ msgid ""
226
226
  "%s"
227
227
  msgstr ""
228
228
 
229
- #: sphinx/config.py:389
229
+ #: sphinx/config.py:393
230
230
  #, python-format
231
231
  msgid ""
232
232
  "The config value `source_suffix' expects a string, list of strings, or "
233
233
  "dictionary. But `%r' is given."
234
234
  msgstr ""
235
235
 
236
- #: sphinx/config.py:408
236
+ #: sphinx/config.py:413
237
237
  #, python-format
238
238
  msgid "Section %s"
239
239
  msgstr ""
240
240
 
241
- #: sphinx/config.py:409
241
+ #: sphinx/config.py:414
242
242
  #, python-format
243
243
  msgid "Fig. %s"
244
244
  msgstr ""
245
245
 
246
- #: sphinx/config.py:410
246
+ #: sphinx/config.py:415
247
247
  #, python-format
248
248
  msgid "Table %s"
249
249
  msgstr ""
250
250
 
251
- #: sphinx/config.py:411
251
+ #: sphinx/config.py:416
252
252
  #, python-format
253
253
  msgid "Listing %s"
254
254
  msgstr ""
255
255
 
256
- #: sphinx/config.py:448
256
+ #: sphinx/config.py:488
257
257
  msgid ""
258
258
  "The config value `{name}` has to be a one of {candidates}, but `{current}` "
259
259
  "is given."
260
260
  msgstr ""
261
261
 
262
- #: sphinx/config.py:466
262
+ #: sphinx/config.py:506
263
263
  msgid ""
264
264
  "The config value `{name}' has type `{current.__name__}'; expected "
265
265
  "{permitted}."
266
266
  msgstr ""
267
267
 
268
- #: sphinx/config.py:478
268
+ #: sphinx/config.py:518
269
269
  msgid ""
270
270
  "The config value `{name}' has type `{current.__name__}', defaults to "
271
271
  "`{default.__name__}'."
272
272
  msgstr ""
273
273
 
274
- #: sphinx/config.py:488
274
+ #: sphinx/config.py:528
275
275
  #, python-format
276
276
  msgid "primary_domain %r not found, ignored."
277
277
  msgstr ""
278
278
 
279
- #: sphinx/config.py:500
279
+ #: sphinx/config.py:540
280
280
  msgid ""
281
281
  "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add "
282
282
  "\"root_doc = 'contents'\" to your conf.py."
283
283
  msgstr ""
284
284
 
285
- #: sphinx/events.py:62
285
+ #: sphinx/events.py:63
286
286
  #, python-format
287
287
  msgid "Event %r already present"
288
288
  msgstr ""
289
289
 
290
- #: sphinx/events.py:68
290
+ #: sphinx/events.py:69
291
291
  #, python-format
292
292
  msgid "Unknown event name: %s"
293
293
  msgstr ""
@@ -311,922 +311,920 @@ msgid ""
311
311
  "cannot be built with the loaded version (%s)."
312
312
  msgstr ""
313
313
 
314
- #: sphinx/highlighting.py:147
314
+ #: sphinx/highlighting.py:149
315
315
  #, python-format
316
316
  msgid "Pygments lexer name %r is not known"
317
317
  msgstr ""
318
318
 
319
- #: sphinx/highlighting.py:173
319
+ #: sphinx/highlighting.py:176
320
320
  #, python-format
321
- msgid "Could not lex literal_block %r as \"%s\". Highlighting skipped."
321
+ msgid ""
322
+ "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. "
323
+ "Retrying in relaxed mode."
322
324
  msgstr ""
323
325
 
324
- #: sphinx/project.py:51
326
+ #: sphinx/project.py:65
325
327
  #, python-format
326
328
  msgid ""
327
329
  "multiple files found for the document \"%s\": %r\n"
328
330
  "Use %r for the build."
329
331
  msgstr ""
330
332
 
331
- #: sphinx/project.py:57
332
- msgid "document not readable. Ignored."
333
+ #: sphinx/project.py:74
334
+ #, python-format
335
+ msgid "Ignored unreadable document %r."
333
336
  msgstr ""
334
337
 
335
- #: sphinx/registry.py:132
338
+ #: sphinx/registry.py:136
336
339
  #, python-format
337
340
  msgid "Builder class %s has no \"name\" attribute"
338
341
  msgstr ""
339
342
 
340
- #: sphinx/registry.py:134
343
+ #: sphinx/registry.py:138
341
344
  #, python-format
342
345
  msgid "Builder %r already exists (in module %s)"
343
346
  msgstr ""
344
347
 
345
- #: sphinx/registry.py:147
348
+ #: sphinx/registry.py:151
346
349
  #, python-format
347
350
  msgid "Builder name %s not registered or available through entry point"
348
351
  msgstr ""
349
352
 
350
- #: sphinx/registry.py:155
353
+ #: sphinx/registry.py:158
351
354
  #, python-format
352
355
  msgid "Builder name %s not registered"
353
356
  msgstr ""
354
357
 
355
- #: sphinx/registry.py:162
358
+ #: sphinx/registry.py:165
356
359
  #, python-format
357
360
  msgid "domain %s already registered"
358
361
  msgstr ""
359
362
 
360
- #: sphinx/registry.py:185 sphinx/registry.py:198 sphinx/registry.py:209
363
+ #: sphinx/registry.py:188 sphinx/registry.py:201 sphinx/registry.py:212
361
364
  #, python-format
362
365
  msgid "domain %s not yet registered"
363
366
  msgstr ""
364
367
 
365
- #: sphinx/registry.py:189
368
+ #: sphinx/registry.py:192
366
369
  #, python-format
367
370
  msgid "The %r directive is already registered to domain %s"
368
371
  msgstr ""
369
372
 
370
- #: sphinx/registry.py:201
373
+ #: sphinx/registry.py:204
371
374
  #, python-format
372
375
  msgid "The %r role is already registered to domain %s"
373
376
  msgstr ""
374
377
 
375
- #: sphinx/registry.py:212
378
+ #: sphinx/registry.py:215
376
379
  #, python-format
377
380
  msgid "The %r index is already registered to domain %s"
378
381
  msgstr ""
379
382
 
380
- #: sphinx/registry.py:243
383
+ #: sphinx/registry.py:246
381
384
  #, python-format
382
385
  msgid "The %r object_type is already registered"
383
386
  msgstr ""
384
387
 
385
- #: sphinx/registry.py:269
388
+ #: sphinx/registry.py:272
386
389
  #, python-format
387
390
  msgid "The %r crossref_type is already registered"
388
391
  msgstr ""
389
392
 
390
- #: sphinx/registry.py:276
393
+ #: sphinx/registry.py:279
391
394
  #, python-format
392
395
  msgid "source_suffix %r is already registered"
393
396
  msgstr ""
394
397
 
395
- #: sphinx/registry.py:285
398
+ #: sphinx/registry.py:288
396
399
  #, python-format
397
400
  msgid "source_parser for %r is already registered"
398
401
  msgstr ""
399
402
 
400
- #: sphinx/registry.py:293
403
+ #: sphinx/registry.py:296
401
404
  #, python-format
402
405
  msgid "Source parser for %s not registered"
403
406
  msgstr ""
404
407
 
405
- #: sphinx/registry.py:309
408
+ #: sphinx/registry.py:312
406
409
  #, python-format
407
410
  msgid "Translator for %r already exists"
408
411
  msgstr ""
409
412
 
410
- #: sphinx/registry.py:322
413
+ #: sphinx/registry.py:328
411
414
  #, python-format
412
415
  msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r"
413
416
  msgstr ""
414
417
 
415
- #: sphinx/registry.py:398
418
+ #: sphinx/registry.py:411
416
419
  #, python-format
417
420
  msgid "enumerable_node %r already registered"
418
421
  msgstr ""
419
422
 
420
- #: sphinx/registry.py:407
423
+ #: sphinx/registry.py:423
421
424
  #, python-format
422
425
  msgid "math renderer %s is already registered"
423
426
  msgstr ""
424
427
 
425
- #: sphinx/registry.py:420
428
+ #: sphinx/registry.py:438
426
429
  #, python-format
427
430
  msgid ""
428
431
  "the extension %r was already merged with Sphinx since version %s; this "
429
432
  "extension is ignored."
430
433
  msgstr ""
431
434
 
432
- #: sphinx/registry.py:431
435
+ #: sphinx/registry.py:449
433
436
  msgid "Original exception:\n"
434
437
  msgstr ""
435
438
 
436
- #: sphinx/registry.py:432
439
+ #: sphinx/registry.py:450
437
440
  #, python-format
438
441
  msgid "Could not import extension %s"
439
442
  msgstr ""
440
443
 
441
- #: sphinx/registry.py:437
444
+ #: sphinx/registry.py:455
442
445
  #, python-format
443
446
  msgid ""
444
447
  "extension %r has no setup() function; is it really a Sphinx extension "
445
448
  "module?"
446
449
  msgstr ""
447
450
 
448
- #: sphinx/registry.py:446
451
+ #: sphinx/registry.py:464
449
452
  #, python-format
450
453
  msgid ""
451
454
  "The %s extension used by this project needs at least Sphinx v%s; it "
452
455
  "therefore cannot be built with this version."
453
456
  msgstr ""
454
457
 
455
- #: sphinx/registry.py:454
458
+ #: sphinx/registry.py:472
456
459
  #, python-format
457
460
  msgid ""
458
461
  "extension %r returned an unsupported object from its setup() function; it "
459
462
  "should return None or a metadata dictionary"
460
463
  msgstr ""
461
464
 
462
- #: sphinx/roles.py:175
465
+ #: sphinx/roles.py:178
463
466
  #, python-format
464
467
  msgid "Python Enhancement Proposals; PEP %s"
465
468
  msgstr ""
466
469
 
467
- #: sphinx/roles.py:191
470
+ #: sphinx/roles.py:194
468
471
  #, python-format
469
472
  msgid "invalid PEP number %s"
470
473
  msgstr ""
471
474
 
472
- #: sphinx/roles.py:225
475
+ #: sphinx/roles.py:228
473
476
  #, python-format
474
477
  msgid "invalid RFC number %s"
475
478
  msgstr ""
476
479
 
477
- #: sphinx/theming.py:75
480
+ #: sphinx/theming.py:77
478
481
  #, python-format
479
482
  msgid "theme %r doesn't have \"theme\" setting"
480
483
  msgstr ""
481
484
 
482
- #: sphinx/theming.py:77
485
+ #: sphinx/theming.py:79
483
486
  #, python-format
484
487
  msgid "theme %r doesn't have \"inherit\" setting"
485
488
  msgstr ""
486
489
 
487
- #: sphinx/theming.py:83
490
+ #: sphinx/theming.py:85
488
491
  #, python-format
489
492
  msgid "no theme named %r found, inherited by %r"
490
493
  msgstr ""
491
494
 
492
- #: sphinx/theming.py:106
495
+ #: sphinx/theming.py:108
493
496
  #, python-format
494
497
  msgid "setting %s.%s occurs in none of the searched theme configs"
495
498
  msgstr ""
496
499
 
497
- #: sphinx/theming.py:124
500
+ #: sphinx/theming.py:127
498
501
  #, python-format
499
502
  msgid "unsupported theme option %r given"
500
503
  msgstr ""
501
504
 
502
- #: sphinx/theming.py:214
505
+ #: sphinx/theming.py:216
503
506
  #, python-format
504
507
  msgid "file %r on theme path is not a valid zipfile or contains no theme"
505
508
  msgstr ""
506
509
 
507
- #: sphinx/theming.py:228
510
+ #: sphinx/theming.py:230
508
511
  #, python-format
509
512
  msgid "no theme named %r found (missing theme.conf?)"
510
513
  msgstr ""
511
514
 
512
- #: sphinx/builders/__init__.py:184
515
+ #: sphinx/builders/__init__.py:183
513
516
  #, python-format
514
517
  msgid "a suitable image for %s builder not found: %s (%s)"
515
518
  msgstr ""
516
519
 
517
- #: sphinx/builders/__init__.py:188
520
+ #: sphinx/builders/__init__.py:187
518
521
  #, python-format
519
522
  msgid "a suitable image for %s builder not found: %s"
520
523
  msgstr ""
521
524
 
522
- #: sphinx/builders/__init__.py:208
525
+ #: sphinx/builders/__init__.py:207
523
526
  msgid "building [mo]: "
524
527
  msgstr ""
525
528
 
526
- #: sphinx/builders/__init__.py:209 sphinx/builders/__init__.py:576
527
- #: sphinx/builders/__init__.py:603
529
+ #: sphinx/builders/__init__.py:208 sphinx/builders/__init__.py:575
530
+ #: sphinx/builders/__init__.py:602
528
531
  msgid "writing output... "
529
532
  msgstr ""
530
533
 
531
- #: sphinx/builders/__init__.py:218
534
+ #: sphinx/builders/__init__.py:217
532
535
  #, python-format
533
536
  msgid "all of %d po files"
534
537
  msgstr ""
535
538
 
536
- #: sphinx/builders/__init__.py:236
539
+ #: sphinx/builders/__init__.py:235
537
540
  #, python-format
538
541
  msgid "targets for %d po files that are specified"
539
542
  msgstr ""
540
543
 
541
- #: sphinx/builders/__init__.py:244
544
+ #: sphinx/builders/__init__.py:243
542
545
  #, python-format
543
546
  msgid "targets for %d po files that are out of date"
544
547
  msgstr ""
545
548
 
546
- #: sphinx/builders/__init__.py:253
549
+ #: sphinx/builders/__init__.py:252
547
550
  msgid "all source files"
548
551
  msgstr ""
549
552
 
550
- #: sphinx/builders/__init__.py:263
553
+ #: sphinx/builders/__init__.py:262
551
554
  #, python-format
552
555
  msgid "file %r given on command line does not exist, "
553
556
  msgstr ""
554
557
 
555
- #: sphinx/builders/__init__.py:268
558
+ #: sphinx/builders/__init__.py:267
556
559
  #, python-format
557
560
  msgid ""
558
561
  "file %r given on command line is not under the source directory, ignoring"
559
562
  msgstr ""
560
563
 
561
- #: sphinx/builders/__init__.py:274
564
+ #: sphinx/builders/__init__.py:273
562
565
  #, python-format
563
566
  msgid "file %r given on command line is not a valid document, ignoring"
564
567
  msgstr ""
565
568
 
566
- #: sphinx/builders/__init__.py:283
569
+ #: sphinx/builders/__init__.py:282
567
570
  #, python-format
568
571
  msgid "%d source files given on command line"
569
572
  msgstr ""
570
573
 
571
- #: sphinx/builders/__init__.py:295
574
+ #: sphinx/builders/__init__.py:294
572
575
  #, python-format
573
576
  msgid "targets for %d source files that are out of date"
574
577
  msgstr ""
575
578
 
576
- #: sphinx/builders/__init__.py:307 sphinx/builders/gettext.py:238
579
+ #: sphinx/builders/__init__.py:309 sphinx/builders/gettext.py:236
577
580
  #, python-format
578
581
  msgid "building [%s]: "
579
582
  msgstr ""
580
583
 
581
- #: sphinx/builders/__init__.py:314
584
+ #: sphinx/builders/__init__.py:316
582
585
  msgid "looking for now-outdated files... "
583
586
  msgstr ""
584
587
 
585
- #: sphinx/builders/__init__.py:319
588
+ #: sphinx/builders/__init__.py:321
586
589
  #, python-format
587
590
  msgid "%d found"
588
591
  msgstr ""
589
592
 
590
- #: sphinx/builders/__init__.py:321
593
+ #: sphinx/builders/__init__.py:323
591
594
  msgid "none found"
592
595
  msgstr ""
593
596
 
594
- #: sphinx/builders/__init__.py:326
597
+ #: sphinx/builders/__init__.py:328
595
598
  msgid "pickling environment"
596
599
  msgstr ""
597
600
 
598
- #: sphinx/builders/__init__.py:332
601
+ #: sphinx/builders/__init__.py:334
599
602
  msgid "checking consistency"
600
603
  msgstr ""
601
604
 
602
- #: sphinx/builders/__init__.py:336
605
+ #: sphinx/builders/__init__.py:338
603
606
  msgid "no targets are out of date."
604
607
  msgstr ""
605
608
 
606
- #: sphinx/builders/__init__.py:375
609
+ #: sphinx/builders/__init__.py:377
607
610
  msgid "updating environment: "
608
611
  msgstr ""
609
612
 
610
- #: sphinx/builders/__init__.py:396
613
+ #: sphinx/builders/__init__.py:398
611
614
  #, python-format
612
615
  msgid "%s added, %s changed, %s removed"
613
616
  msgstr ""
614
617
 
615
- #: sphinx/builders/__init__.py:434 sphinx/builders/__init__.py:446
618
+ #: sphinx/builders/__init__.py:436 sphinx/builders/__init__.py:448
616
619
  msgid "reading sources... "
617
620
  msgstr ""
618
621
 
619
- #: sphinx/builders/__init__.py:551
622
+ #: sphinx/builders/__init__.py:550
620
623
  #, python-format
621
624
  msgid "docnames to write: %s"
622
625
  msgstr ""
623
626
 
624
- #: sphinx/builders/__init__.py:560 sphinx/builders/singlehtml.py:148
627
+ #: sphinx/builders/__init__.py:559 sphinx/builders/singlehtml.py:155
625
628
  msgid "preparing documents"
626
629
  msgstr ""
627
630
 
628
- #: sphinx/builders/__init__.py:563
631
+ #: sphinx/builders/__init__.py:562
629
632
  msgid "copying assets"
630
633
  msgstr ""
631
634
 
632
- #: sphinx/builders/_epub_base.py:214
635
+ #: sphinx/builders/_epub_base.py:215
633
636
  #, python-format
634
637
  msgid "duplicated ToC entry found: %s"
635
638
  msgstr ""
636
639
 
637
- #: sphinx/builders/_epub_base.py:402 sphinx/builders/html/__init__.py:769
638
- #: sphinx/builders/latex/__init__.py:420 sphinx/builders/texinfo.py:178
640
+ #: sphinx/builders/_epub_base.py:403 sphinx/builders/html/__init__.py:748
641
+ #: sphinx/builders/latex/__init__.py:425 sphinx/builders/texinfo.py:183
639
642
  msgid "copying images... "
640
643
  msgstr ""
641
644
 
642
- #: sphinx/builders/_epub_base.py:409
645
+ #: sphinx/builders/_epub_base.py:410
643
646
  #, python-format
644
647
  msgid "cannot read image file %r: copying it instead"
645
648
  msgstr ""
646
649
 
647
- #: sphinx/builders/_epub_base.py:415 sphinx/builders/html/__init__.py:777
648
- #: sphinx/builders/latex/__init__.py:428 sphinx/builders/texinfo.py:188
650
+ #: sphinx/builders/_epub_base.py:416 sphinx/builders/html/__init__.py:756
651
+ #: sphinx/builders/latex/__init__.py:433 sphinx/builders/texinfo.py:193
649
652
  #, python-format
650
653
  msgid "cannot copy image file %r: %s"
651
654
  msgstr ""
652
655
 
653
- #: sphinx/builders/_epub_base.py:432
656
+ #: sphinx/builders/_epub_base.py:433
654
657
  #, python-format
655
658
  msgid "cannot write image file %r: %s"
656
659
  msgstr ""
657
660
 
658
- #: sphinx/builders/_epub_base.py:442
661
+ #: sphinx/builders/_epub_base.py:443
659
662
  msgid "Pillow not found - copying image files"
660
663
  msgstr ""
661
664
 
662
- #: sphinx/builders/_epub_base.py:468
665
+ #: sphinx/builders/_epub_base.py:469
663
666
  msgid "writing mimetype file..."
664
667
  msgstr ""
665
668
 
666
- #: sphinx/builders/_epub_base.py:473
669
+ #: sphinx/builders/_epub_base.py:474
667
670
  msgid "writing META-INF/container.xml file..."
668
671
  msgstr ""
669
672
 
670
- #: sphinx/builders/_epub_base.py:501
673
+ #: sphinx/builders/_epub_base.py:508
671
674
  msgid "writing content.opf file..."
672
675
  msgstr ""
673
676
 
674
- #: sphinx/builders/_epub_base.py:527
677
+ #: sphinx/builders/_epub_base.py:531
675
678
  #, python-format
676
679
  msgid "unknown mimetype for %s, ignoring"
677
680
  msgstr ""
678
681
 
679
- #: sphinx/builders/_epub_base.py:674
682
+ #: sphinx/builders/_epub_base.py:678
680
683
  msgid "writing toc.ncx file..."
681
684
  msgstr ""
682
685
 
683
- #: sphinx/builders/_epub_base.py:699
686
+ #: sphinx/builders/_epub_base.py:703
684
687
  #, python-format
685
688
  msgid "writing %s file..."
686
689
  msgstr ""
687
690
 
688
- #: sphinx/builders/changes.py:28
691
+ #: sphinx/builders/changes.py:30
689
692
  #, python-format
690
693
  msgid "The overview file is in %(outdir)s."
691
694
  msgstr ""
692
695
 
693
- #: sphinx/builders/changes.py:54
696
+ #: sphinx/builders/changes.py:56
694
697
  #, python-format
695
698
  msgid "no changes in version %s."
696
699
  msgstr ""
697
700
 
698
- #: sphinx/builders/changes.py:56
701
+ #: sphinx/builders/changes.py:58
699
702
  msgid "writing summary file..."
700
703
  msgstr ""
701
704
 
702
- #: sphinx/builders/changes.py:71
705
+ #: sphinx/builders/changes.py:73
703
706
  msgid "Builtins"
704
707
  msgstr ""
705
708
 
706
- #: sphinx/builders/changes.py:73
709
+ #: sphinx/builders/changes.py:75
707
710
  msgid "Module level"
708
711
  msgstr ""
709
712
 
710
- #: sphinx/builders/changes.py:116
713
+ #: sphinx/builders/changes.py:118
711
714
  msgid "copying source files..."
712
715
  msgstr ""
713
716
 
714
- #: sphinx/builders/changes.py:123
717
+ #: sphinx/builders/changes.py:125
715
718
  #, python-format
716
719
  msgid "could not read %r for changelog creation"
717
720
  msgstr ""
718
721
 
719
- #: sphinx/builders/dummy.py:16
722
+ #: sphinx/builders/dummy.py:18
720
723
  msgid "The dummy builder generates no files."
721
724
  msgstr ""
722
725
 
723
- #: sphinx/builders/epub3.py:77
726
+ #: sphinx/builders/epub3.py:79
724
727
  #, python-format
725
728
  msgid "The ePub file is in %(outdir)s."
726
729
  msgstr ""
727
730
 
728
- #: sphinx/builders/epub3.py:175
731
+ #: sphinx/builders/epub3.py:183
729
732
  msgid "writing nav.xhtml file..."
730
733
  msgstr ""
731
734
 
732
- #: sphinx/builders/epub3.py:201
735
+ #: sphinx/builders/epub3.py:209
733
736
  msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3"
734
737
  msgstr ""
735
738
 
736
- #: sphinx/builders/epub3.py:205
739
+ #: sphinx/builders/epub3.py:213
737
740
  msgid "conf value \"epub_uid\" should be XML NAME for EPUB3"
738
741
  msgstr ""
739
742
 
740
- #: sphinx/builders/epub3.py:208
743
+ #: sphinx/builders/epub3.py:216
741
744
  msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3"
742
745
  msgstr ""
743
746
 
744
- #: sphinx/builders/epub3.py:212
747
+ #: sphinx/builders/epub3.py:220
745
748
  msgid "conf value \"epub_author\" should not be empty for EPUB3"
746
749
  msgstr ""
747
750
 
748
- #: sphinx/builders/epub3.py:215
751
+ #: sphinx/builders/epub3.py:223
749
752
  msgid "conf value \"epub_contributor\" should not be empty for EPUB3"
750
753
  msgstr ""
751
754
 
752
- #: sphinx/builders/epub3.py:218
755
+ #: sphinx/builders/epub3.py:226
753
756
  msgid "conf value \"epub_description\" should not be empty for EPUB3"
754
757
  msgstr ""
755
758
 
756
- #: sphinx/builders/epub3.py:221
759
+ #: sphinx/builders/epub3.py:229
757
760
  msgid "conf value \"epub_publisher\" should not be empty for EPUB3"
758
761
  msgstr ""
759
762
 
760
- #: sphinx/builders/epub3.py:224
763
+ #: sphinx/builders/epub3.py:232
761
764
  msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3"
762
765
  msgstr ""
763
766
 
764
- #: sphinx/builders/epub3.py:228
767
+ #: sphinx/builders/epub3.py:236
765
768
  msgid "conf value \"epub_identifier\" should not be empty for EPUB3"
766
769
  msgstr ""
767
770
 
768
- #: sphinx/builders/epub3.py:231
771
+ #: sphinx/builders/epub3.py:239
769
772
  msgid "conf value \"version\" should not be empty for EPUB3"
770
773
  msgstr ""
771
774
 
772
- #: sphinx/builders/epub3.py:245 sphinx/builders/html/__init__.py:1163
775
+ #: sphinx/builders/epub3.py:253 sphinx/builders/html/__init__.py:1187
773
776
  #, python-format
774
777
  msgid "invalid css_file: %r, ignored"
775
778
  msgstr ""
776
779
 
777
- #: sphinx/builders/gettext.py:217
780
+ #: sphinx/builders/gettext.py:215
778
781
  #, python-format
779
782
  msgid "The message catalogs are in %(outdir)s."
780
783
  msgstr ""
781
784
 
782
- #: sphinx/builders/gettext.py:239
785
+ #: sphinx/builders/gettext.py:237
783
786
  #, python-format
784
787
  msgid "targets for %d template files"
785
788
  msgstr ""
786
789
 
787
- #: sphinx/builders/gettext.py:243
790
+ #: sphinx/builders/gettext.py:241
788
791
  msgid "reading templates... "
789
792
  msgstr ""
790
793
 
791
- #: sphinx/builders/gettext.py:273
794
+ #: sphinx/builders/gettext.py:275
792
795
  msgid "writing message catalogs... "
793
796
  msgstr ""
794
797
 
795
- #: sphinx/builders/linkcheck.py:113
798
+ #: sphinx/builders/linkcheck.py:60
796
799
  #, python-format
797
800
  msgid "Look for any errors in the above output or in %(outdir)s/output.txt"
798
801
  msgstr ""
799
802
 
800
- #: sphinx/builders/linkcheck.py:148
803
+ #: sphinx/builders/linkcheck.py:109
801
804
  #, python-format
802
805
  msgid "broken link: %s (%s)"
803
806
  msgstr ""
804
807
 
805
- #: sphinx/builders/linkcheck.py:325
806
- #, python-format
807
- msgid "Anchor '%s' not found"
808
- msgstr ""
809
-
810
- #: sphinx/builders/linkcheck.py:555
808
+ #: sphinx/builders/linkcheck.py:606
811
809
  #, python-format
812
810
  msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s"
813
811
  msgstr ""
814
812
 
815
- #: sphinx/builders/manpage.py:33
813
+ #: sphinx/builders/manpage.py:35
816
814
  #, python-format
817
815
  msgid "The manual pages are in %(outdir)s."
818
816
  msgstr ""
819
817
 
820
- #: sphinx/builders/manpage.py:40
818
+ #: sphinx/builders/manpage.py:42
821
819
  msgid "no \"man_pages\" config value found; no manual pages will be written"
822
820
  msgstr ""
823
821
 
824
- #: sphinx/builders/latex/__init__.py:304 sphinx/builders/manpage.py:49
825
- #: sphinx/builders/singlehtml.py:156 sphinx/builders/texinfo.py:105
822
+ #: sphinx/builders/latex/__init__.py:309 sphinx/builders/manpage.py:51
823
+ #: sphinx/builders/singlehtml.py:163 sphinx/builders/texinfo.py:110
826
824
  msgid "writing"
827
825
  msgstr ""
828
826
 
829
- #: sphinx/builders/manpage.py:64
827
+ #: sphinx/builders/manpage.py:66
830
828
  #, python-format
831
829
  msgid "\"man_pages\" config value references unknown document %s"
832
830
  msgstr ""
833
831
 
834
- #: sphinx/builders/singlehtml.py:29
832
+ #: sphinx/builders/singlehtml.py:32
835
833
  #, python-format
836
834
  msgid "The HTML page is in %(outdir)s."
837
835
  msgstr ""
838
836
 
839
- #: sphinx/builders/singlehtml.py:151
837
+ #: sphinx/builders/singlehtml.py:158
840
838
  msgid "assembling single document"
841
839
  msgstr ""
842
840
 
843
- #: sphinx/builders/singlehtml.py:169
841
+ #: sphinx/builders/singlehtml.py:176
844
842
  msgid "writing additional files"
845
843
  msgstr ""
846
844
 
847
- #: sphinx/builders/texinfo.py:41
845
+ #: sphinx/builders/texinfo.py:46
848
846
  #, python-format
849
847
  msgid "The Texinfo files are in %(outdir)s."
850
848
  msgstr ""
851
849
 
852
- #: sphinx/builders/texinfo.py:43
850
+ #: sphinx/builders/texinfo.py:48
853
851
  msgid ""
854
852
  "\n"
855
853
  "Run 'make' in that directory to run these through makeinfo\n"
856
854
  "(use 'make info' here to do that automatically)."
857
855
  msgstr ""
858
856
 
859
- #: sphinx/builders/texinfo.py:70
857
+ #: sphinx/builders/texinfo.py:75
860
858
  msgid "no \"texinfo_documents\" config value found; no documents will be written"
861
859
  msgstr ""
862
860
 
863
- #: sphinx/builders/texinfo.py:78
861
+ #: sphinx/builders/texinfo.py:83
864
862
  #, python-format
865
863
  msgid "\"texinfo_documents\" config value references unknown document %s"
866
864
  msgstr ""
867
865
 
868
- #: sphinx/builders/latex/__init__.py:286 sphinx/builders/texinfo.py:101
866
+ #: sphinx/builders/latex/__init__.py:291 sphinx/builders/texinfo.py:106
869
867
  #, python-format
870
868
  msgid "processing %s"
871
869
  msgstr ""
872
870
 
873
- #: sphinx/builders/latex/__init__.py:359 sphinx/builders/texinfo.py:154
871
+ #: sphinx/builders/latex/__init__.py:364 sphinx/builders/texinfo.py:159
874
872
  msgid "resolving references..."
875
873
  msgstr ""
876
874
 
877
- #: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:163
875
+ #: sphinx/builders/latex/__init__.py:374 sphinx/builders/texinfo.py:168
878
876
  msgid " (in "
879
877
  msgstr ""
880
878
 
881
- #: sphinx/builders/texinfo.py:193
879
+ #: sphinx/builders/texinfo.py:198
882
880
  msgid "copying Texinfo support files"
883
881
  msgstr ""
884
882
 
885
- #: sphinx/builders/texinfo.py:197
883
+ #: sphinx/builders/texinfo.py:202
886
884
  #, python-format
887
885
  msgid "error writing file Makefile: %s"
888
886
  msgstr ""
889
887
 
890
- #: sphinx/builders/text.py:24
888
+ #: sphinx/builders/text.py:29
891
889
  #, python-format
892
890
  msgid "The text files are in %(outdir)s."
893
891
  msgstr ""
894
892
 
895
- #: sphinx/builders/html/__init__.py:1116 sphinx/builders/text.py:71
896
- #: sphinx/builders/xml.py:88
893
+ #: sphinx/builders/html/__init__.py:1138 sphinx/builders/text.py:76
894
+ #: sphinx/builders/xml.py:94
897
895
  #, python-format
898
896
  msgid "error writing file %s: %s"
899
897
  msgstr ""
900
898
 
901
- #: sphinx/builders/xml.py:29
899
+ #: sphinx/builders/xml.py:34
902
900
  #, python-format
903
901
  msgid "The XML files are in %(outdir)s."
904
902
  msgstr ""
905
903
 
906
- #: sphinx/builders/xml.py:100
904
+ #: sphinx/builders/xml.py:106
907
905
  #, python-format
908
906
  msgid "The pseudo-XML files are in %(outdir)s."
909
907
  msgstr ""
910
908
 
911
- #: sphinx/builders/html/__init__.py:160
909
+ #: sphinx/builders/html/__init__.py:122
912
910
  #, python-format
913
911
  msgid "build info file is broken: %r"
914
912
  msgstr ""
915
913
 
916
- #: sphinx/builders/html/__init__.py:194
914
+ #: sphinx/builders/html/__init__.py:159
917
915
  #, python-format
918
916
  msgid "The HTML pages are in %(outdir)s."
919
917
  msgstr ""
920
918
 
921
- #: sphinx/builders/html/__init__.py:409
919
+ #: sphinx/builders/html/__init__.py:383
922
920
  #, python-format
923
921
  msgid "Failed to read build info file: %r"
924
922
  msgstr ""
925
923
 
926
- #: sphinx/builders/html/__init__.py:502 sphinx/builders/latex/__init__.py:182
927
- #: sphinx/transforms/__init__.py:109 sphinx/writers/manpage.py:96
928
- #: sphinx/writers/texinfo.py:223
924
+ #: sphinx/builders/html/__init__.py:476 sphinx/builders/latex/__init__.py:187
925
+ #: sphinx/transforms/__init__.py:117 sphinx/writers/manpage.py:100
926
+ #: sphinx/writers/texinfo.py:225
929
927
  #, python-format
930
928
  msgid "%b %d, %Y"
931
929
  msgstr ""
932
930
 
933
- #: sphinx/builders/html/__init__.py:521 sphinx/themes/basic/defindex.html:30
931
+ #: sphinx/builders/html/__init__.py:495 sphinx/themes/basic/defindex.html:30
934
932
  msgid "General Index"
935
933
  msgstr ""
936
934
 
937
- #: sphinx/builders/html/__init__.py:521
935
+ #: sphinx/builders/html/__init__.py:495
938
936
  msgid "index"
939
937
  msgstr ""
940
938
 
941
- #: sphinx/builders/html/__init__.py:587
939
+ #: sphinx/builders/html/__init__.py:567
942
940
  msgid "next"
943
941
  msgstr ""
944
942
 
945
- #: sphinx/builders/html/__init__.py:596
943
+ #: sphinx/builders/html/__init__.py:576
946
944
  msgid "previous"
947
945
  msgstr ""
948
946
 
949
- #: sphinx/builders/html/__init__.py:693
947
+ #: sphinx/builders/html/__init__.py:672
950
948
  msgid "generating indices"
951
949
  msgstr ""
952
950
 
953
- #: sphinx/builders/html/__init__.py:708
951
+ #: sphinx/builders/html/__init__.py:687
954
952
  msgid "writing additional pages"
955
953
  msgstr ""
956
954
 
957
- #: sphinx/builders/html/__init__.py:787
955
+ #: sphinx/builders/html/__init__.py:766
958
956
  msgid "copying downloadable files... "
959
957
  msgstr ""
960
958
 
961
- #: sphinx/builders/html/__init__.py:795
959
+ #: sphinx/builders/html/__init__.py:774
962
960
  #, python-format
963
961
  msgid "cannot copy downloadable file %r: %s"
964
962
  msgstr ""
965
963
 
966
- #: sphinx/builders/html/__init__.py:828 sphinx/builders/html/__init__.py:840
964
+ #: sphinx/builders/html/__init__.py:807 sphinx/builders/html/__init__.py:819
967
965
  #, python-format
968
966
  msgid "Failed to copy a file in html_static_file: %s: %r"
969
967
  msgstr ""
970
968
 
971
- #: sphinx/builders/html/__init__.py:861
969
+ #: sphinx/builders/html/__init__.py:840
972
970
  msgid "copying static files"
973
971
  msgstr ""
974
972
 
975
- #: sphinx/builders/html/__init__.py:877
973
+ #: sphinx/builders/html/__init__.py:856
976
974
  #, python-format
977
975
  msgid "cannot copy static file %r"
978
976
  msgstr ""
979
977
 
980
- #: sphinx/builders/html/__init__.py:882
978
+ #: sphinx/builders/html/__init__.py:861
981
979
  msgid "copying extra files"
982
980
  msgstr ""
983
981
 
984
- #: sphinx/builders/html/__init__.py:888
982
+ #: sphinx/builders/html/__init__.py:867
985
983
  #, python-format
986
984
  msgid "cannot copy extra file %r"
987
985
  msgstr ""
988
986
 
989
- #: sphinx/builders/html/__init__.py:895
987
+ #: sphinx/builders/html/__init__.py:874
990
988
  #, python-format
991
989
  msgid "Failed to write build info file: %r"
992
990
  msgstr ""
993
991
 
994
- #: sphinx/builders/html/__init__.py:943
992
+ #: sphinx/builders/html/__init__.py:923
995
993
  msgid ""
996
994
  "search index couldn't be loaded, but not all documents will be built: the "
997
995
  "index will be incomplete."
998
996
  msgstr ""
999
997
 
1000
- #: sphinx/builders/html/__init__.py:1004
998
+ #: sphinx/builders/html/__init__.py:984
1001
999
  #, python-format
1002
1000
  msgid "page %s matches two patterns in html_sidebars: %r and %r"
1003
1001
  msgstr ""
1004
1002
 
1005
- #: sphinx/builders/html/__init__.py:1099
1003
+ #: sphinx/builders/html/__init__.py:1121
1006
1004
  #, python-format
1007
1005
  msgid ""
1008
1006
  "a Unicode error occurred when rendering the page %s. Please make sure all "
1009
1007
  "config values that contain non-ASCII content are Unicode strings."
1010
1008
  msgstr ""
1011
1009
 
1012
- #: sphinx/builders/html/__init__.py:1104
1010
+ #: sphinx/builders/html/__init__.py:1126
1013
1011
  #, python-format
1014
1012
  msgid ""
1015
1013
  "An error happened in rendering the page %s.\n"
1016
1014
  "Reason: %r"
1017
1015
  msgstr ""
1018
1016
 
1019
- #: sphinx/builders/html/__init__.py:1133
1017
+ #: sphinx/builders/html/__init__.py:1154
1020
1018
  msgid "dumping object inventory"
1021
1019
  msgstr ""
1022
1020
 
1023
- #: sphinx/builders/html/__init__.py:1138
1021
+ #: sphinx/builders/html/__init__.py:1162
1024
1022
  #, python-format
1025
1023
  msgid "dumping search index in %s"
1026
1024
  msgstr ""
1027
1025
 
1028
- #: sphinx/builders/html/__init__.py:1180
1026
+ #: sphinx/builders/html/__init__.py:1210
1029
1027
  #, python-format
1030
1028
  msgid "invalid js_file: %r, ignored"
1031
1029
  msgstr ""
1032
1030
 
1033
- #: sphinx/builders/html/__init__.py:1284
1031
+ #: sphinx/builders/html/__init__.py:1238
1034
1032
  msgid "Many math_renderers are registered. But no math_renderer is selected."
1035
1033
  msgstr ""
1036
1034
 
1037
- #: sphinx/builders/html/__init__.py:1287
1035
+ #: sphinx/builders/html/__init__.py:1241
1038
1036
  #, python-format
1039
1037
  msgid "Unknown math_renderer %r is given."
1040
1038
  msgstr ""
1041
1039
 
1042
- #: sphinx/builders/html/__init__.py:1295
1040
+ #: sphinx/builders/html/__init__.py:1249
1043
1041
  #, python-format
1044
1042
  msgid "html_extra_path entry %r does not exist"
1045
1043
  msgstr ""
1046
1044
 
1047
- #: sphinx/builders/html/__init__.py:1299
1045
+ #: sphinx/builders/html/__init__.py:1253
1048
1046
  #, python-format
1049
1047
  msgid "html_extra_path entry %r is placed inside outdir"
1050
1048
  msgstr ""
1051
1049
 
1052
- #: sphinx/builders/html/__init__.py:1308
1050
+ #: sphinx/builders/html/__init__.py:1262
1053
1051
  #, python-format
1054
1052
  msgid "html_static_path entry %r does not exist"
1055
1053
  msgstr ""
1056
1054
 
1057
- #: sphinx/builders/html/__init__.py:1312
1055
+ #: sphinx/builders/html/__init__.py:1266
1058
1056
  #, python-format
1059
1057
  msgid "html_static_path entry %r is placed inside outdir"
1060
1058
  msgstr ""
1061
1059
 
1062
- #: sphinx/builders/html/__init__.py:1321 sphinx/builders/latex/__init__.py:432
1060
+ #: sphinx/builders/html/__init__.py:1275 sphinx/builders/latex/__init__.py:437
1063
1061
  #, python-format
1064
1062
  msgid "logo file %r does not exist"
1065
1063
  msgstr ""
1066
1064
 
1067
- #: sphinx/builders/html/__init__.py:1330
1065
+ #: sphinx/builders/html/__init__.py:1284
1068
1066
  #, python-format
1069
1067
  msgid "favicon file %r does not exist"
1070
1068
  msgstr ""
1071
1069
 
1072
- #: sphinx/builders/html/__init__.py:1337
1070
+ #: sphinx/builders/html/__init__.py:1291
1073
1071
  msgid ""
1074
1072
  "HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in "
1075
1073
  "configuration options)"
1076
1074
  msgstr ""
1077
1075
 
1078
- #: sphinx/builders/html/__init__.py:1352
1076
+ #: sphinx/builders/html/__init__.py:1306
1079
1077
  #, python-format
1080
1078
  msgid "%s %s documentation"
1081
1079
  msgstr ""
1082
1080
 
1083
- #: sphinx/builders/latex/__init__.py:108
1081
+ #: sphinx/builders/latex/__init__.py:113
1084
1082
  #, python-format
1085
1083
  msgid "The LaTeX files are in %(outdir)s."
1086
1084
  msgstr ""
1087
1085
 
1088
- #: sphinx/builders/latex/__init__.py:110
1086
+ #: sphinx/builders/latex/__init__.py:115
1089
1087
  msgid ""
1090
1088
  "\n"
1091
1089
  "Run 'make' in that directory to run these through (pdf)latex\n"
1092
1090
  "(use `make latexpdf' here to do that automatically)."
1093
1091
  msgstr ""
1094
1092
 
1095
- #: sphinx/builders/latex/__init__.py:145
1093
+ #: sphinx/builders/latex/__init__.py:150
1096
1094
  msgid "no \"latex_documents\" config value found; no documents will be written"
1097
1095
  msgstr ""
1098
1096
 
1099
- #: sphinx/builders/latex/__init__.py:153
1097
+ #: sphinx/builders/latex/__init__.py:158
1100
1098
  #, python-format
1101
1099
  msgid "\"latex_documents\" config value references unknown document %s"
1102
1100
  msgstr ""
1103
1101
 
1104
- #: sphinx/builders/latex/__init__.py:189 sphinx/domains/std.py:553
1105
- #: sphinx/domains/std.py:565 sphinx/templates/latex/latex.tex_t:106
1102
+ #: sphinx/builders/latex/__init__.py:194 sphinx/domains/std.py:557
1103
+ #: sphinx/domains/std.py:569 sphinx/templates/latex/latex.tex_t:106
1106
1104
  #: sphinx/themes/basic/genindex-single.html:30
1107
1105
  #: sphinx/themes/basic/genindex-single.html:55
1108
1106
  #: sphinx/themes/basic/genindex-split.html:11
1109
1107
  #: sphinx/themes/basic/genindex-split.html:14
1110
1108
  #: sphinx/themes/basic/genindex.html:11 sphinx/themes/basic/genindex.html:34
1111
1109
  #: sphinx/themes/basic/genindex.html:67 sphinx/themes/basic/layout.html:138
1112
- #: sphinx/writers/texinfo.py:491
1110
+ #: sphinx/writers/texinfo.py:493
1113
1111
  msgid "Index"
1114
1112
  msgstr ""
1115
1113
 
1116
- #: sphinx/builders/latex/__init__.py:192 sphinx/templates/latex/latex.tex_t:91
1114
+ #: sphinx/builders/latex/__init__.py:197 sphinx/templates/latex/latex.tex_t:91
1117
1115
  msgid "Release"
1118
1116
  msgstr ""
1119
1117
 
1120
- #: sphinx/builders/latex/__init__.py:206 sphinx/writers/latex.py:366
1118
+ #: sphinx/builders/latex/__init__.py:211 sphinx/writers/latex.py:370
1121
1119
  #, python-format
1122
1120
  msgid "no Babel option known for language %r"
1123
1121
  msgstr ""
1124
1122
 
1125
- #: sphinx/builders/latex/__init__.py:382
1123
+ #: sphinx/builders/latex/__init__.py:387
1126
1124
  msgid "copying TeX support files"
1127
1125
  msgstr ""
1128
1126
 
1129
- #: sphinx/builders/latex/__init__.py:398
1127
+ #: sphinx/builders/latex/__init__.py:403
1130
1128
  msgid "copying TeX support files..."
1131
1129
  msgstr ""
1132
1130
 
1133
- #: sphinx/builders/latex/__init__.py:411
1131
+ #: sphinx/builders/latex/__init__.py:416
1134
1132
  msgid "copying additional files"
1135
1133
  msgstr ""
1136
1134
 
1137
- #: sphinx/builders/latex/__init__.py:454
1135
+ #: sphinx/builders/latex/__init__.py:459
1138
1136
  #, python-format
1139
1137
  msgid "Unknown configure key: latex_elements[%r], ignored."
1140
1138
  msgstr ""
1141
1139
 
1142
- #: sphinx/builders/latex/__init__.py:462
1140
+ #: sphinx/builders/latex/__init__.py:467
1143
1141
  #, python-format
1144
1142
  msgid "Unknown theme option: latex_theme_options[%r], ignored."
1145
1143
  msgstr ""
1146
1144
 
1147
- #: sphinx/builders/latex/theming.py:84
1145
+ #: sphinx/builders/latex/theming.py:87
1148
1146
  #, python-format
1149
1147
  msgid "%r doesn't have \"theme\" setting"
1150
1148
  msgstr ""
1151
1149
 
1152
- #: sphinx/builders/latex/theming.py:87
1150
+ #: sphinx/builders/latex/theming.py:90
1153
1151
  #, python-format
1154
1152
  msgid "%r doesn't have \"%s\" setting"
1155
1153
  msgstr ""
1156
1154
 
1157
- #: sphinx/builders/latex/transforms.py:114
1155
+ #: sphinx/builders/latex/transforms.py:117
1158
1156
  msgid "Failed to get a docname!"
1159
1157
  msgstr ""
1160
1158
 
1161
- #: sphinx/builders/latex/transforms.py:115
1159
+ #: sphinx/builders/latex/transforms.py:118
1162
1160
  msgid "Failed to get a docname for source {source!r}!"
1163
1161
  msgstr ""
1164
1162
 
1165
- #: sphinx/builders/latex/transforms.py:476
1163
+ #: sphinx/builders/latex/transforms.py:479
1166
1164
  #, python-format
1167
1165
  msgid "No footnote was found for given reference node %r"
1168
1166
  msgstr ""
1169
1167
 
1170
- #: sphinx/cmd/build.py:37
1168
+ #: sphinx/cmd/build.py:46
1171
1169
  msgid "Exception occurred while building, starting debugger:"
1172
1170
  msgstr ""
1173
1171
 
1174
- #: sphinx/cmd/build.py:47
1172
+ #: sphinx/cmd/build.py:61
1175
1173
  msgid "Interrupted!"
1176
1174
  msgstr ""
1177
1175
 
1178
- #: sphinx/cmd/build.py:49
1176
+ #: sphinx/cmd/build.py:63
1179
1177
  msgid "reST markup error:"
1180
1178
  msgstr ""
1181
1179
 
1182
- #: sphinx/cmd/build.py:55
1180
+ #: sphinx/cmd/build.py:69
1183
1181
  msgid "Encoding error:"
1184
1182
  msgstr ""
1185
1183
 
1186
- #: sphinx/cmd/build.py:58 sphinx/cmd/build.py:73
1184
+ #: sphinx/cmd/build.py:72 sphinx/cmd/build.py:87
1187
1185
  #, python-format
1188
1186
  msgid ""
1189
1187
  "The full traceback has been saved in %s, if you want to report the issue to "
1190
1188
  "the developers."
1191
1189
  msgstr ""
1192
1190
 
1193
- #: sphinx/cmd/build.py:62
1191
+ #: sphinx/cmd/build.py:76
1194
1192
  msgid "Recursion error:"
1195
1193
  msgstr ""
1196
1194
 
1197
- #: sphinx/cmd/build.py:65
1195
+ #: sphinx/cmd/build.py:79
1198
1196
  msgid ""
1199
1197
  "This can happen with very large or deeply nested source files. You can "
1200
1198
  "carefully increase the default Python recursion limit of 1000 in conf.py "
1201
1199
  "with e.g.:"
1202
1200
  msgstr ""
1203
1201
 
1204
- #: sphinx/cmd/build.py:70
1202
+ #: sphinx/cmd/build.py:84
1205
1203
  msgid "Exception occurred:"
1206
1204
  msgstr ""
1207
1205
 
1208
- #: sphinx/cmd/build.py:76
1206
+ #: sphinx/cmd/build.py:90
1209
1207
  msgid ""
1210
1208
  "Please also report this if it was a user error, so that a better error "
1211
1209
  "message can be provided next time."
1212
1210
  msgstr ""
1213
1211
 
1214
- #: sphinx/cmd/build.py:79
1212
+ #: sphinx/cmd/build.py:93
1215
1213
  msgid ""
1216
1214
  "A bug report can be filed in the tracker at <https://github.com/sphinx-"
1217
1215
  "doc/sphinx/issues>. Thanks!"
1218
1216
  msgstr ""
1219
1217
 
1220
- #: sphinx/cmd/build.py:95
1218
+ #: sphinx/cmd/build.py:109
1221
1219
  msgid "job number should be a positive number"
1222
1220
  msgstr ""
1223
1221
 
1224
- #: sphinx/cmd/build.py:103 sphinx/cmd/quickstart.py:468
1225
- #: sphinx/ext/apidoc.py:300 sphinx/ext/autosummary/generate.py:641
1222
+ #: sphinx/cmd/build.py:117 sphinx/cmd/quickstart.py:477
1223
+ #: sphinx/ext/apidoc.py:319 sphinx/ext/autosummary/generate.py:689
1226
1224
  msgid "For more information, visit <https://www.sphinx-doc.org/>."
1227
1225
  msgstr ""
1228
1226
 
1229
- #: sphinx/cmd/build.py:104
1227
+ #: sphinx/cmd/build.py:118
1230
1228
  msgid ""
1231
1229
  "\n"
1232
1230
  "Generate documentation from source files.\n"
@@ -1245,266 +1243,266 @@ msgid ""
1245
1243
  "files can be built by specifying individual filenames.\n"
1246
1244
  msgstr ""
1247
1245
 
1248
- #: sphinx/cmd/build.py:125
1246
+ #: sphinx/cmd/build.py:139
1249
1247
  msgid "path to documentation source files"
1250
1248
  msgstr ""
1251
1249
 
1252
- #: sphinx/cmd/build.py:127
1250
+ #: sphinx/cmd/build.py:141
1253
1251
  msgid "path to output directory"
1254
1252
  msgstr ""
1255
1253
 
1256
- #: sphinx/cmd/build.py:129
1254
+ #: sphinx/cmd/build.py:143
1257
1255
  msgid "a list of specific files to rebuild. Ignored if -a is specified"
1258
1256
  msgstr ""
1259
1257
 
1260
- #: sphinx/cmd/build.py:132
1258
+ #: sphinx/cmd/build.py:146
1261
1259
  msgid "general options"
1262
1260
  msgstr ""
1263
1261
 
1264
- #: sphinx/cmd/build.py:135
1262
+ #: sphinx/cmd/build.py:149
1265
1263
  msgid "builder to use (default: html)"
1266
1264
  msgstr ""
1267
1265
 
1268
- #: sphinx/cmd/build.py:137
1266
+ #: sphinx/cmd/build.py:151
1269
1267
  msgid "write all files (default: only write new and changed files)"
1270
1268
  msgstr ""
1271
1269
 
1272
- #: sphinx/cmd/build.py:140
1270
+ #: sphinx/cmd/build.py:154
1273
1271
  msgid "don't use a saved environment, always read all files"
1274
1272
  msgstr ""
1275
1273
 
1276
- #: sphinx/cmd/build.py:143
1274
+ #: sphinx/cmd/build.py:157
1277
1275
  msgid ""
1278
1276
  "path for the cached environment and doctree files (default: "
1279
1277
  "OUTPUTDIR/.doctrees)"
1280
1278
  msgstr ""
1281
1279
 
1282
- #: sphinx/cmd/build.py:147
1280
+ #: sphinx/cmd/build.py:161
1283
1281
  msgid ""
1284
1282
  "build in parallel with N processes where possible (special value \"auto\" "
1285
1283
  "will set N to cpu-count)"
1286
1284
  msgstr ""
1287
1285
 
1288
- #: sphinx/cmd/build.py:151
1286
+ #: sphinx/cmd/build.py:165
1289
1287
  msgid ""
1290
1288
  "path where configuration file (conf.py) is located (default: same as "
1291
1289
  "SOURCEDIR)"
1292
1290
  msgstr ""
1293
1291
 
1294
- #: sphinx/cmd/build.py:154
1292
+ #: sphinx/cmd/build.py:168
1295
1293
  msgid "use no config file at all, only -D options"
1296
1294
  msgstr ""
1297
1295
 
1298
- #: sphinx/cmd/build.py:157
1296
+ #: sphinx/cmd/build.py:171
1299
1297
  msgid "override a setting in configuration file"
1300
1298
  msgstr ""
1301
1299
 
1302
- #: sphinx/cmd/build.py:160
1300
+ #: sphinx/cmd/build.py:174
1303
1301
  msgid "pass a value into HTML templates"
1304
1302
  msgstr ""
1305
1303
 
1306
- #: sphinx/cmd/build.py:163
1304
+ #: sphinx/cmd/build.py:177
1307
1305
  msgid "define tag: include \"only\" blocks with TAG"
1308
1306
  msgstr ""
1309
1307
 
1310
- #: sphinx/cmd/build.py:165
1308
+ #: sphinx/cmd/build.py:179
1311
1309
  msgid "nit-picky mode, warn about all missing references"
1312
1310
  msgstr ""
1313
1311
 
1314
- #: sphinx/cmd/build.py:168
1312
+ #: sphinx/cmd/build.py:182
1315
1313
  msgid "console output options"
1316
1314
  msgstr ""
1317
1315
 
1318
- #: sphinx/cmd/build.py:170
1316
+ #: sphinx/cmd/build.py:184
1319
1317
  msgid "increase verbosity (can be repeated)"
1320
1318
  msgstr ""
1321
1319
 
1322
- #: sphinx/cmd/build.py:172 sphinx/ext/apidoc.py:323
1320
+ #: sphinx/cmd/build.py:186 sphinx/ext/apidoc.py:342
1323
1321
  msgid "no output on stdout, just warnings on stderr"
1324
1322
  msgstr ""
1325
1323
 
1326
- #: sphinx/cmd/build.py:174
1324
+ #: sphinx/cmd/build.py:188
1327
1325
  msgid "no output at all, not even warnings"
1328
1326
  msgstr ""
1329
1327
 
1330
- #: sphinx/cmd/build.py:177
1328
+ #: sphinx/cmd/build.py:191
1331
1329
  msgid "do emit colored output (default: auto-detect)"
1332
1330
  msgstr ""
1333
1331
 
1334
- #: sphinx/cmd/build.py:180
1332
+ #: sphinx/cmd/build.py:194
1335
1333
  msgid "do not emit colored output (default: auto-detect)"
1336
1334
  msgstr ""
1337
1335
 
1338
- #: sphinx/cmd/build.py:183
1336
+ #: sphinx/cmd/build.py:197
1339
1337
  msgid "write warnings (and errors) to given file"
1340
1338
  msgstr ""
1341
1339
 
1342
- #: sphinx/cmd/build.py:185
1340
+ #: sphinx/cmd/build.py:199
1343
1341
  msgid "turn warnings into errors"
1344
1342
  msgstr ""
1345
1343
 
1346
- #: sphinx/cmd/build.py:187
1344
+ #: sphinx/cmd/build.py:201
1347
1345
  msgid "with -W, keep going when getting warnings"
1348
1346
  msgstr ""
1349
1347
 
1350
- #: sphinx/cmd/build.py:189
1348
+ #: sphinx/cmd/build.py:203
1351
1349
  msgid "show full traceback on exception"
1352
1350
  msgstr ""
1353
1351
 
1354
- #: sphinx/cmd/build.py:191
1352
+ #: sphinx/cmd/build.py:205
1355
1353
  msgid "run Pdb on exception"
1356
1354
  msgstr ""
1357
1355
 
1358
- #: sphinx/cmd/build.py:215
1356
+ #: sphinx/cmd/build.py:229
1359
1357
  msgid "cannot combine -a option and filenames"
1360
1358
  msgstr ""
1361
1359
 
1362
- #: sphinx/cmd/build.py:236
1360
+ #: sphinx/cmd/build.py:250
1363
1361
  #, python-format
1364
1362
  msgid "cannot open warning file %r: %s"
1365
1363
  msgstr ""
1366
1364
 
1367
- #: sphinx/cmd/build.py:250
1365
+ #: sphinx/cmd/build.py:264
1368
1366
  msgid "-D option argument must be in the form name=value"
1369
1367
  msgstr ""
1370
1368
 
1371
- #: sphinx/cmd/build.py:257
1369
+ #: sphinx/cmd/build.py:271
1372
1370
  msgid "-A option argument must be in the form name=value"
1373
1371
  msgstr ""
1374
1372
 
1375
- #: sphinx/cmd/quickstart.py:39
1373
+ #: sphinx/cmd/quickstart.py:48
1376
1374
  msgid "automatically insert docstrings from modules"
1377
1375
  msgstr ""
1378
1376
 
1379
- #: sphinx/cmd/quickstart.py:40
1377
+ #: sphinx/cmd/quickstart.py:49
1380
1378
  msgid "automatically test code snippets in doctest blocks"
1381
1379
  msgstr ""
1382
1380
 
1383
- #: sphinx/cmd/quickstart.py:41
1381
+ #: sphinx/cmd/quickstart.py:50
1384
1382
  msgid "link between Sphinx documentation of different projects"
1385
1383
  msgstr ""
1386
1384
 
1387
- #: sphinx/cmd/quickstart.py:42
1385
+ #: sphinx/cmd/quickstart.py:51
1388
1386
  msgid "write \"todo\" entries that can be shown or hidden on build"
1389
1387
  msgstr ""
1390
1388
 
1391
- #: sphinx/cmd/quickstart.py:43
1389
+ #: sphinx/cmd/quickstart.py:52
1392
1390
  msgid "checks for documentation coverage"
1393
1391
  msgstr ""
1394
1392
 
1395
- #: sphinx/cmd/quickstart.py:44
1393
+ #: sphinx/cmd/quickstart.py:53
1396
1394
  msgid "include math, rendered as PNG or SVG images"
1397
1395
  msgstr ""
1398
1396
 
1399
- #: sphinx/cmd/quickstart.py:45
1397
+ #: sphinx/cmd/quickstart.py:54
1400
1398
  msgid "include math, rendered in the browser by MathJax"
1401
1399
  msgstr ""
1402
1400
 
1403
- #: sphinx/cmd/quickstart.py:46
1401
+ #: sphinx/cmd/quickstart.py:55
1404
1402
  msgid "conditional inclusion of content based on config values"
1405
1403
  msgstr ""
1406
1404
 
1407
- #: sphinx/cmd/quickstart.py:47
1405
+ #: sphinx/cmd/quickstart.py:56
1408
1406
  msgid "include links to the source code of documented Python objects"
1409
1407
  msgstr ""
1410
1408
 
1411
- #: sphinx/cmd/quickstart.py:48
1409
+ #: sphinx/cmd/quickstart.py:57
1412
1410
  msgid "create .nojekyll file to publish the document on GitHub pages"
1413
1411
  msgstr ""
1414
1412
 
1415
- #: sphinx/cmd/quickstart.py:90
1413
+ #: sphinx/cmd/quickstart.py:99
1416
1414
  msgid "Please enter a valid path name."
1417
1415
  msgstr ""
1418
1416
 
1419
- #: sphinx/cmd/quickstart.py:106
1417
+ #: sphinx/cmd/quickstart.py:115
1420
1418
  msgid "Please enter some text."
1421
1419
  msgstr ""
1422
1420
 
1423
- #: sphinx/cmd/quickstart.py:113
1421
+ #: sphinx/cmd/quickstart.py:122
1424
1422
  #, python-format
1425
1423
  msgid "Please enter one of %s."
1426
1424
  msgstr ""
1427
1425
 
1428
- #: sphinx/cmd/quickstart.py:120
1426
+ #: sphinx/cmd/quickstart.py:129
1429
1427
  msgid "Please enter either 'y' or 'n'."
1430
1428
  msgstr ""
1431
1429
 
1432
- #: sphinx/cmd/quickstart.py:126
1430
+ #: sphinx/cmd/quickstart.py:135
1433
1431
  msgid "Please enter a file suffix, e.g. '.rst' or '.txt'."
1434
1432
  msgstr ""
1435
1433
 
1436
- #: sphinx/cmd/quickstart.py:206
1434
+ #: sphinx/cmd/quickstart.py:215
1437
1435
  #, python-format
1438
1436
  msgid "Welcome to the Sphinx %s quickstart utility."
1439
1437
  msgstr ""
1440
1438
 
1441
- #: sphinx/cmd/quickstart.py:208
1439
+ #: sphinx/cmd/quickstart.py:217
1442
1440
  msgid ""
1443
1441
  "Please enter values for the following settings (just press Enter to\n"
1444
1442
  "accept a default value, if one is given in brackets)."
1445
1443
  msgstr ""
1446
1444
 
1447
- #: sphinx/cmd/quickstart.py:213
1445
+ #: sphinx/cmd/quickstart.py:222
1448
1446
  #, python-format
1449
1447
  msgid "Selected root path: %s"
1450
1448
  msgstr ""
1451
1449
 
1452
- #: sphinx/cmd/quickstart.py:216
1450
+ #: sphinx/cmd/quickstart.py:225
1453
1451
  msgid "Enter the root path for documentation."
1454
1452
  msgstr ""
1455
1453
 
1456
- #: sphinx/cmd/quickstart.py:217
1454
+ #: sphinx/cmd/quickstart.py:226
1457
1455
  msgid "Root path for the documentation"
1458
1456
  msgstr ""
1459
1457
 
1460
- #: sphinx/cmd/quickstart.py:222
1458
+ #: sphinx/cmd/quickstart.py:231
1461
1459
  msgid "Error: an existing conf.py has been found in the selected root path."
1462
1460
  msgstr ""
1463
1461
 
1464
- #: sphinx/cmd/quickstart.py:224
1462
+ #: sphinx/cmd/quickstart.py:233
1465
1463
  msgid "sphinx-quickstart will not overwrite existing Sphinx projects."
1466
1464
  msgstr ""
1467
1465
 
1468
- #: sphinx/cmd/quickstart.py:226
1466
+ #: sphinx/cmd/quickstart.py:235
1469
1467
  msgid "Please enter a new root path (or just Enter to exit)"
1470
1468
  msgstr ""
1471
1469
 
1472
- #: sphinx/cmd/quickstart.py:233
1470
+ #: sphinx/cmd/quickstart.py:242
1473
1471
  msgid ""
1474
1472
  "You have two options for placing the build directory for Sphinx output.\n"
1475
1473
  "Either, you use a directory \"_build\" within the root path, or you separate\n"
1476
1474
  "\"source\" and \"build\" directories within the root path."
1477
1475
  msgstr ""
1478
1476
 
1479
- #: sphinx/cmd/quickstart.py:236
1477
+ #: sphinx/cmd/quickstart.py:245
1480
1478
  msgid "Separate source and build directories (y/n)"
1481
1479
  msgstr ""
1482
1480
 
1483
- #: sphinx/cmd/quickstart.py:240
1481
+ #: sphinx/cmd/quickstart.py:249
1484
1482
  msgid ""
1485
1483
  "Inside the root directory, two more directories will be created; \"_templates\"\n"
1486
1484
  "for custom HTML templates and \"_static\" for custom stylesheets and other static\n"
1487
1485
  "files. You can enter another prefix (such as \".\") to replace the underscore."
1488
1486
  msgstr ""
1489
1487
 
1490
- #: sphinx/cmd/quickstart.py:243
1488
+ #: sphinx/cmd/quickstart.py:252
1491
1489
  msgid "Name prefix for templates and static dir"
1492
1490
  msgstr ""
1493
1491
 
1494
- #: sphinx/cmd/quickstart.py:247
1492
+ #: sphinx/cmd/quickstart.py:256
1495
1493
  msgid ""
1496
1494
  "The project name will occur in several places in the built documentation."
1497
1495
  msgstr ""
1498
1496
 
1499
- #: sphinx/cmd/quickstart.py:248
1497
+ #: sphinx/cmd/quickstart.py:257
1500
1498
  msgid "Project name"
1501
1499
  msgstr ""
1502
1500
 
1503
- #: sphinx/cmd/quickstart.py:250
1501
+ #: sphinx/cmd/quickstart.py:259
1504
1502
  msgid "Author name(s)"
1505
1503
  msgstr ""
1506
1504
 
1507
- #: sphinx/cmd/quickstart.py:254
1505
+ #: sphinx/cmd/quickstart.py:263
1508
1506
  msgid ""
1509
1507
  "Sphinx has the notion of a \"version\" and a \"release\" for the\n"
1510
1508
  "software. Each version can have multiple releases. For example, for\n"
@@ -1513,15 +1511,15 @@ msgid ""
1513
1511
  "just set both to the same value."
1514
1512
  msgstr ""
1515
1513
 
1516
- #: sphinx/cmd/quickstart.py:259
1514
+ #: sphinx/cmd/quickstart.py:268
1517
1515
  msgid "Project version"
1518
1516
  msgstr ""
1519
1517
 
1520
- #: sphinx/cmd/quickstart.py:261
1518
+ #: sphinx/cmd/quickstart.py:270
1521
1519
  msgid "Project release"
1522
1520
  msgstr ""
1523
1521
 
1524
- #: sphinx/cmd/quickstart.py:265
1522
+ #: sphinx/cmd/quickstart.py:274
1525
1523
  msgid ""
1526
1524
  "If the documents are to be written in a language other than English,\n"
1527
1525
  "you can select a language here by its language code. Sphinx will then\n"
@@ -1531,21 +1529,21 @@ msgid ""
1531
1529
  "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language."
1532
1530
  msgstr ""
1533
1531
 
1534
- #: sphinx/cmd/quickstart.py:273
1532
+ #: sphinx/cmd/quickstart.py:282
1535
1533
  msgid "Project language"
1536
1534
  msgstr ""
1537
1535
 
1538
- #: sphinx/cmd/quickstart.py:279
1536
+ #: sphinx/cmd/quickstart.py:288
1539
1537
  msgid ""
1540
1538
  "The file name suffix for source files. Commonly, this is either \".txt\"\n"
1541
1539
  "or \".rst\". Only files with this suffix are considered documents."
1542
1540
  msgstr ""
1543
1541
 
1544
- #: sphinx/cmd/quickstart.py:281
1542
+ #: sphinx/cmd/quickstart.py:290
1545
1543
  msgid "Source file suffix"
1546
1544
  msgstr ""
1547
1545
 
1548
- #: sphinx/cmd/quickstart.py:285
1546
+ #: sphinx/cmd/quickstart.py:294
1549
1547
  msgid ""
1550
1548
  "One document is special in that it is considered the top node of the\n"
1551
1549
  "\"contents tree\", that is, it is the root of the hierarchical structure\n"
@@ -1553,91 +1551,91 @@ msgid ""
1553
1551
  "document is a custom template, you can also set this to another filename."
1554
1552
  msgstr ""
1555
1553
 
1556
- #: sphinx/cmd/quickstart.py:289
1554
+ #: sphinx/cmd/quickstart.py:298
1557
1555
  msgid "Name of your master document (without suffix)"
1558
1556
  msgstr ""
1559
1557
 
1560
- #: sphinx/cmd/quickstart.py:294
1558
+ #: sphinx/cmd/quickstart.py:303
1561
1559
  #, python-format
1562
1560
  msgid ""
1563
1561
  "Error: the master file %s has already been found in the selected root path."
1564
1562
  msgstr ""
1565
1563
 
1566
- #: sphinx/cmd/quickstart.py:296
1564
+ #: sphinx/cmd/quickstart.py:305
1567
1565
  msgid "sphinx-quickstart will not overwrite the existing file."
1568
1566
  msgstr ""
1569
1567
 
1570
- #: sphinx/cmd/quickstart.py:298
1568
+ #: sphinx/cmd/quickstart.py:307
1571
1569
  msgid ""
1572
1570
  "Please enter a new file name, or rename the existing file and press Enter"
1573
1571
  msgstr ""
1574
1572
 
1575
- #: sphinx/cmd/quickstart.py:302
1573
+ #: sphinx/cmd/quickstart.py:311
1576
1574
  msgid "Indicate which of the following Sphinx extensions should be enabled:"
1577
1575
  msgstr ""
1578
1576
 
1579
- #: sphinx/cmd/quickstart.py:310
1577
+ #: sphinx/cmd/quickstart.py:319
1580
1578
  msgid ""
1581
1579
  "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has "
1582
1580
  "been deselected."
1583
1581
  msgstr ""
1584
1582
 
1585
- #: sphinx/cmd/quickstart.py:316
1583
+ #: sphinx/cmd/quickstart.py:325
1586
1584
  msgid ""
1587
1585
  "A Makefile and a Windows command file can be generated for you so that you\n"
1588
1586
  "only have to run e.g. `make html' instead of invoking sphinx-build\n"
1589
1587
  "directly."
1590
1588
  msgstr ""
1591
1589
 
1592
- #: sphinx/cmd/quickstart.py:319
1590
+ #: sphinx/cmd/quickstart.py:328
1593
1591
  msgid "Create Makefile? (y/n)"
1594
1592
  msgstr ""
1595
1593
 
1596
- #: sphinx/cmd/quickstart.py:322
1594
+ #: sphinx/cmd/quickstart.py:331
1597
1595
  msgid "Create Windows command file? (y/n)"
1598
1596
  msgstr ""
1599
1597
 
1600
- #: sphinx/cmd/quickstart.py:366 sphinx/ext/apidoc.py:86
1598
+ #: sphinx/cmd/quickstart.py:375 sphinx/ext/apidoc.py:93
1601
1599
  #, python-format
1602
1600
  msgid "Creating file %s."
1603
1601
  msgstr ""
1604
1602
 
1605
- #: sphinx/cmd/quickstart.py:371 sphinx/ext/apidoc.py:83
1603
+ #: sphinx/cmd/quickstart.py:380 sphinx/ext/apidoc.py:90
1606
1604
  #, python-format
1607
1605
  msgid "File %s already exists, skipping."
1608
1606
  msgstr ""
1609
1607
 
1610
- #: sphinx/cmd/quickstart.py:413
1608
+ #: sphinx/cmd/quickstart.py:422
1611
1609
  msgid "Finished: An initial directory structure has been created."
1612
1610
  msgstr ""
1613
1611
 
1614
- #: sphinx/cmd/quickstart.py:415
1612
+ #: sphinx/cmd/quickstart.py:424
1615
1613
  #, python-format
1616
1614
  msgid ""
1617
1615
  "You should now populate your master file %s and create other documentation\n"
1618
1616
  "source files. "
1619
1617
  msgstr ""
1620
1618
 
1621
- #: sphinx/cmd/quickstart.py:418
1619
+ #: sphinx/cmd/quickstart.py:427
1622
1620
  msgid ""
1623
1621
  "Use the Makefile to build the docs, like so:\n"
1624
1622
  " make builder"
1625
1623
  msgstr ""
1626
1624
 
1627
- #: sphinx/cmd/quickstart.py:421
1625
+ #: sphinx/cmd/quickstart.py:430
1628
1626
  #, python-format
1629
1627
  msgid ""
1630
1628
  "Use the sphinx-build command to build the docs, like so:\n"
1631
1629
  " sphinx-build -b builder %s %s"
1632
1630
  msgstr ""
1633
1631
 
1634
- #: sphinx/cmd/quickstart.py:423
1632
+ #: sphinx/cmd/quickstart.py:432
1635
1633
  msgid ""
1636
1634
  "where \"builder\" is one of the supported builders, e.g. html, latex or "
1637
1635
  "linkcheck."
1638
1636
  msgstr ""
1639
1637
 
1640
- #: sphinx/cmd/quickstart.py:458
1638
+ #: sphinx/cmd/quickstart.py:467
1641
1639
  msgid ""
1642
1640
  "\n"
1643
1641
  "Generate required files for a Sphinx project.\n"
@@ -1647,226 +1645,226 @@ msgid ""
1647
1645
  "Makefile to be used with sphinx-build.\n"
1648
1646
  msgstr ""
1649
1647
 
1650
- #: sphinx/cmd/quickstart.py:473
1648
+ #: sphinx/cmd/quickstart.py:482
1651
1649
  msgid "quiet mode"
1652
1650
  msgstr ""
1653
1651
 
1654
- #: sphinx/cmd/quickstart.py:478
1652
+ #: sphinx/cmd/quickstart.py:487
1655
1653
  msgid "project root"
1656
1654
  msgstr ""
1657
1655
 
1658
- #: sphinx/cmd/quickstart.py:480
1656
+ #: sphinx/cmd/quickstart.py:489
1659
1657
  msgid "Structure options"
1660
1658
  msgstr ""
1661
1659
 
1662
- #: sphinx/cmd/quickstart.py:482
1660
+ #: sphinx/cmd/quickstart.py:491
1663
1661
  msgid "if specified, separate source and build dirs"
1664
1662
  msgstr ""
1665
1663
 
1666
- #: sphinx/cmd/quickstart.py:484
1664
+ #: sphinx/cmd/quickstart.py:493
1667
1665
  msgid "if specified, create build dir under source dir"
1668
1666
  msgstr ""
1669
1667
 
1670
- #: sphinx/cmd/quickstart.py:486
1668
+ #: sphinx/cmd/quickstart.py:495
1671
1669
  msgid "replacement for dot in _templates etc."
1672
1670
  msgstr ""
1673
1671
 
1674
- #: sphinx/cmd/quickstart.py:488
1672
+ #: sphinx/cmd/quickstart.py:497
1675
1673
  msgid "Project basic options"
1676
1674
  msgstr ""
1677
1675
 
1678
- #: sphinx/cmd/quickstart.py:490
1676
+ #: sphinx/cmd/quickstart.py:499
1679
1677
  msgid "project name"
1680
1678
  msgstr ""
1681
1679
 
1682
- #: sphinx/cmd/quickstart.py:492
1680
+ #: sphinx/cmd/quickstart.py:501
1683
1681
  msgid "author names"
1684
1682
  msgstr ""
1685
1683
 
1686
- #: sphinx/cmd/quickstart.py:494
1684
+ #: sphinx/cmd/quickstart.py:503
1687
1685
  msgid "version of project"
1688
1686
  msgstr ""
1689
1687
 
1690
- #: sphinx/cmd/quickstart.py:496
1688
+ #: sphinx/cmd/quickstart.py:505
1691
1689
  msgid "release of project"
1692
1690
  msgstr ""
1693
1691
 
1694
- #: sphinx/cmd/quickstart.py:498
1692
+ #: sphinx/cmd/quickstart.py:507
1695
1693
  msgid "document language"
1696
1694
  msgstr ""
1697
1695
 
1698
- #: sphinx/cmd/quickstart.py:500
1696
+ #: sphinx/cmd/quickstart.py:509
1699
1697
  msgid "source file suffix"
1700
1698
  msgstr ""
1701
1699
 
1702
- #: sphinx/cmd/quickstart.py:502
1700
+ #: sphinx/cmd/quickstart.py:511
1703
1701
  msgid "master document name"
1704
1702
  msgstr ""
1705
1703
 
1706
- #: sphinx/cmd/quickstart.py:504
1704
+ #: sphinx/cmd/quickstart.py:513
1707
1705
  msgid "use epub"
1708
1706
  msgstr ""
1709
1707
 
1710
- #: sphinx/cmd/quickstart.py:506
1708
+ #: sphinx/cmd/quickstart.py:515
1711
1709
  msgid "Extension options"
1712
1710
  msgstr ""
1713
1711
 
1714
- #: sphinx/cmd/quickstart.py:510 sphinx/ext/apidoc.py:383
1712
+ #: sphinx/cmd/quickstart.py:519 sphinx/ext/apidoc.py:402
1715
1713
  #, python-format
1716
1714
  msgid "enable %s extension"
1717
1715
  msgstr ""
1718
1716
 
1719
- #: sphinx/cmd/quickstart.py:512 sphinx/ext/apidoc.py:379
1717
+ #: sphinx/cmd/quickstart.py:521 sphinx/ext/apidoc.py:398
1720
1718
  msgid "enable arbitrary extensions"
1721
1719
  msgstr ""
1722
1720
 
1723
- #: sphinx/cmd/quickstart.py:514
1721
+ #: sphinx/cmd/quickstart.py:523
1724
1722
  msgid "Makefile and Batchfile creation"
1725
1723
  msgstr ""
1726
1724
 
1727
- #: sphinx/cmd/quickstart.py:516
1725
+ #: sphinx/cmd/quickstart.py:525
1728
1726
  msgid "create makefile"
1729
1727
  msgstr ""
1730
1728
 
1731
- #: sphinx/cmd/quickstart.py:518
1729
+ #: sphinx/cmd/quickstart.py:527
1732
1730
  msgid "do not create makefile"
1733
1731
  msgstr ""
1734
1732
 
1735
- #: sphinx/cmd/quickstart.py:520
1733
+ #: sphinx/cmd/quickstart.py:529
1736
1734
  msgid "create batchfile"
1737
1735
  msgstr ""
1738
1736
 
1739
- #: sphinx/cmd/quickstart.py:523
1737
+ #: sphinx/cmd/quickstart.py:532
1740
1738
  msgid "do not create batchfile"
1741
1739
  msgstr ""
1742
1740
 
1743
- #: sphinx/cmd/quickstart.py:526
1741
+ #: sphinx/cmd/quickstart.py:535
1744
1742
  msgid "use make-mode for Makefile/make.bat"
1745
1743
  msgstr ""
1746
1744
 
1747
- #: sphinx/cmd/quickstart.py:529
1745
+ #: sphinx/cmd/quickstart.py:538
1748
1746
  msgid "do not use make-mode for Makefile/make.bat"
1749
1747
  msgstr ""
1750
1748
 
1751
- #: sphinx/cmd/quickstart.py:531 sphinx/ext/apidoc.py:385
1749
+ #: sphinx/cmd/quickstart.py:540 sphinx/ext/apidoc.py:404
1752
1750
  msgid "Project templating"
1753
1751
  msgstr ""
1754
1752
 
1755
- #: sphinx/cmd/quickstart.py:534 sphinx/ext/apidoc.py:388
1753
+ #: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:407
1756
1754
  msgid "template directory for template files"
1757
1755
  msgstr ""
1758
1756
 
1759
- #: sphinx/cmd/quickstart.py:537
1757
+ #: sphinx/cmd/quickstart.py:546
1760
1758
  msgid "define a template variable"
1761
1759
  msgstr ""
1762
1760
 
1763
- #: sphinx/cmd/quickstart.py:570
1761
+ #: sphinx/cmd/quickstart.py:579
1764
1762
  msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified."
1765
1763
  msgstr ""
1766
1764
 
1767
- #: sphinx/cmd/quickstart.py:584
1765
+ #: sphinx/cmd/quickstart.py:593
1768
1766
  msgid ""
1769
1767
  "Error: specified path is not a directory, or sphinx files already exist."
1770
1768
  msgstr ""
1771
1769
 
1772
- #: sphinx/cmd/quickstart.py:586
1770
+ #: sphinx/cmd/quickstart.py:595
1773
1771
  msgid ""
1774
1772
  "sphinx-quickstart only generate into a empty directory. Please specify a new"
1775
1773
  " root path."
1776
1774
  msgstr ""
1777
1775
 
1778
- #: sphinx/cmd/quickstart.py:601
1776
+ #: sphinx/cmd/quickstart.py:610
1779
1777
  #, python-format
1780
1778
  msgid "Invalid template variable: %s"
1781
1779
  msgstr ""
1782
1780
 
1783
- #: sphinx/directives/code.py:60
1781
+ #: sphinx/directives/code.py:61
1784
1782
  msgid "non-whitespace stripped by dedent"
1785
1783
  msgstr ""
1786
1784
 
1787
- #: sphinx/directives/code.py:81
1785
+ #: sphinx/directives/code.py:82
1788
1786
  #, python-format
1789
1787
  msgid "Invalid caption: %s"
1790
1788
  msgstr ""
1791
1789
 
1792
- #: sphinx/directives/code.py:126 sphinx/directives/code.py:276
1793
- #: sphinx/directives/code.py:452
1790
+ #: sphinx/directives/code.py:127 sphinx/directives/code.py:277
1791
+ #: sphinx/directives/code.py:453
1794
1792
  #, python-format
1795
1793
  msgid "line number spec is out of range(1-%d): %r"
1796
1794
  msgstr ""
1797
1795
 
1798
- #: sphinx/directives/code.py:205
1796
+ #: sphinx/directives/code.py:206
1799
1797
  #, python-format
1800
1798
  msgid "Cannot use both \"%s\" and \"%s\" options"
1801
1799
  msgstr ""
1802
1800
 
1803
- #: sphinx/directives/code.py:219
1801
+ #: sphinx/directives/code.py:220
1804
1802
  #, python-format
1805
1803
  msgid "Include file %r not found or reading it failed"
1806
1804
  msgstr ""
1807
1805
 
1808
- #: sphinx/directives/code.py:222
1806
+ #: sphinx/directives/code.py:223
1809
1807
  #, python-format
1810
1808
  msgid ""
1811
1809
  "Encoding %r used for reading included file %r seems to be wrong, try giving "
1812
1810
  "an :encoding: option"
1813
1811
  msgstr ""
1814
1812
 
1815
- #: sphinx/directives/code.py:259
1813
+ #: sphinx/directives/code.py:260
1816
1814
  #, python-format
1817
1815
  msgid "Object named %r not found in include file %r"
1818
1816
  msgstr ""
1819
1817
 
1820
- #: sphinx/directives/code.py:285
1818
+ #: sphinx/directives/code.py:286
1821
1819
  msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\""
1822
1820
  msgstr ""
1823
1821
 
1824
- #: sphinx/directives/code.py:290
1822
+ #: sphinx/directives/code.py:291
1825
1823
  #, python-format
1826
1824
  msgid "Line spec %r: no lines pulled from include file %r"
1827
1825
  msgstr ""
1828
1826
 
1829
- #: sphinx/directives/other.py:108
1827
+ #: sphinx/directives/other.py:116
1830
1828
  #, python-format
1831
1829
  msgid "toctree glob pattern %r didn't match any documents"
1832
1830
  msgstr ""
1833
1831
 
1834
- #: sphinx/directives/other.py:129 sphinx/environment/adapters/toctree.py:183
1832
+ #: sphinx/directives/other.py:142 sphinx/environment/adapters/toctree.py:323
1835
1833
  #, python-format
1836
1834
  msgid "toctree contains reference to excluded document %r"
1837
1835
  msgstr ""
1838
1836
 
1839
- #: sphinx/directives/other.py:132 sphinx/environment/adapters/toctree.py:187
1837
+ #: sphinx/directives/other.py:145 sphinx/environment/adapters/toctree.py:327
1840
1838
  #, python-format
1841
1839
  msgid "toctree contains reference to nonexisting document %r"
1842
1840
  msgstr ""
1843
1841
 
1844
- #: sphinx/directives/other.py:142
1842
+ #: sphinx/directives/other.py:156
1845
1843
  #, python-format
1846
1844
  msgid "duplicated entry found in toctree: %s"
1847
1845
  msgstr ""
1848
1846
 
1849
- #: sphinx/directives/other.py:174
1847
+ #: sphinx/directives/other.py:188
1850
1848
  msgid "Section author: "
1851
1849
  msgstr ""
1852
1850
 
1853
- #: sphinx/directives/other.py:176
1851
+ #: sphinx/directives/other.py:190
1854
1852
  msgid "Module author: "
1855
1853
  msgstr ""
1856
1854
 
1857
- #: sphinx/directives/other.py:178
1855
+ #: sphinx/directives/other.py:192
1858
1856
  msgid "Code author: "
1859
1857
  msgstr ""
1860
1858
 
1861
- #: sphinx/directives/other.py:180
1859
+ #: sphinx/directives/other.py:194
1862
1860
  msgid "Author: "
1863
1861
  msgstr ""
1864
1862
 
1865
- #: sphinx/directives/other.py:252
1863
+ #: sphinx/directives/other.py:266
1866
1864
  msgid ".. acks content is not a list"
1867
1865
  msgstr ""
1868
1866
 
1869
- #: sphinx/directives/other.py:277
1867
+ #: sphinx/directives/other.py:291
1870
1868
  msgid ".. hlist content is not a list"
1871
1869
  msgstr ""
1872
1870
 
@@ -1876,549 +1874,549 @@ msgid ""
1876
1874
  " a relative path from source directory. Please update your document."
1877
1875
  msgstr ""
1878
1876
 
1879
- #: sphinx/domains/__init__.py:394
1877
+ #: sphinx/domains/__init__.py:397
1880
1878
  #, python-format
1881
1879
  msgid "%s %s"
1882
1880
  msgstr ""
1883
1881
 
1884
- #: sphinx/domains/c.py:2036 sphinx/domains/c.py:3308
1882
+ #: sphinx/domains/c.py:2043 sphinx/domains/c.py:3318
1885
1883
  #, python-format
1886
1884
  msgid ""
1887
1885
  "Duplicate C declaration, also defined at %s:%s.\n"
1888
1886
  "Declaration is '.. c:%s:: %s'."
1889
1887
  msgstr ""
1890
1888
 
1891
- #: sphinx/domains/c.py:3247
1889
+ #: sphinx/domains/c.py:3257
1892
1890
  #, python-format
1893
1891
  msgid "%s (C %s)"
1894
1892
  msgstr ""
1895
1893
 
1896
- #: sphinx/domains/c.py:3346 sphinx/domains/cpp.py:7443
1897
- #: sphinx/domains/python.py:473 sphinx/ext/napoleon/docstring.py:755
1894
+ #: sphinx/domains/c.py:3356 sphinx/domains/cpp.py:7496
1895
+ #: sphinx/domains/python.py:682 sphinx/ext/napoleon/docstring.py:760
1898
1896
  msgid "Parameters"
1899
1897
  msgstr ""
1900
1898
 
1901
- #: sphinx/domains/c.py:3349 sphinx/domains/cpp.py:7449
1899
+ #: sphinx/domains/c.py:3359 sphinx/domains/cpp.py:7502
1902
1900
  msgid "Return values"
1903
1901
  msgstr ""
1904
1902
 
1905
- #: sphinx/domains/c.py:3352 sphinx/domains/cpp.py:7452
1906
- #: sphinx/domains/javascript.py:250 sphinx/domains/python.py:485
1903
+ #: sphinx/domains/c.py:3362 sphinx/domains/cpp.py:7505
1904
+ #: sphinx/domains/javascript.py:259 sphinx/domains/python.py:694
1907
1905
  msgid "Returns"
1908
1906
  msgstr ""
1909
1907
 
1910
- #: sphinx/domains/c.py:3354 sphinx/domains/javascript.py:252
1911
- #: sphinx/domains/python.py:487
1908
+ #: sphinx/domains/c.py:3364 sphinx/domains/javascript.py:261
1909
+ #: sphinx/domains/python.py:696
1912
1910
  msgid "Return type"
1913
1911
  msgstr ""
1914
1912
 
1915
- #: sphinx/domains/c.py:3720 sphinx/domains/cpp.py:7856
1913
+ #: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7909
1916
1914
  msgid "member"
1917
1915
  msgstr ""
1918
1916
 
1919
- #: sphinx/domains/c.py:3721
1917
+ #: sphinx/domains/c.py:3731
1920
1918
  msgid "variable"
1921
1919
  msgstr ""
1922
1920
 
1923
- #: sphinx/domains/c.py:3722 sphinx/domains/cpp.py:7855
1924
- #: sphinx/domains/javascript.py:352 sphinx/domains/python.py:1217
1921
+ #: sphinx/domains/c.py:3732 sphinx/domains/cpp.py:7908
1922
+ #: sphinx/domains/javascript.py:365 sphinx/domains/python.py:1454
1925
1923
  msgid "function"
1926
1924
  msgstr ""
1927
1925
 
1928
- #: sphinx/domains/c.py:3723
1926
+ #: sphinx/domains/c.py:3733
1929
1927
  msgid "macro"
1930
1928
  msgstr ""
1931
1929
 
1932
- #: sphinx/domains/c.py:3724
1930
+ #: sphinx/domains/c.py:3734
1933
1931
  msgid "struct"
1934
1932
  msgstr ""
1935
1933
 
1936
- #: sphinx/domains/c.py:3725 sphinx/domains/cpp.py:7854
1934
+ #: sphinx/domains/c.py:3735 sphinx/domains/cpp.py:7907
1937
1935
  msgid "union"
1938
1936
  msgstr ""
1939
1937
 
1940
- #: sphinx/domains/c.py:3726 sphinx/domains/cpp.py:7859
1938
+ #: sphinx/domains/c.py:3736 sphinx/domains/cpp.py:7912
1941
1939
  msgid "enum"
1942
1940
  msgstr ""
1943
1941
 
1944
- #: sphinx/domains/c.py:3727 sphinx/domains/cpp.py:7860
1942
+ #: sphinx/domains/c.py:3737 sphinx/domains/cpp.py:7913
1945
1943
  msgid "enumerator"
1946
1944
  msgstr ""
1947
1945
 
1948
- #: sphinx/domains/c.py:3728 sphinx/domains/cpp.py:7857
1946
+ #: sphinx/domains/c.py:3738 sphinx/domains/cpp.py:7910
1949
1947
  msgid "type"
1950
1948
  msgstr ""
1951
1949
 
1952
- #: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7862
1950
+ #: sphinx/domains/c.py:3740 sphinx/domains/cpp.py:7915
1953
1951
  msgid "function parameter"
1954
1952
  msgstr ""
1955
1953
 
1956
- #: sphinx/domains/changeset.py:22
1954
+ #: sphinx/domains/changeset.py:23
1957
1955
  #, python-format
1958
1956
  msgid "New in version %s"
1959
1957
  msgstr ""
1960
1958
 
1961
- #: sphinx/domains/changeset.py:23
1959
+ #: sphinx/domains/changeset.py:24
1962
1960
  #, python-format
1963
1961
  msgid "Changed in version %s"
1964
1962
  msgstr ""
1965
1963
 
1966
- #: sphinx/domains/changeset.py:24
1964
+ #: sphinx/domains/changeset.py:25
1967
1965
  #, python-format
1968
1966
  msgid "Deprecated since version %s"
1969
1967
  msgstr ""
1970
1968
 
1971
- #: sphinx/domains/citation.py:69
1969
+ #: sphinx/domains/citation.py:70
1972
1970
  #, python-format
1973
1971
  msgid "duplicate citation %s, other instance in %s"
1974
1972
  msgstr ""
1975
1973
 
1976
- #: sphinx/domains/citation.py:80
1974
+ #: sphinx/domains/citation.py:81
1977
1975
  #, python-format
1978
1976
  msgid "Citation [%s] is not referenced."
1979
1977
  msgstr ""
1980
1978
 
1981
- #: sphinx/domains/cpp.py:4908 sphinx/domains/cpp.py:7398
1979
+ #: sphinx/domains/cpp.py:4929 sphinx/domains/cpp.py:7423
1982
1980
  #, python-format
1983
1981
  msgid ""
1984
1982
  "Duplicate C++ declaration, also defined at %s:%s.\n"
1985
1983
  "Declaration is '.. cpp:%s:: %s'."
1986
1984
  msgstr ""
1987
1985
 
1988
- #: sphinx/domains/cpp.py:7196
1986
+ #: sphinx/domains/cpp.py:7218
1989
1987
  msgid "Template Parameters"
1990
1988
  msgstr ""
1991
1989
 
1992
- #: sphinx/domains/cpp.py:7315
1990
+ #: sphinx/domains/cpp.py:7340
1993
1991
  #, python-format
1994
1992
  msgid "%s (C++ %s)"
1995
1993
  msgstr ""
1996
1994
 
1997
- #: sphinx/domains/cpp.py:7446 sphinx/domains/javascript.py:247
1995
+ #: sphinx/domains/cpp.py:7499 sphinx/domains/javascript.py:256
1998
1996
  msgid "Throws"
1999
1997
  msgstr ""
2000
1998
 
2001
- #: sphinx/domains/cpp.py:7853 sphinx/domains/javascript.py:354
2002
- #: sphinx/domains/python.py:1219
1999
+ #: sphinx/domains/cpp.py:7906 sphinx/domains/javascript.py:367
2000
+ #: sphinx/domains/python.py:1456
2003
2001
  msgid "class"
2004
2002
  msgstr ""
2005
2003
 
2006
- #: sphinx/domains/cpp.py:7858
2004
+ #: sphinx/domains/cpp.py:7911
2007
2005
  msgid "concept"
2008
2006
  msgstr ""
2009
2007
 
2010
- #: sphinx/domains/cpp.py:7863
2008
+ #: sphinx/domains/cpp.py:7916
2011
2009
  msgid "template parameter"
2012
2010
  msgstr ""
2013
2011
 
2014
- #: sphinx/domains/javascript.py:154
2012
+ #: sphinx/domains/javascript.py:164
2015
2013
  #, python-format
2016
2014
  msgid "%s() (built-in function)"
2017
2015
  msgstr ""
2018
2016
 
2019
- #: sphinx/domains/javascript.py:155 sphinx/domains/python.py:888
2017
+ #: sphinx/domains/javascript.py:165 sphinx/domains/python.py:1121
2020
2018
  #, python-format
2021
2019
  msgid "%s() (%s method)"
2022
2020
  msgstr ""
2023
2021
 
2024
- #: sphinx/domains/javascript.py:157
2022
+ #: sphinx/domains/javascript.py:167
2025
2023
  #, python-format
2026
2024
  msgid "%s() (class)"
2027
2025
  msgstr ""
2028
2026
 
2029
- #: sphinx/domains/javascript.py:159
2027
+ #: sphinx/domains/javascript.py:169
2030
2028
  #, python-format
2031
2029
  msgid "%s (global variable or constant)"
2032
2030
  msgstr ""
2033
2031
 
2034
- #: sphinx/domains/javascript.py:161 sphinx/domains/python.py:973
2032
+ #: sphinx/domains/javascript.py:171 sphinx/domains/python.py:1206
2035
2033
  #, python-format
2036
2034
  msgid "%s (%s attribute)"
2037
2035
  msgstr ""
2038
2036
 
2039
- #: sphinx/domains/javascript.py:244
2037
+ #: sphinx/domains/javascript.py:253
2040
2038
  msgid "Arguments"
2041
2039
  msgstr ""
2042
2040
 
2043
- #: sphinx/domains/javascript.py:319
2041
+ #: sphinx/domains/javascript.py:329
2044
2042
  #, python-format
2045
2043
  msgid "%s (module)"
2046
2044
  msgstr ""
2047
2045
 
2048
- #: sphinx/domains/javascript.py:353 sphinx/domains/python.py:1221
2046
+ #: sphinx/domains/javascript.py:366 sphinx/domains/python.py:1458
2049
2047
  msgid "method"
2050
2048
  msgstr ""
2051
2049
 
2052
- #: sphinx/domains/javascript.py:355 sphinx/domains/python.py:1218
2050
+ #: sphinx/domains/javascript.py:368 sphinx/domains/python.py:1455
2053
2051
  msgid "data"
2054
2052
  msgstr ""
2055
2053
 
2056
- #: sphinx/domains/javascript.py:356 sphinx/domains/python.py:1224
2054
+ #: sphinx/domains/javascript.py:369 sphinx/domains/python.py:1461
2057
2055
  msgid "attribute"
2058
2056
  msgstr ""
2059
2057
 
2060
- #: sphinx/domains/javascript.py:357 sphinx/domains/python.py:1226
2058
+ #: sphinx/domains/javascript.py:370 sphinx/domains/python.py:1463
2061
2059
  msgid "module"
2062
2060
  msgstr ""
2063
2061
 
2064
- #: sphinx/domains/javascript.py:388
2062
+ #: sphinx/domains/javascript.py:401
2065
2063
  #, python-format
2066
2064
  msgid "duplicate %s description of %s, other %s in %s"
2067
2065
  msgstr ""
2068
2066
 
2069
- #: sphinx/domains/math.py:59
2067
+ #: sphinx/domains/math.py:61
2070
2068
  #, python-format
2071
2069
  msgid "duplicate label of equation %s, other instance in %s"
2072
2070
  msgstr ""
2073
2071
 
2074
- #: sphinx/domains/math.py:114 sphinx/writers/latex.py:2169
2072
+ #: sphinx/domains/math.py:116 sphinx/writers/latex.py:2252
2075
2073
  #, python-format
2076
2074
  msgid "Invalid math_eqref_format: %r"
2077
2075
  msgstr ""
2078
2076
 
2079
- #: sphinx/domains/python.py:478
2077
+ #: sphinx/domains/python.py:687
2080
2078
  msgid "Variables"
2081
2079
  msgstr ""
2082
2080
 
2083
- #: sphinx/domains/python.py:482
2081
+ #: sphinx/domains/python.py:691
2084
2082
  msgid "Raises"
2085
2083
  msgstr ""
2086
2084
 
2087
- #: sphinx/domains/python.py:742 sphinx/domains/python.py:879
2085
+ #: sphinx/domains/python.py:975 sphinx/domains/python.py:1112
2088
2086
  #, python-format
2089
2087
  msgid "%s() (in module %s)"
2090
2088
  msgstr ""
2091
2089
 
2092
- #: sphinx/domains/python.py:802 sphinx/domains/python.py:969
2093
- #: sphinx/domains/python.py:1020
2090
+ #: sphinx/domains/python.py:1035 sphinx/domains/python.py:1202
2091
+ #: sphinx/domains/python.py:1253
2094
2092
  #, python-format
2095
2093
  msgid "%s (in module %s)"
2096
2094
  msgstr ""
2097
2095
 
2098
- #: sphinx/domains/python.py:804
2096
+ #: sphinx/domains/python.py:1037
2099
2097
  #, python-format
2100
2098
  msgid "%s (built-in variable)"
2101
2099
  msgstr ""
2102
2100
 
2103
- #: sphinx/domains/python.py:829
2101
+ #: sphinx/domains/python.py:1062
2104
2102
  #, python-format
2105
2103
  msgid "%s (built-in class)"
2106
2104
  msgstr ""
2107
2105
 
2108
- #: sphinx/domains/python.py:830
2106
+ #: sphinx/domains/python.py:1063
2109
2107
  #, python-format
2110
2108
  msgid "%s (class in %s)"
2111
2109
  msgstr ""
2112
2110
 
2113
- #: sphinx/domains/python.py:884
2111
+ #: sphinx/domains/python.py:1117
2114
2112
  #, python-format
2115
2113
  msgid "%s() (%s class method)"
2116
2114
  msgstr ""
2117
2115
 
2118
- #: sphinx/domains/python.py:886
2116
+ #: sphinx/domains/python.py:1119
2119
2117
  #, python-format
2120
2118
  msgid "%s() (%s static method)"
2121
2119
  msgstr ""
2122
2120
 
2123
- #: sphinx/domains/python.py:1024
2121
+ #: sphinx/domains/python.py:1257
2124
2122
  #, python-format
2125
2123
  msgid "%s (%s property)"
2126
2124
  msgstr ""
2127
2125
 
2128
- #: sphinx/domains/python.py:1146
2126
+ #: sphinx/domains/python.py:1383
2129
2127
  msgid "Python Module Index"
2130
2128
  msgstr ""
2131
2129
 
2132
- #: sphinx/domains/python.py:1147
2130
+ #: sphinx/domains/python.py:1384
2133
2131
  msgid "modules"
2134
2132
  msgstr ""
2135
2133
 
2136
- #: sphinx/domains/python.py:1196
2134
+ #: sphinx/domains/python.py:1433
2137
2135
  msgid "Deprecated"
2138
2136
  msgstr ""
2139
2137
 
2140
- #: sphinx/domains/python.py:1220
2138
+ #: sphinx/domains/python.py:1457
2141
2139
  msgid "exception"
2142
2140
  msgstr ""
2143
2141
 
2144
- #: sphinx/domains/python.py:1222
2142
+ #: sphinx/domains/python.py:1459
2145
2143
  msgid "class method"
2146
2144
  msgstr ""
2147
2145
 
2148
- #: sphinx/domains/python.py:1223
2146
+ #: sphinx/domains/python.py:1460
2149
2147
  msgid "static method"
2150
2148
  msgstr ""
2151
2149
 
2152
- #: sphinx/domains/python.py:1225
2150
+ #: sphinx/domains/python.py:1462
2153
2151
  msgid "property"
2154
2152
  msgstr ""
2155
2153
 
2156
- #: sphinx/domains/python.py:1283
2154
+ #: sphinx/domains/python.py:1520
2157
2155
  #, python-format
2158
2156
  msgid ""
2159
- "duplicate object description of %s, other instance in %s, use :noindex: for "
2160
- "one of them"
2157
+ "duplicate object description of %s, other instance in %s, use :no-index: for"
2158
+ " one of them"
2161
2159
  msgstr ""
2162
2160
 
2163
- #: sphinx/domains/python.py:1403
2161
+ #: sphinx/domains/python.py:1640
2164
2162
  #, python-format
2165
2163
  msgid "more than one target found for cross-reference %r: %s"
2166
2164
  msgstr ""
2167
2165
 
2168
- #: sphinx/domains/python.py:1464
2166
+ #: sphinx/domains/python.py:1701
2169
2167
  msgid " (deprecated)"
2170
2168
  msgstr ""
2171
2169
 
2172
- #: sphinx/domains/rst.py:116 sphinx/domains/rst.py:172
2170
+ #: sphinx/domains/rst.py:125 sphinx/domains/rst.py:181
2173
2171
  #, python-format
2174
2172
  msgid "%s (directive)"
2175
2173
  msgstr ""
2176
2174
 
2177
- #: sphinx/domains/rst.py:173 sphinx/domains/rst.py:177
2175
+ #: sphinx/domains/rst.py:182 sphinx/domains/rst.py:186
2178
2176
  #, python-format
2179
2177
  msgid ":%s: (directive option)"
2180
2178
  msgstr ""
2181
2179
 
2182
- #: sphinx/domains/rst.py:200
2180
+ #: sphinx/domains/rst.py:209
2183
2181
  #, python-format
2184
2182
  msgid "%s (role)"
2185
2183
  msgstr ""
2186
2184
 
2187
- #: sphinx/domains/rst.py:209
2185
+ #: sphinx/domains/rst.py:218
2188
2186
  msgid "directive"
2189
2187
  msgstr ""
2190
2188
 
2191
- #: sphinx/domains/rst.py:210
2189
+ #: sphinx/domains/rst.py:219
2192
2190
  msgid "directive-option"
2193
2191
  msgstr ""
2194
2192
 
2195
- #: sphinx/domains/rst.py:211
2193
+ #: sphinx/domains/rst.py:220
2196
2194
  msgid "role"
2197
2195
  msgstr ""
2198
2196
 
2199
- #: sphinx/domains/rst.py:233
2197
+ #: sphinx/domains/rst.py:242
2200
2198
  #, python-format
2201
2199
  msgid "duplicate description of %s %s, other instance in %s"
2202
2200
  msgstr ""
2203
2201
 
2204
- #: sphinx/domains/std.py:77 sphinx/domains/std.py:94
2202
+ #: sphinx/domains/std.py:79 sphinx/domains/std.py:96
2205
2203
  #, python-format
2206
2204
  msgid "environment variable; %s"
2207
2205
  msgstr ""
2208
2206
 
2209
- #: sphinx/domains/std.py:153
2207
+ #: sphinx/domains/std.py:155
2210
2208
  #, python-format
2211
2209
  msgid ""
2212
2210
  "Malformed option description %r, should look like \"opt\", \"-opt args\", \""
2213
2211
  "--opt args\", \"/opt args\" or \"+opt args\""
2214
2212
  msgstr ""
2215
2213
 
2216
- #: sphinx/domains/std.py:224
2214
+ #: sphinx/domains/std.py:226
2217
2215
  #, python-format
2218
2216
  msgid "%s command line option"
2219
2217
  msgstr ""
2220
2218
 
2221
- #: sphinx/domains/std.py:226
2219
+ #: sphinx/domains/std.py:228
2222
2220
  msgid "command line option"
2223
2221
  msgstr ""
2224
2222
 
2225
- #: sphinx/domains/std.py:344
2223
+ #: sphinx/domains/std.py:346
2226
2224
  msgid "glossary term must be preceded by empty line"
2227
2225
  msgstr ""
2228
2226
 
2229
- #: sphinx/domains/std.py:352
2227
+ #: sphinx/domains/std.py:354
2230
2228
  msgid "glossary terms must not be separated by empty lines"
2231
2229
  msgstr ""
2232
2230
 
2233
- #: sphinx/domains/std.py:358 sphinx/domains/std.py:371
2231
+ #: sphinx/domains/std.py:360 sphinx/domains/std.py:373
2234
2232
  msgid "glossary seems to be misformatted, check indentation"
2235
2233
  msgstr ""
2236
2234
 
2237
- #: sphinx/domains/std.py:512
2235
+ #: sphinx/domains/std.py:516
2238
2236
  msgid "glossary term"
2239
2237
  msgstr ""
2240
2238
 
2241
- #: sphinx/domains/std.py:513
2239
+ #: sphinx/domains/std.py:517
2242
2240
  msgid "grammar token"
2243
2241
  msgstr ""
2244
2242
 
2245
- #: sphinx/domains/std.py:514
2243
+ #: sphinx/domains/std.py:518
2246
2244
  msgid "reference label"
2247
2245
  msgstr ""
2248
2246
 
2249
- #: sphinx/domains/std.py:516
2247
+ #: sphinx/domains/std.py:520
2250
2248
  msgid "environment variable"
2251
2249
  msgstr ""
2252
2250
 
2253
- #: sphinx/domains/std.py:517
2251
+ #: sphinx/domains/std.py:521
2254
2252
  msgid "program option"
2255
2253
  msgstr ""
2256
2254
 
2257
- #: sphinx/domains/std.py:518
2255
+ #: sphinx/domains/std.py:522
2258
2256
  msgid "document"
2259
2257
  msgstr ""
2260
2258
 
2261
- #: sphinx/domains/std.py:554 sphinx/domains/std.py:566
2259
+ #: sphinx/domains/std.py:558 sphinx/domains/std.py:570
2262
2260
  msgid "Module Index"
2263
2261
  msgstr ""
2264
2262
 
2265
- #: sphinx/domains/std.py:555 sphinx/domains/std.py:567
2263
+ #: sphinx/domains/std.py:559 sphinx/domains/std.py:571
2266
2264
  #: sphinx/themes/basic/defindex.html:25
2267
2265
  msgid "Search Page"
2268
2266
  msgstr ""
2269
2267
 
2270
- #: sphinx/domains/std.py:610 sphinx/domains/std.py:716
2271
- #: sphinx/ext/autosectionlabel.py:49
2268
+ #: sphinx/domains/std.py:614 sphinx/domains/std.py:720
2269
+ #: sphinx/ext/autosectionlabel.py:52
2272
2270
  #, python-format
2273
2271
  msgid "duplicate label %s, other instance in %s"
2274
2272
  msgstr ""
2275
2273
 
2276
- #: sphinx/domains/std.py:629
2274
+ #: sphinx/domains/std.py:633
2277
2275
  #, python-format
2278
2276
  msgid "duplicate %s description of %s, other instance in %s"
2279
2277
  msgstr ""
2280
2278
 
2281
- #: sphinx/domains/std.py:833
2279
+ #: sphinx/domains/std.py:839
2282
2280
  msgid "numfig is disabled. :numref: is ignored."
2283
2281
  msgstr ""
2284
2282
 
2285
- #: sphinx/domains/std.py:841
2283
+ #: sphinx/domains/std.py:847
2286
2284
  #, python-format
2287
2285
  msgid "Failed to create a cross reference. Any number is not assigned: %s"
2288
2286
  msgstr ""
2289
2287
 
2290
- #: sphinx/domains/std.py:853
2288
+ #: sphinx/domains/std.py:859
2291
2289
  #, python-format
2292
2290
  msgid "the link has no caption: %s"
2293
2291
  msgstr ""
2294
2292
 
2295
- #: sphinx/domains/std.py:867
2293
+ #: sphinx/domains/std.py:873
2296
2294
  #, python-format
2297
2295
  msgid "invalid numfig_format: %s (%r)"
2298
2296
  msgstr ""
2299
2297
 
2300
- #: sphinx/domains/std.py:870
2298
+ #: sphinx/domains/std.py:876
2301
2299
  #, python-format
2302
2300
  msgid "invalid numfig_format: %s"
2303
2301
  msgstr ""
2304
2302
 
2305
- #: sphinx/domains/std.py:1100
2303
+ #: sphinx/domains/std.py:1106
2306
2304
  #, python-format
2307
2305
  msgid "undefined label: %r"
2308
2306
  msgstr ""
2309
2307
 
2310
- #: sphinx/domains/std.py:1102
2308
+ #: sphinx/domains/std.py:1108
2311
2309
  #, python-format
2312
2310
  msgid "Failed to create a cross reference. A title or caption not found: %r"
2313
2311
  msgstr ""
2314
2312
 
2315
- #: sphinx/environment/__init__.py:67
2313
+ #: sphinx/environment/__init__.py:71
2316
2314
  msgid "new config"
2317
2315
  msgstr ""
2318
2316
 
2319
- #: sphinx/environment/__init__.py:68
2317
+ #: sphinx/environment/__init__.py:72
2320
2318
  msgid "config changed"
2321
2319
  msgstr ""
2322
2320
 
2323
- #: sphinx/environment/__init__.py:69
2321
+ #: sphinx/environment/__init__.py:73
2324
2322
  msgid "extensions changed"
2325
2323
  msgstr ""
2326
2324
 
2327
- #: sphinx/environment/__init__.py:271
2325
+ #: sphinx/environment/__init__.py:276
2328
2326
  msgid "build environment version not current"
2329
2327
  msgstr ""
2330
2328
 
2331
- #: sphinx/environment/__init__.py:273
2329
+ #: sphinx/environment/__init__.py:278
2332
2330
  msgid "source directory has changed"
2333
2331
  msgstr ""
2334
2332
 
2335
- #: sphinx/environment/__init__.py:352
2333
+ #: sphinx/environment/__init__.py:357
2336
2334
  msgid ""
2337
2335
  "This environment is incompatible with the selected builder, please choose "
2338
2336
  "another doctree directory."
2339
2337
  msgstr ""
2340
2338
 
2341
- #: sphinx/environment/__init__.py:451
2339
+ #: sphinx/environment/__init__.py:456
2342
2340
  #, python-format
2343
2341
  msgid "Failed to scan documents in %s: %r"
2344
2342
  msgstr ""
2345
2343
 
2346
- #: sphinx/environment/__init__.py:580
2344
+ #: sphinx/environment/__init__.py:593
2347
2345
  #, python-format
2348
2346
  msgid "Domain %r is not registered"
2349
2347
  msgstr ""
2350
2348
 
2351
- #: sphinx/environment/__init__.py:682
2352
- msgid "self referenced toctree found. Ignored."
2349
+ #: sphinx/environment/__init__.py:727
2350
+ msgid "document isn't included in any toctree"
2353
2351
  msgstr ""
2354
2352
 
2355
- #: sphinx/environment/__init__.py:724
2356
- msgid "document isn't included in any toctree"
2353
+ #: sphinx/environment/__init__.py:764
2354
+ msgid "self referenced toctree found. Ignored."
2357
2355
  msgstr ""
2358
2356
 
2359
- #: sphinx/environment/adapters/indexentries.py:72
2357
+ #: sphinx/environment/adapters/indexentries.py:69
2360
2358
  #, python-format
2361
2359
  msgid "see %s"
2362
2360
  msgstr ""
2363
2361
 
2364
- #: sphinx/environment/adapters/indexentries.py:76
2362
+ #: sphinx/environment/adapters/indexentries.py:73
2365
2363
  #, python-format
2366
2364
  msgid "see also %s"
2367
2365
  msgstr ""
2368
2366
 
2369
- #: sphinx/environment/adapters/indexentries.py:79
2367
+ #: sphinx/environment/adapters/indexentries.py:76
2370
2368
  #, python-format
2371
2369
  msgid "unknown index entry type %r"
2372
2370
  msgstr ""
2373
2371
 
2374
- #: sphinx/environment/adapters/indexentries.py:168
2372
+ #: sphinx/environment/adapters/indexentries.py:187
2375
2373
  #: sphinx/templates/latex/sphinxmessages.sty_t:11
2376
2374
  msgid "Symbols"
2377
2375
  msgstr ""
2378
2376
 
2379
- #: sphinx/environment/adapters/toctree.py:156
2377
+ #: sphinx/environment/adapters/toctree.py:296
2380
2378
  #, python-format
2381
2379
  msgid "circular toctree references detected, ignoring: %s <- %s"
2382
2380
  msgstr ""
2383
2381
 
2384
- #: sphinx/environment/adapters/toctree.py:177
2382
+ #: sphinx/environment/adapters/toctree.py:316
2385
2383
  #, python-format
2386
2384
  msgid ""
2387
2385
  "toctree contains reference to document %r that doesn't have a title: no link"
2388
2386
  " will be generated"
2389
2387
  msgstr ""
2390
2388
 
2391
- #: sphinx/environment/adapters/toctree.py:185
2389
+ #: sphinx/environment/adapters/toctree.py:325
2392
2390
  #, python-format
2393
2391
  msgid "toctree contains reference to non-included document %r"
2394
2392
  msgstr ""
2395
2393
 
2396
- #: sphinx/environment/collectors/asset.py:82
2394
+ #: sphinx/environment/collectors/asset.py:88
2397
2395
  #, python-format
2398
2396
  msgid "image file not readable: %s"
2399
2397
  msgstr ""
2400
2398
 
2401
- #: sphinx/environment/collectors/asset.py:101
2399
+ #: sphinx/environment/collectors/asset.py:107
2402
2400
  #, python-format
2403
2401
  msgid "image file %s not readable: %s"
2404
2402
  msgstr ""
2405
2403
 
2406
- #: sphinx/environment/collectors/asset.py:127
2404
+ #: sphinx/environment/collectors/asset.py:133
2407
2405
  #, python-format
2408
2406
  msgid "download file not readable: %s"
2409
2407
  msgstr ""
2410
2408
 
2411
- #: sphinx/environment/collectors/toctree.py:219
2409
+ #: sphinx/environment/collectors/toctree.py:224
2412
2410
  #, python-format
2413
2411
  msgid "%s is already assigned section numbers (nested numbered toctree?)"
2414
2412
  msgstr ""
2415
2413
 
2416
- #: sphinx/ext/apidoc.py:79
2414
+ #: sphinx/ext/apidoc.py:86
2417
2415
  #, python-format
2418
2416
  msgid "Would create file %s."
2419
2417
  msgstr ""
2420
2418
 
2421
- #: sphinx/ext/apidoc.py:301
2419
+ #: sphinx/ext/apidoc.py:320
2422
2420
  msgid ""
2423
2421
  "\n"
2424
2422
  "Look recursively in <MODULE_PATH> for Python modules and packages and create\n"
@@ -2430,231 +2428,226 @@ msgid ""
2430
2428
  "Note: By default this script will not overwrite already created files."
2431
2429
  msgstr ""
2432
2430
 
2433
- #: sphinx/ext/apidoc.py:314
2431
+ #: sphinx/ext/apidoc.py:333
2434
2432
  msgid "path to module to document"
2435
2433
  msgstr ""
2436
2434
 
2437
- #: sphinx/ext/apidoc.py:316
2435
+ #: sphinx/ext/apidoc.py:335
2438
2436
  msgid ""
2439
2437
  "fnmatch-style file and/or directory patterns to exclude from generation"
2440
2438
  msgstr ""
2441
2439
 
2442
- #: sphinx/ext/apidoc.py:321
2440
+ #: sphinx/ext/apidoc.py:340
2443
2441
  msgid "directory to place all output"
2444
2442
  msgstr ""
2445
2443
 
2446
- #: sphinx/ext/apidoc.py:326
2444
+ #: sphinx/ext/apidoc.py:345
2447
2445
  msgid "maximum depth of submodules to show in the TOC (default: 4)"
2448
2446
  msgstr ""
2449
2447
 
2450
- #: sphinx/ext/apidoc.py:329
2448
+ #: sphinx/ext/apidoc.py:348
2451
2449
  msgid "overwrite existing files"
2452
2450
  msgstr ""
2453
2451
 
2454
- #: sphinx/ext/apidoc.py:332
2452
+ #: sphinx/ext/apidoc.py:351
2455
2453
  msgid ""
2456
2454
  "follow symbolic links. Powerful when combined with "
2457
2455
  "collective.recipe.omelette."
2458
2456
  msgstr ""
2459
2457
 
2460
- #: sphinx/ext/apidoc.py:335
2458
+ #: sphinx/ext/apidoc.py:354
2461
2459
  msgid "run the script without creating files"
2462
2460
  msgstr ""
2463
2461
 
2464
- #: sphinx/ext/apidoc.py:338
2462
+ #: sphinx/ext/apidoc.py:357
2465
2463
  msgid "put documentation for each module on its own page"
2466
2464
  msgstr ""
2467
2465
 
2468
- #: sphinx/ext/apidoc.py:341
2466
+ #: sphinx/ext/apidoc.py:360
2469
2467
  msgid "include \"_private\" modules"
2470
2468
  msgstr ""
2471
2469
 
2472
- #: sphinx/ext/apidoc.py:343
2470
+ #: sphinx/ext/apidoc.py:362
2473
2471
  msgid "filename of table of contents (default: modules)"
2474
2472
  msgstr ""
2475
2473
 
2476
- #: sphinx/ext/apidoc.py:345
2474
+ #: sphinx/ext/apidoc.py:364
2477
2475
  msgid "don't create a table of contents file"
2478
2476
  msgstr ""
2479
2477
 
2480
- #: sphinx/ext/apidoc.py:348
2478
+ #: sphinx/ext/apidoc.py:367
2481
2479
  msgid ""
2482
2480
  "don't create headings for the module/package packages (e.g. when the "
2483
2481
  "docstrings already contain them)"
2484
2482
  msgstr ""
2485
2483
 
2486
- #: sphinx/ext/apidoc.py:353
2484
+ #: sphinx/ext/apidoc.py:372
2487
2485
  msgid "put module documentation before submodule documentation"
2488
2486
  msgstr ""
2489
2487
 
2490
- #: sphinx/ext/apidoc.py:357
2488
+ #: sphinx/ext/apidoc.py:376
2491
2489
  msgid ""
2492
2490
  "interpret module paths according to PEP-0420 implicit namespaces "
2493
2491
  "specification"
2494
2492
  msgstr ""
2495
2493
 
2496
- #: sphinx/ext/apidoc.py:361
2494
+ #: sphinx/ext/apidoc.py:380
2497
2495
  msgid "file suffix (default: rst)"
2498
2496
  msgstr ""
2499
2497
 
2500
- #: sphinx/ext/apidoc.py:363
2498
+ #: sphinx/ext/apidoc.py:382
2501
2499
  msgid "generate a full project with sphinx-quickstart"
2502
2500
  msgstr ""
2503
2501
 
2504
- #: sphinx/ext/apidoc.py:366
2502
+ #: sphinx/ext/apidoc.py:385
2505
2503
  msgid "append module_path to sys.path, used when --full is given"
2506
2504
  msgstr ""
2507
2505
 
2508
- #: sphinx/ext/apidoc.py:368
2506
+ #: sphinx/ext/apidoc.py:387
2509
2507
  msgid "project name (default: root module name)"
2510
2508
  msgstr ""
2511
2509
 
2512
- #: sphinx/ext/apidoc.py:370
2510
+ #: sphinx/ext/apidoc.py:389
2513
2511
  msgid "project author(s), used when --full is given"
2514
2512
  msgstr ""
2515
2513
 
2516
- #: sphinx/ext/apidoc.py:372
2514
+ #: sphinx/ext/apidoc.py:391
2517
2515
  msgid "project version, used when --full is given"
2518
2516
  msgstr ""
2519
2517
 
2520
- #: sphinx/ext/apidoc.py:374
2518
+ #: sphinx/ext/apidoc.py:393
2521
2519
  msgid "project release, used when --full is given, defaults to --doc-version"
2522
2520
  msgstr ""
2523
2521
 
2524
- #: sphinx/ext/apidoc.py:377
2522
+ #: sphinx/ext/apidoc.py:396
2525
2523
  msgid "extension options"
2526
2524
  msgstr ""
2527
2525
 
2528
- #: sphinx/ext/apidoc.py:410
2526
+ #: sphinx/ext/apidoc.py:429
2529
2527
  #, python-format
2530
2528
  msgid "%s is not a directory."
2531
2529
  msgstr ""
2532
2530
 
2533
- #: sphinx/ext/autosectionlabel.py:45
2531
+ #: sphinx/ext/autosectionlabel.py:48
2534
2532
  #, python-format
2535
2533
  msgid "section \"%s\" gets labeled as \"%s\""
2536
2534
  msgstr ""
2537
2535
 
2538
- #: sphinx/ext/coverage.py:40
2536
+ #: sphinx/ext/coverage.py:45
2539
2537
  #, python-format
2540
2538
  msgid "invalid regex %r in %s"
2541
2539
  msgstr ""
2542
2540
 
2543
- #: sphinx/ext/coverage.py:49
2541
+ #: sphinx/ext/coverage.py:73
2544
2542
  #, python-format
2545
2543
  msgid ""
2546
2544
  "Testing of coverage in the sources finished, look at the results in "
2547
2545
  "%(outdir)spython.txt."
2548
2546
  msgstr ""
2549
2547
 
2550
- #: sphinx/ext/coverage.py:63
2548
+ #: sphinx/ext/coverage.py:87
2551
2549
  #, python-format
2552
2550
  msgid "invalid regex %r in coverage_c_regexes"
2553
2551
  msgstr ""
2554
2552
 
2555
- #: sphinx/ext/coverage.py:124
2553
+ #: sphinx/ext/coverage.py:155
2556
2554
  #, python-format
2557
2555
  msgid "undocumented c api: %s [%s] in file %s"
2558
2556
  msgstr ""
2559
2557
 
2560
- #: sphinx/ext/coverage.py:156
2558
+ #: sphinx/ext/coverage.py:187
2561
2559
  #, python-format
2562
2560
  msgid "module %s could not be imported: %s"
2563
2561
  msgstr ""
2564
2562
 
2565
- #: sphinx/ext/coverage.py:252
2563
+ #: sphinx/ext/coverage.py:334
2566
2564
  #, python-format
2567
2565
  msgid "undocumented python function: %s :: %s"
2568
2566
  msgstr ""
2569
2567
 
2570
- #: sphinx/ext/coverage.py:268
2568
+ #: sphinx/ext/coverage.py:350
2571
2569
  #, python-format
2572
2570
  msgid "undocumented python class: %s :: %s"
2573
2571
  msgstr ""
2574
2572
 
2575
- #: sphinx/ext/coverage.py:281
2573
+ #: sphinx/ext/coverage.py:363
2576
2574
  #, python-format
2577
2575
  msgid "undocumented python method: %s :: %s :: %s"
2578
2576
  msgstr ""
2579
2577
 
2580
- #: sphinx/ext/doctest.py:112
2578
+ #: sphinx/ext/doctest.py:115
2581
2579
  #, python-format
2582
2580
  msgid "missing '+' or '-' in '%s' option."
2583
2581
  msgstr ""
2584
2582
 
2585
- #: sphinx/ext/doctest.py:117
2583
+ #: sphinx/ext/doctest.py:120
2586
2584
  #, python-format
2587
2585
  msgid "'%s' is not a valid option."
2588
2586
  msgstr ""
2589
2587
 
2590
- #: sphinx/ext/doctest.py:131
2588
+ #: sphinx/ext/doctest.py:134
2591
2589
  #, python-format
2592
2590
  msgid "'%s' is not a valid pyversion option"
2593
2591
  msgstr ""
2594
2592
 
2595
- #: sphinx/ext/doctest.py:214
2593
+ #: sphinx/ext/doctest.py:220
2596
2594
  msgid "invalid TestCode type"
2597
2595
  msgstr ""
2598
2596
 
2599
- #: sphinx/ext/doctest.py:272
2597
+ #: sphinx/ext/doctest.py:280
2600
2598
  #, python-format
2601
2599
  msgid ""
2602
2600
  "Testing of doctests in the sources finished, look at the results in "
2603
2601
  "%(outdir)s/output.txt."
2604
2602
  msgstr ""
2605
2603
 
2606
- #: sphinx/ext/doctest.py:422
2604
+ #: sphinx/ext/doctest.py:431
2607
2605
  #, python-format
2608
2606
  msgid "no code/output in %s block at %s:%s"
2609
2607
  msgstr ""
2610
2608
 
2611
- #: sphinx/ext/doctest.py:508
2609
+ #: sphinx/ext/doctest.py:521
2612
2610
  #, python-format
2613
2611
  msgid "ignoring invalid doctest code: %r"
2614
2612
  msgstr ""
2615
2613
 
2616
- #: sphinx/ext/duration.py:74
2614
+ #: sphinx/ext/duration.py:76
2617
2615
  msgid ""
2618
2616
  "====================== slowest reading durations ======================="
2619
2617
  msgstr ""
2620
2618
 
2621
- #: sphinx/ext/extlinks.py:77
2619
+ #: sphinx/ext/extlinks.py:82
2622
2620
  #, python-format
2623
2621
  msgid ""
2624
2622
  "hardcoded link %r could be replaced by an extlink (try using %r instead)"
2625
2623
  msgstr ""
2626
2624
 
2627
- #: sphinx/ext/graphviz.py:128
2625
+ #: sphinx/ext/graphviz.py:133
2628
2626
  msgid "Graphviz directive cannot have both content and a filename argument"
2629
2627
  msgstr ""
2630
2628
 
2631
- #: sphinx/ext/graphviz.py:138
2629
+ #: sphinx/ext/graphviz.py:143
2632
2630
  #, python-format
2633
2631
  msgid "External Graphviz file %r not found or reading it failed"
2634
2632
  msgstr ""
2635
2633
 
2636
- #: sphinx/ext/graphviz.py:145
2634
+ #: sphinx/ext/graphviz.py:150
2637
2635
  msgid "Ignoring \"graphviz\" directive without content."
2638
2636
  msgstr ""
2639
2637
 
2640
- #: sphinx/ext/graphviz.py:254
2638
+ #: sphinx/ext/graphviz.py:259
2641
2639
  #, python-format
2642
- msgid ""
2643
- "dot did not produce an output file:\n"
2644
- "[stderr]\n"
2645
- "%r\n"
2646
- "[stdout]\n"
2647
- "%r"
2640
+ msgid "graphviz_dot executable path must be set! %r"
2648
2641
  msgstr ""
2649
2642
 
2650
- #: sphinx/ext/graphviz.py:258
2643
+ #: sphinx/ext/graphviz.py:294
2651
2644
  #, python-format
2652
2645
  msgid ""
2653
2646
  "dot command %r cannot be run (needed for graphviz output), check the "
2654
2647
  "graphviz_dot setting"
2655
2648
  msgstr ""
2656
2649
 
2657
- #: sphinx/ext/graphviz.py:265
2650
+ #: sphinx/ext/graphviz.py:301
2658
2651
  #, python-format
2659
2652
  msgid ""
2660
2653
  "dot exited with error:\n"
@@ -2664,27 +2657,37 @@ msgid ""
2664
2657
  "%r"
2665
2658
  msgstr ""
2666
2659
 
2667
- #: sphinx/ext/graphviz.py:276
2660
+ #: sphinx/ext/graphviz.py:304
2661
+ #, python-format
2662
+ msgid ""
2663
+ "dot did not produce an output file:\n"
2664
+ "[stderr]\n"
2665
+ "%r\n"
2666
+ "[stdout]\n"
2667
+ "%r"
2668
+ msgstr ""
2669
+
2670
+ #: sphinx/ext/graphviz.py:320
2668
2671
  #, python-format
2669
2672
  msgid "graphviz_output_format must be one of 'png', 'svg', but is %r"
2670
2673
  msgstr ""
2671
2674
 
2672
- #: sphinx/ext/graphviz.py:280 sphinx/ext/graphviz.py:332
2673
- #: sphinx/ext/graphviz.py:369
2675
+ #: sphinx/ext/graphviz.py:324 sphinx/ext/graphviz.py:377
2676
+ #: sphinx/ext/graphviz.py:414
2674
2677
  #, python-format
2675
2678
  msgid "dot code %r: %s"
2676
2679
  msgstr ""
2677
2680
 
2678
- #: sphinx/ext/graphviz.py:382 sphinx/ext/graphviz.py:390
2681
+ #: sphinx/ext/graphviz.py:427 sphinx/ext/graphviz.py:435
2679
2682
  #, python-format
2680
2683
  msgid "[graph: %s]"
2681
2684
  msgstr ""
2682
2685
 
2683
- #: sphinx/ext/graphviz.py:384 sphinx/ext/graphviz.py:392
2686
+ #: sphinx/ext/graphviz.py:429 sphinx/ext/graphviz.py:437
2684
2687
  msgid "[graph]"
2685
2688
  msgstr ""
2686
2689
 
2687
- #: sphinx/ext/imgconverter.py:36
2690
+ #: sphinx/ext/imgconverter.py:38
2688
2691
  #, python-format
2689
2692
  msgid ""
2690
2693
  "Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n"
@@ -2692,7 +2695,7 @@ msgid ""
2692
2695
  "Traceback: %s"
2693
2696
  msgstr ""
2694
2697
 
2695
- #: sphinx/ext/imgconverter.py:45 sphinx/ext/imgconverter.py:69
2698
+ #: sphinx/ext/imgconverter.py:47 sphinx/ext/imgconverter.py:71
2696
2699
  #, python-format
2697
2700
  msgid ""
2698
2701
  "convert exited with error:\n"
@@ -2702,173 +2705,173 @@ msgid ""
2702
2705
  "%r"
2703
2706
  msgstr ""
2704
2707
 
2705
- #: sphinx/ext/imgconverter.py:64
2708
+ #: sphinx/ext/imgconverter.py:66
2706
2709
  #, python-format
2707
2710
  msgid "convert command %r cannot be run, check the image_converter setting"
2708
2711
  msgstr ""
2709
2712
 
2710
- #: sphinx/ext/imgmath.py:150
2713
+ #: sphinx/ext/imgmath.py:157
2711
2714
  #, python-format
2712
2715
  msgid ""
2713
2716
  "LaTeX command %r cannot be run (needed for math display), check the "
2714
2717
  "imgmath_latex setting"
2715
2718
  msgstr ""
2716
2719
 
2717
- #: sphinx/ext/imgmath.py:164
2720
+ #: sphinx/ext/imgmath.py:172
2718
2721
  #, python-format
2719
2722
  msgid ""
2720
2723
  "%s command %r cannot be run (needed for math display), check the imgmath_%s "
2721
2724
  "setting"
2722
2725
  msgstr ""
2723
2726
 
2724
- #: sphinx/ext/imgmath.py:320
2727
+ #: sphinx/ext/imgmath.py:326
2725
2728
  #, python-format
2726
2729
  msgid "display latex %r: %s"
2727
2730
  msgstr ""
2728
2731
 
2729
- #: sphinx/ext/imgmath.py:354
2732
+ #: sphinx/ext/imgmath.py:360
2730
2733
  #, python-format
2731
2734
  msgid "inline latex %r: %s"
2732
2735
  msgstr ""
2733
2736
 
2734
- #: sphinx/ext/imgmath.py:361 sphinx/ext/mathjax.py:49
2735
- msgid "Permalink to this equation"
2737
+ #: sphinx/ext/imgmath.py:367 sphinx/ext/mathjax.py:52
2738
+ msgid "Link to this equation"
2736
2739
  msgstr ""
2737
2740
 
2738
- #: sphinx/ext/intersphinx.py:192
2741
+ #: sphinx/ext/intersphinx.py:194
2739
2742
  #, python-format
2740
2743
  msgid "intersphinx inventory has moved: %s -> %s"
2741
2744
  msgstr ""
2742
2745
 
2743
- #: sphinx/ext/intersphinx.py:228
2746
+ #: sphinx/ext/intersphinx.py:229
2744
2747
  #, python-format
2745
2748
  msgid "loading intersphinx inventory from %s..."
2746
2749
  msgstr ""
2747
2750
 
2748
- #: sphinx/ext/intersphinx.py:242
2751
+ #: sphinx/ext/intersphinx.py:243
2749
2752
  msgid ""
2750
2753
  "encountered some issues with some of the inventories, but they had working "
2751
2754
  "alternatives:"
2752
2755
  msgstr ""
2753
2756
 
2754
- #: sphinx/ext/intersphinx.py:248
2757
+ #: sphinx/ext/intersphinx.py:249
2755
2758
  msgid "failed to reach any of the inventories with the following issues:"
2756
2759
  msgstr ""
2757
2760
 
2758
- #: sphinx/ext/intersphinx.py:301
2761
+ #: sphinx/ext/intersphinx.py:302
2759
2762
  #, python-format
2760
2763
  msgid "(in %s v%s)"
2761
2764
  msgstr ""
2762
2765
 
2763
- #: sphinx/ext/intersphinx.py:303
2766
+ #: sphinx/ext/intersphinx.py:304
2764
2767
  #, python-format
2765
2768
  msgid "(in %s)"
2766
2769
  msgstr ""
2767
2770
 
2768
- #: sphinx/ext/intersphinx.py:528
2771
+ #: sphinx/ext/intersphinx.py:536
2769
2772
  #, python-format
2770
2773
  msgid "inventory for external cross-reference not found: %s"
2771
2774
  msgstr ""
2772
2775
 
2773
- #: sphinx/ext/intersphinx.py:534
2776
+ #: sphinx/ext/intersphinx.py:542
2774
2777
  #, python-format
2775
2778
  msgid "role for external cross-reference not found: %s"
2776
2779
  msgstr ""
2777
2780
 
2778
- #: sphinx/ext/intersphinx.py:618
2781
+ #: sphinx/ext/intersphinx.py:633
2779
2782
  #, python-format
2780
2783
  msgid "external %s:%s reference target not found: %s"
2781
2784
  msgstr ""
2782
2785
 
2783
- #: sphinx/ext/intersphinx.py:643
2786
+ #: sphinx/ext/intersphinx.py:658
2784
2787
  #, python-format
2785
2788
  msgid "intersphinx identifier %r is not string. Ignored"
2786
2789
  msgstr ""
2787
2790
 
2788
- #: sphinx/ext/intersphinx.py:665
2791
+ #: sphinx/ext/intersphinx.py:680
2789
2792
  #, python-format
2790
2793
  msgid "Failed to read intersphinx_mapping[%s], ignored: %r"
2791
2794
  msgstr ""
2792
2795
 
2793
- #: sphinx/ext/linkcode.py:64 sphinx/ext/viewcode.py:180
2796
+ #: sphinx/ext/linkcode.py:68 sphinx/ext/viewcode.py:198
2794
2797
  msgid "[source]"
2795
2798
  msgstr ""
2796
2799
 
2797
- #: sphinx/ext/todo.py:64
2800
+ #: sphinx/ext/todo.py:67
2798
2801
  msgid "Todo"
2799
2802
  msgstr ""
2800
2803
 
2801
- #: sphinx/ext/todo.py:97
2804
+ #: sphinx/ext/todo.py:100
2802
2805
  #, python-format
2803
2806
  msgid "TODO entry found: %s"
2804
2807
  msgstr ""
2805
2808
 
2806
- #: sphinx/ext/todo.py:155
2809
+ #: sphinx/ext/todo.py:158
2807
2810
  msgid "<<original entry>>"
2808
2811
  msgstr ""
2809
2812
 
2810
- #: sphinx/ext/todo.py:157
2813
+ #: sphinx/ext/todo.py:160
2811
2814
  #, python-format
2812
2815
  msgid "(The <<original entry>> is located in %s, line %d.)"
2813
2816
  msgstr ""
2814
2817
 
2815
- #: sphinx/ext/todo.py:167
2818
+ #: sphinx/ext/todo.py:170
2816
2819
  msgid "original entry"
2817
2820
  msgstr ""
2818
2821
 
2819
- #: sphinx/ext/viewcode.py:237
2822
+ #: sphinx/ext/viewcode.py:255
2820
2823
  msgid "highlighting module code... "
2821
2824
  msgstr ""
2822
2825
 
2823
- #: sphinx/ext/viewcode.py:269
2826
+ #: sphinx/ext/viewcode.py:283
2824
2827
  msgid "[docs]"
2825
2828
  msgstr ""
2826
2829
 
2827
- #: sphinx/ext/viewcode.py:283
2830
+ #: sphinx/ext/viewcode.py:303
2828
2831
  msgid "Module code"
2829
2832
  msgstr ""
2830
2833
 
2831
- #: sphinx/ext/viewcode.py:289
2834
+ #: sphinx/ext/viewcode.py:309
2832
2835
  #, python-format
2833
2836
  msgid "<h1>Source code for %s</h1>"
2834
2837
  msgstr ""
2835
2838
 
2836
- #: sphinx/ext/viewcode.py:315
2839
+ #: sphinx/ext/viewcode.py:335
2837
2840
  msgid "Overview: module code"
2838
2841
  msgstr ""
2839
2842
 
2840
- #: sphinx/ext/viewcode.py:316
2843
+ #: sphinx/ext/viewcode.py:336
2841
2844
  msgid "<h1>All modules for which code is available</h1>"
2842
2845
  msgstr ""
2843
2846
 
2844
- #: sphinx/ext/autodoc/__init__.py:133
2847
+ #: sphinx/ext/autodoc/__init__.py:127
2845
2848
  #, python-format
2846
2849
  msgid "invalid value for member-order option: %s"
2847
2850
  msgstr ""
2848
2851
 
2849
- #: sphinx/ext/autodoc/__init__.py:141
2852
+ #: sphinx/ext/autodoc/__init__.py:135
2850
2853
  #, python-format
2851
2854
  msgid "invalid value for class-doc-from option: %s"
2852
2855
  msgstr ""
2853
2856
 
2854
- #: sphinx/ext/autodoc/__init__.py:393
2857
+ #: sphinx/ext/autodoc/__init__.py:391
2855
2858
  #, python-format
2856
2859
  msgid "invalid signature for auto%s (%r)"
2857
2860
  msgstr ""
2858
2861
 
2859
- #: sphinx/ext/autodoc/__init__.py:509
2862
+ #: sphinx/ext/autodoc/__init__.py:508
2860
2863
  #, python-format
2861
2864
  msgid "error while formatting arguments for %s: %s"
2862
2865
  msgstr ""
2863
2866
 
2864
- #: sphinx/ext/autodoc/__init__.py:776
2867
+ #: sphinx/ext/autodoc/__init__.py:777
2865
2868
  #, python-format
2866
2869
  msgid ""
2867
2870
  "autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n"
2868
2871
  "%s"
2869
2872
  msgstr ""
2870
2873
 
2871
- #: sphinx/ext/autodoc/__init__.py:871
2874
+ #: sphinx/ext/autodoc/__init__.py:872
2872
2875
  #, python-format
2873
2876
  msgid ""
2874
2877
  "don't know which module to import for autodocumenting %r (try placing a "
@@ -2876,112 +2879,112 @@ msgid ""
2876
2879
  "explicit module name)"
2877
2880
  msgstr ""
2878
2881
 
2879
- #: sphinx/ext/autodoc/__init__.py:915
2882
+ #: sphinx/ext/autodoc/__init__.py:916
2880
2883
  #, python-format
2881
2884
  msgid "A mocked object is detected: %r"
2882
2885
  msgstr ""
2883
2886
 
2884
- #: sphinx/ext/autodoc/__init__.py:934
2887
+ #: sphinx/ext/autodoc/__init__.py:935
2885
2888
  #, python-format
2886
2889
  msgid "error while formatting signature for %s: %s"
2887
2890
  msgstr ""
2888
2891
 
2889
- #: sphinx/ext/autodoc/__init__.py:994
2892
+ #: sphinx/ext/autodoc/__init__.py:996
2890
2893
  msgid "\"::\" in automodule name doesn't make sense"
2891
2894
  msgstr ""
2892
2895
 
2893
- #: sphinx/ext/autodoc/__init__.py:1001
2896
+ #: sphinx/ext/autodoc/__init__.py:1003
2894
2897
  #, python-format
2895
2898
  msgid "signature arguments or return annotation given for automodule %s"
2896
2899
  msgstr ""
2897
2900
 
2898
- #: sphinx/ext/autodoc/__init__.py:1014
2901
+ #: sphinx/ext/autodoc/__init__.py:1016
2899
2902
  #, python-format
2900
2903
  msgid ""
2901
2904
  "__all__ should be a list of strings, not %r (in module %s) -- ignoring "
2902
2905
  "__all__"
2903
2906
  msgstr ""
2904
2907
 
2905
- #: sphinx/ext/autodoc/__init__.py:1080
2908
+ #: sphinx/ext/autodoc/__init__.py:1082
2906
2909
  #, python-format
2907
2910
  msgid ""
2908
2911
  "missing attribute mentioned in :members: option: module %s, attribute %s"
2909
2912
  msgstr ""
2910
2913
 
2911
- #: sphinx/ext/autodoc/__init__.py:1284 sphinx/ext/autodoc/__init__.py:1361
2912
- #: sphinx/ext/autodoc/__init__.py:2749
2914
+ #: sphinx/ext/autodoc/__init__.py:1298 sphinx/ext/autodoc/__init__.py:1375
2915
+ #: sphinx/ext/autodoc/__init__.py:2768
2913
2916
  #, python-format
2914
2917
  msgid "Failed to get a function signature for %s: %s"
2915
2918
  msgstr ""
2916
2919
 
2917
- #: sphinx/ext/autodoc/__init__.py:1570
2920
+ #: sphinx/ext/autodoc/__init__.py:1586
2918
2921
  #, python-format
2919
2922
  msgid "Failed to get a constructor signature for %s: %s"
2920
2923
  msgstr ""
2921
2924
 
2922
- #: sphinx/ext/autodoc/__init__.py:1696
2925
+ #: sphinx/ext/autodoc/__init__.py:1713
2923
2926
  #, python-format
2924
2927
  msgid "Bases: %s"
2925
2928
  msgstr ""
2926
2929
 
2927
- #: sphinx/ext/autodoc/__init__.py:1710
2930
+ #: sphinx/ext/autodoc/__init__.py:1727
2928
2931
  #, python-format
2929
2932
  msgid "missing attribute %s in object %s"
2930
2933
  msgstr ""
2931
2934
 
2932
- #: sphinx/ext/autodoc/__init__.py:1810 sphinx/ext/autodoc/__init__.py:1847
2933
- #: sphinx/ext/autodoc/__init__.py:1930
2935
+ #: sphinx/ext/autodoc/__init__.py:1826 sphinx/ext/autodoc/__init__.py:1863
2936
+ #: sphinx/ext/autodoc/__init__.py:1946
2934
2937
  #, python-format
2935
2938
  msgid "alias of %s"
2936
2939
  msgstr ""
2937
2940
 
2938
- #: sphinx/ext/autodoc/__init__.py:1830
2941
+ #: sphinx/ext/autodoc/__init__.py:1846
2939
2942
  #, python-format
2940
2943
  msgid "alias of TypeVar(%s)"
2941
2944
  msgstr ""
2942
2945
 
2943
- #: sphinx/ext/autodoc/__init__.py:2151 sphinx/ext/autodoc/__init__.py:2248
2946
+ #: sphinx/ext/autodoc/__init__.py:2167 sphinx/ext/autodoc/__init__.py:2264
2944
2947
  #, python-format
2945
2948
  msgid "Failed to get a method signature for %s: %s"
2946
2949
  msgstr ""
2947
2950
 
2948
- #: sphinx/ext/autodoc/__init__.py:2376
2951
+ #: sphinx/ext/autodoc/__init__.py:2395
2949
2952
  #, python-format
2950
2953
  msgid "Invalid __slots__ found on %s. Ignored."
2951
2954
  msgstr ""
2952
2955
 
2953
- #: sphinx/ext/autodoc/preserve_defaults.py:114
2956
+ #: sphinx/ext/autodoc/preserve_defaults.py:183
2954
2957
  #, python-format
2955
2958
  msgid "Failed to parse a default argument value for %r: %s"
2956
2959
  msgstr ""
2957
2960
 
2958
- #: sphinx/ext/autodoc/type_comment.py:122
2961
+ #: sphinx/ext/autodoc/type_comment.py:131
2959
2962
  #, python-format
2960
2963
  msgid "Failed to update signature for %r: parameter not found: %s"
2961
2964
  msgstr ""
2962
2965
 
2963
- #: sphinx/ext/autodoc/type_comment.py:125
2966
+ #: sphinx/ext/autodoc/type_comment.py:134
2964
2967
  #, python-format
2965
2968
  msgid "Failed to parse type_comment for %r: %s"
2966
2969
  msgstr ""
2967
2970
 
2968
- #: sphinx/ext/autosummary/__init__.py:244
2971
+ #: sphinx/ext/autosummary/__init__.py:249
2969
2972
  #, python-format
2970
2973
  msgid "autosummary references excluded document %r. Ignored."
2971
2974
  msgstr ""
2972
2975
 
2973
- #: sphinx/ext/autosummary/__init__.py:246
2976
+ #: sphinx/ext/autosummary/__init__.py:251
2974
2977
  #, python-format
2975
2978
  msgid ""
2976
2979
  "autosummary: stub file not found %r. Check your autosummary_generate "
2977
2980
  "setting."
2978
2981
  msgstr ""
2979
2982
 
2980
- #: sphinx/ext/autosummary/__init__.py:265
2983
+ #: sphinx/ext/autosummary/__init__.py:270
2981
2984
  msgid "A captioned autosummary requires :toctree: option. ignored."
2982
2985
  msgstr ""
2983
2986
 
2984
- #: sphinx/ext/autosummary/__init__.py:318
2987
+ #: sphinx/ext/autosummary/__init__.py:323
2985
2988
  #, python-format
2986
2989
  msgid ""
2987
2990
  "autosummary: failed to import %s.\n"
@@ -2989,46 +2992,46 @@ msgid ""
2989
2992
  "%s"
2990
2993
  msgstr ""
2991
2994
 
2992
- #: sphinx/ext/autosummary/__init__.py:332
2995
+ #: sphinx/ext/autosummary/__init__.py:337
2993
2996
  #, python-format
2994
2997
  msgid "failed to parse name %s"
2995
2998
  msgstr ""
2996
2999
 
2997
- #: sphinx/ext/autosummary/__init__.py:337
3000
+ #: sphinx/ext/autosummary/__init__.py:342
2998
3001
  #, python-format
2999
3002
  msgid "failed to import object %s"
3000
3003
  msgstr ""
3001
3004
 
3002
- #: sphinx/ext/autosummary/__init__.py:792
3005
+ #: sphinx/ext/autosummary/__init__.py:798
3003
3006
  #, python-format
3004
3007
  msgid "autosummary_generate: file not found: %s"
3005
3008
  msgstr ""
3006
3009
 
3007
- #: sphinx/ext/autosummary/__init__.py:800
3010
+ #: sphinx/ext/autosummary/__init__.py:806
3008
3011
  msgid ""
3009
3012
  "autosummary generats .rst files internally. But your source_suffix does not "
3010
3013
  "contain .rst. Skipped."
3011
3014
  msgstr ""
3012
3015
 
3013
- #: sphinx/ext/autosummary/generate.py:165
3014
- #: sphinx/ext/autosummary/generate.py:238
3016
+ #: sphinx/ext/autosummary/generate.py:200
3017
+ #: sphinx/ext/autosummary/generate.py:358
3015
3018
  #, python-format
3016
3019
  msgid ""
3017
3020
  "autosummary: failed to determine %r to be documented, the following exception was raised:\n"
3018
3021
  "%s"
3019
3022
  msgstr ""
3020
3023
 
3021
- #: sphinx/ext/autosummary/generate.py:422
3024
+ #: sphinx/ext/autosummary/generate.py:470
3022
3025
  #, python-format
3023
3026
  msgid "[autosummary] generating autosummary for: %s"
3024
3027
  msgstr ""
3025
3028
 
3026
- #: sphinx/ext/autosummary/generate.py:426
3029
+ #: sphinx/ext/autosummary/generate.py:474
3027
3030
  #, python-format
3028
3031
  msgid "[autosummary] writing to %s"
3029
3032
  msgstr ""
3030
3033
 
3031
- #: sphinx/ext/autosummary/generate.py:469
3034
+ #: sphinx/ext/autosummary/generate.py:517
3032
3035
  #, python-format
3033
3036
  msgid ""
3034
3037
  "[autosummary] failed to import %s.\n"
@@ -3036,7 +3039,7 @@ msgid ""
3036
3039
  "%s"
3037
3040
  msgstr ""
3038
3041
 
3039
- #: sphinx/ext/autosummary/generate.py:642
3042
+ #: sphinx/ext/autosummary/generate.py:690
3040
3043
  msgid ""
3041
3044
  "\n"
3042
3045
  "Generate ReStructuredText using autosummary directives.\n"
@@ -3051,129 +3054,129 @@ msgid ""
3051
3054
  " pydoc sphinx.ext.autosummary\n"
3052
3055
  msgstr ""
3053
3056
 
3054
- #: sphinx/ext/autosummary/generate.py:659
3057
+ #: sphinx/ext/autosummary/generate.py:707
3055
3058
  msgid "source files to generate rST files for"
3056
3059
  msgstr ""
3057
3060
 
3058
- #: sphinx/ext/autosummary/generate.py:663
3061
+ #: sphinx/ext/autosummary/generate.py:711
3059
3062
  msgid "directory to place all output in"
3060
3063
  msgstr ""
3061
3064
 
3062
- #: sphinx/ext/autosummary/generate.py:666
3065
+ #: sphinx/ext/autosummary/generate.py:714
3063
3066
  #, python-format
3064
3067
  msgid "default suffix for files (default: %(default)s)"
3065
3068
  msgstr ""
3066
3069
 
3067
- #: sphinx/ext/autosummary/generate.py:670
3070
+ #: sphinx/ext/autosummary/generate.py:718
3068
3071
  #, python-format
3069
3072
  msgid "custom template directory (default: %(default)s)"
3070
3073
  msgstr ""
3071
3074
 
3072
- #: sphinx/ext/autosummary/generate.py:674
3075
+ #: sphinx/ext/autosummary/generate.py:722
3073
3076
  #, python-format
3074
3077
  msgid "document imported members (default: %(default)s)"
3075
3078
  msgstr ""
3076
3079
 
3077
- #: sphinx/ext/autosummary/generate.py:678
3080
+ #: sphinx/ext/autosummary/generate.py:726
3078
3081
  #, python-format
3079
3082
  msgid ""
3080
3083
  "document exactly the members in module __all__ attribute. (default: "
3081
3084
  "%(default)s)"
3082
3085
  msgstr ""
3083
3086
 
3084
- #: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:722
3087
+ #: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:726
3085
3088
  msgid "Keyword Arguments"
3086
3089
  msgstr ""
3087
3090
 
3088
- #: sphinx/ext/napoleon/docstring.py:676
3091
+ #: sphinx/ext/napoleon/docstring.py:680
3089
3092
  msgid "Example"
3090
3093
  msgstr ""
3091
3094
 
3092
- #: sphinx/ext/napoleon/docstring.py:677
3095
+ #: sphinx/ext/napoleon/docstring.py:681
3093
3096
  msgid "Examples"
3094
3097
  msgstr ""
3095
3098
 
3096
- #: sphinx/ext/napoleon/docstring.py:737
3099
+ #: sphinx/ext/napoleon/docstring.py:742
3097
3100
  msgid "Notes"
3098
3101
  msgstr ""
3099
3102
 
3100
- #: sphinx/ext/napoleon/docstring.py:746
3103
+ #: sphinx/ext/napoleon/docstring.py:751
3101
3104
  msgid "Other Parameters"
3102
3105
  msgstr ""
3103
3106
 
3104
- #: sphinx/ext/napoleon/docstring.py:782
3107
+ #: sphinx/ext/napoleon/docstring.py:787
3105
3108
  msgid "Receives"
3106
3109
  msgstr ""
3107
3110
 
3108
- #: sphinx/ext/napoleon/docstring.py:786
3111
+ #: sphinx/ext/napoleon/docstring.py:791
3109
3112
  msgid "References"
3110
3113
  msgstr ""
3111
3114
 
3112
- #: sphinx/ext/napoleon/docstring.py:818
3115
+ #: sphinx/ext/napoleon/docstring.py:823
3113
3116
  msgid "Warns"
3114
3117
  msgstr ""
3115
3118
 
3116
- #: sphinx/ext/napoleon/docstring.py:822
3119
+ #: sphinx/ext/napoleon/docstring.py:827
3117
3120
  msgid "Yields"
3118
3121
  msgstr ""
3119
3122
 
3120
- #: sphinx/ext/napoleon/docstring.py:980
3123
+ #: sphinx/ext/napoleon/docstring.py:985
3121
3124
  #, python-format
3122
3125
  msgid "invalid value set (missing closing brace): %s"
3123
3126
  msgstr ""
3124
3127
 
3125
- #: sphinx/ext/napoleon/docstring.py:987
3128
+ #: sphinx/ext/napoleon/docstring.py:992
3126
3129
  #, python-format
3127
3130
  msgid "invalid value set (missing opening brace): %s"
3128
3131
  msgstr ""
3129
3132
 
3130
- #: sphinx/ext/napoleon/docstring.py:994
3133
+ #: sphinx/ext/napoleon/docstring.py:999
3131
3134
  #, python-format
3132
3135
  msgid "malformed string literal (missing closing quote): %s"
3133
3136
  msgstr ""
3134
3137
 
3135
- #: sphinx/ext/napoleon/docstring.py:1001
3138
+ #: sphinx/ext/napoleon/docstring.py:1006
3136
3139
  #, python-format
3137
3140
  msgid "malformed string literal (missing opening quote): %s"
3138
3141
  msgstr ""
3139
3142
 
3140
- #: sphinx/locale/__init__.py:215
3143
+ #: sphinx/locale/__init__.py:221
3141
3144
  msgid "Attention"
3142
3145
  msgstr ""
3143
3146
 
3144
- #: sphinx/locale/__init__.py:216
3147
+ #: sphinx/locale/__init__.py:222
3145
3148
  msgid "Caution"
3146
3149
  msgstr ""
3147
3150
 
3148
- #: sphinx/locale/__init__.py:217
3151
+ #: sphinx/locale/__init__.py:223
3149
3152
  msgid "Danger"
3150
3153
  msgstr ""
3151
3154
 
3152
- #: sphinx/locale/__init__.py:218
3155
+ #: sphinx/locale/__init__.py:224
3153
3156
  msgid "Error"
3154
3157
  msgstr ""
3155
3158
 
3156
- #: sphinx/locale/__init__.py:219
3159
+ #: sphinx/locale/__init__.py:225
3157
3160
  msgid "Hint"
3158
3161
  msgstr ""
3159
3162
 
3160
- #: sphinx/locale/__init__.py:220
3163
+ #: sphinx/locale/__init__.py:226
3161
3164
  msgid "Important"
3162
3165
  msgstr ""
3163
3166
 
3164
- #: sphinx/locale/__init__.py:221
3167
+ #: sphinx/locale/__init__.py:227
3165
3168
  msgid "Note"
3166
3169
  msgstr ""
3167
3170
 
3168
- #: sphinx/locale/__init__.py:222
3171
+ #: sphinx/locale/__init__.py:228
3169
3172
  msgid "See also"
3170
3173
  msgstr ""
3171
3174
 
3172
- #: sphinx/locale/__init__.py:223
3175
+ #: sphinx/locale/__init__.py:229
3173
3176
  msgid "Tip"
3174
3177
  msgstr ""
3175
3178
 
3176
- #: sphinx/locale/__init__.py:224
3179
+ #: sphinx/locale/__init__.py:230
3177
3180
  msgid "Warning"
3178
3181
  msgstr ""
3179
3182
 
@@ -3355,12 +3358,12 @@ msgid "search"
3355
3358
  msgstr ""
3356
3359
 
3357
3360
  #: sphinx/themes/basic/search.html:48
3358
- #: sphinx/themes/basic/static/searchtools.js:105
3361
+ #: sphinx/themes/basic/static/searchtools.js:112
3359
3362
  msgid "Search Results"
3360
3363
  msgstr ""
3361
3364
 
3362
3365
  #: sphinx/themes/basic/search.html:50
3363
- #: sphinx/themes/basic/static/searchtools.js:107
3366
+ #: sphinx/themes/basic/static/searchtools.js:114
3364
3367
  msgid ""
3365
3368
  "Your search did not match any documents. Please make sure that all words are"
3366
3369
  " spelled correctly and that you've selected enough categories."
@@ -3402,24 +3405,24 @@ msgstr ""
3402
3405
  msgid "Other changes"
3403
3406
  msgstr ""
3404
3407
 
3405
- #: sphinx/themes/basic/static/searchtools.js:111
3408
+ #: sphinx/themes/basic/static/searchtools.js:118
3406
3409
  msgid ""
3407
3410
  "Search finished, found ${resultCount} page(s) matching the search query."
3408
3411
  msgstr ""
3409
3412
 
3410
- #: sphinx/themes/basic/static/searchtools.js:209
3413
+ #: sphinx/themes/basic/static/searchtools.js:217
3411
3414
  msgid "Searching"
3412
3415
  msgstr ""
3413
3416
 
3414
- #: sphinx/themes/basic/static/searchtools.js:225
3417
+ #: sphinx/themes/basic/static/searchtools.js:233
3415
3418
  msgid "Preparing search..."
3416
3419
  msgstr ""
3417
3420
 
3418
- #: sphinx/themes/basic/static/searchtools.js:413
3421
+ #: sphinx/themes/basic/static/searchtools.js:421
3419
3422
  msgid ", in "
3420
3423
  msgstr ""
3421
3424
 
3422
- #: sphinx/themes/basic/static/sphinx_highlight.js:107
3425
+ #: sphinx/themes/basic/static/sphinx_highlight.js:112
3423
3426
  msgid "Hide Search Matches"
3424
3427
  msgstr ""
3425
3428
 
@@ -3436,248 +3439,256 @@ msgstr ""
3436
3439
  msgid "Contents"
3437
3440
  msgstr ""
3438
3441
 
3439
- #: sphinx/transforms/__init__.py:217
3442
+ #: sphinx/transforms/__init__.py:126
3443
+ msgid "could not calculate translation progress!"
3444
+ msgstr ""
3445
+
3446
+ #: sphinx/transforms/__init__.py:131
3447
+ msgid "no translated elements!"
3448
+ msgstr ""
3449
+
3450
+ #: sphinx/transforms/__init__.py:238
3440
3451
  #, python-format
3441
3452
  msgid ""
3442
3453
  "4 column based index found. It might be a bug of extensions you use: %r"
3443
3454
  msgstr ""
3444
3455
 
3445
- #: sphinx/transforms/__init__.py:256
3456
+ #: sphinx/transforms/__init__.py:277
3446
3457
  #, python-format
3447
3458
  msgid "Footnote [%s] is not referenced."
3448
3459
  msgstr ""
3449
3460
 
3450
- #: sphinx/transforms/__init__.py:262
3461
+ #: sphinx/transforms/__init__.py:283
3451
3462
  msgid "Footnote [#] is not referenced."
3452
3463
  msgstr ""
3453
3464
 
3454
- #: sphinx/transforms/i18n.py:201 sphinx/transforms/i18n.py:268
3465
+ #: sphinx/transforms/i18n.py:205 sphinx/transforms/i18n.py:272
3455
3466
  msgid ""
3456
3467
  "inconsistent footnote references in translated message. original: {0}, "
3457
3468
  "translated: {1}"
3458
3469
  msgstr ""
3459
3470
 
3460
- #: sphinx/transforms/i18n.py:241
3471
+ #: sphinx/transforms/i18n.py:245
3461
3472
  msgid ""
3462
3473
  "inconsistent references in translated message. original: {0}, translated: "
3463
3474
  "{1}"
3464
3475
  msgstr ""
3465
3476
 
3466
- #: sphinx/transforms/i18n.py:283
3477
+ #: sphinx/transforms/i18n.py:287
3467
3478
  msgid ""
3468
3479
  "inconsistent citation references in translated message. original: {0}, "
3469
3480
  "translated: {1}"
3470
3481
  msgstr ""
3471
3482
 
3472
- #: sphinx/transforms/i18n.py:300
3483
+ #: sphinx/transforms/i18n.py:304
3473
3484
  msgid ""
3474
3485
  "inconsistent term references in translated message. original: {0}, "
3475
3486
  "translated: {1}"
3476
3487
  msgstr ""
3477
3488
 
3478
- #: sphinx/transforms/post_transforms/__init__.py:112
3489
+ #: sphinx/transforms/post_transforms/__init__.py:116
3479
3490
  msgid ""
3480
3491
  "Could not determine the fallback text for the cross-reference. Might be a "
3481
3492
  "bug."
3482
3493
  msgstr ""
3483
3494
 
3484
- #: sphinx/transforms/post_transforms/__init__.py:154
3495
+ #: sphinx/transforms/post_transforms/__init__.py:158
3485
3496
  #, python-format
3486
3497
  msgid "more than one target found for 'any' cross-reference %r: could be %s"
3487
3498
  msgstr ""
3488
3499
 
3489
- #: sphinx/transforms/post_transforms/__init__.py:205
3500
+ #: sphinx/transforms/post_transforms/__init__.py:209
3490
3501
  #, python-format
3491
3502
  msgid "%s:%s reference target not found: %s"
3492
3503
  msgstr ""
3493
3504
 
3494
- #: sphinx/transforms/post_transforms/__init__.py:208
3505
+ #: sphinx/transforms/post_transforms/__init__.py:212
3495
3506
  #, python-format
3496
3507
  msgid "%r reference target not found: %s"
3497
3508
  msgstr ""
3498
3509
 
3499
- #: sphinx/transforms/post_transforms/images.py:77
3510
+ #: sphinx/transforms/post_transforms/images.py:80
3500
3511
  #, python-format
3501
3512
  msgid "Could not fetch remote image: %s [%d]"
3502
3513
  msgstr ""
3503
3514
 
3504
- #: sphinx/transforms/post_transforms/images.py:105
3515
+ #: sphinx/transforms/post_transforms/images.py:108
3505
3516
  #, python-format
3506
3517
  msgid "Could not fetch remote image: %s [%s]"
3507
3518
  msgstr ""
3508
3519
 
3509
- #: sphinx/transforms/post_transforms/images.py:122
3520
+ #: sphinx/transforms/post_transforms/images.py:126
3510
3521
  #, python-format
3511
3522
  msgid "Unknown image format: %s..."
3512
3523
  msgstr ""
3513
3524
 
3514
- #: sphinx/util/__init__.py:191
3525
+ #: sphinx/util/__init__.py:167
3515
3526
  #, python-format
3516
3527
  msgid "undecodable source characters, replacing with \"?\": %r"
3517
3528
  msgstr ""
3518
3529
 
3519
- #: sphinx/util/display.py:76
3530
+ #: sphinx/util/display.py:77
3520
3531
  msgid "skipped"
3521
3532
  msgstr ""
3522
3533
 
3523
- #: sphinx/util/display.py:81
3534
+ #: sphinx/util/display.py:82
3524
3535
  msgid "failed"
3525
3536
  msgstr ""
3526
3537
 
3527
- #: sphinx/util/docfields.py:78
3538
+ #: sphinx/util/docfields.py:88
3528
3539
  #, python-format
3529
3540
  msgid ""
3530
3541
  "Problem in %s domain: field is supposed to use role '%s', but that role is "
3531
3542
  "not in the domain."
3532
3543
  msgstr ""
3533
3544
 
3534
- #: sphinx/util/docutils.py:307
3545
+ #: sphinx/util/docutils.py:311
3535
3546
  #, python-format
3536
3547
  msgid "unknown directive or role name: %s:%s"
3537
3548
  msgstr ""
3538
3549
 
3539
- #: sphinx/util/docutils.py:595
3550
+ #: sphinx/util/docutils.py:605
3540
3551
  #, python-format
3541
3552
  msgid "unknown node type: %r"
3542
3553
  msgstr ""
3543
3554
 
3544
- #: sphinx/util/i18n.py:61
3555
+ #: sphinx/util/i18n.py:63
3545
3556
  #, python-format
3546
3557
  msgid "reading error: %s, %s"
3547
3558
  msgstr ""
3548
3559
 
3549
- #: sphinx/util/i18n.py:68
3560
+ #: sphinx/util/i18n.py:70
3550
3561
  #, python-format
3551
3562
  msgid "writing error: %s, %s"
3552
3563
  msgstr ""
3553
3564
 
3554
- #: sphinx/util/i18n.py:92
3565
+ #: sphinx/util/i18n.py:94
3555
3566
  #, python-format
3556
- msgid "locale_dir %s does not exists"
3567
+ msgid "locale_dir %s does not exist"
3557
3568
  msgstr ""
3558
3569
 
3559
- #: sphinx/util/i18n.py:183
3570
+ #: sphinx/util/i18n.py:185
3560
3571
  #, python-format
3561
3572
  msgid ""
3562
3573
  "Invalid date format. Quote the string by single quote if you want to output "
3563
3574
  "it directly: %s"
3564
3575
  msgstr ""
3565
3576
 
3566
- #: sphinx/util/nodes.py:373
3577
+ #: sphinx/util/nodes.py:378
3567
3578
  #, python-format
3568
3579
  msgid ""
3569
3580
  "%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead."
3570
3581
  msgstr ""
3571
3582
 
3572
- #: sphinx/util/nodes.py:421
3583
+ #: sphinx/util/nodes.py:426
3573
3584
  #, python-format
3574
3585
  msgid "toctree contains ref to nonexisting file %r"
3575
3586
  msgstr ""
3576
3587
 
3577
- #: sphinx/util/nodes.py:608
3588
+ #: sphinx/util/nodes.py:627
3578
3589
  #, python-format
3579
3590
  msgid "exception while evaluating only directive expression: %s"
3580
3591
  msgstr ""
3581
3592
 
3582
- #: sphinx/util/rst.py:71
3593
+ #: sphinx/util/rst.py:70
3583
3594
  #, python-format
3584
3595
  msgid "default role %s not found"
3585
3596
  msgstr ""
3586
3597
 
3587
- #: sphinx/writers/html5.py:98 sphinx/writers/html5.py:107
3588
- msgid "Permalink to this definition"
3598
+ #: sphinx/writers/html5.py:100 sphinx/writers/html5.py:109
3599
+ msgid "Link to this definition"
3589
3600
  msgstr ""
3590
3601
 
3591
- #: sphinx/writers/html5.py:365
3602
+ #: sphinx/writers/html5.py:397
3592
3603
  #, python-format
3593
3604
  msgid "numfig_format is not defined for %s"
3594
3605
  msgstr ""
3595
3606
 
3596
- #: sphinx/writers/html5.py:375
3607
+ #: sphinx/writers/html5.py:407
3597
3608
  #, python-format
3598
3609
  msgid "Any IDs not assigned for %s node"
3599
3610
  msgstr ""
3600
3611
 
3601
- #: sphinx/writers/html5.py:429
3602
- msgid "Permalink to this term"
3612
+ #: sphinx/writers/html5.py:462
3613
+ msgid "Link to this term"
3603
3614
  msgstr ""
3604
3615
 
3605
- #: sphinx/writers/html5.py:452 sphinx/writers/html5.py:457
3606
- msgid "Permalink to this heading"
3616
+ #: sphinx/writers/html5.py:485 sphinx/writers/html5.py:490
3617
+ msgid "Link to this heading"
3607
3618
  msgstr ""
3608
3619
 
3609
- #: sphinx/writers/html5.py:461
3610
- msgid "Permalink to this table"
3620
+ #: sphinx/writers/html5.py:494
3621
+ msgid "Link to this table"
3611
3622
  msgstr ""
3612
3623
 
3613
- #: sphinx/writers/html5.py:504
3614
- msgid "Permalink to this code"
3624
+ #: sphinx/writers/html5.py:537
3625
+ msgid "Link to this code"
3615
3626
  msgstr ""
3616
3627
 
3617
- #: sphinx/writers/html5.py:506
3618
- msgid "Permalink to this image"
3628
+ #: sphinx/writers/html5.py:539
3629
+ msgid "Link to this image"
3619
3630
  msgstr ""
3620
3631
 
3621
- #: sphinx/writers/html5.py:508
3622
- msgid "Permalink to this toctree"
3632
+ #: sphinx/writers/html5.py:541
3633
+ msgid "Link to this toctree"
3623
3634
  msgstr ""
3624
3635
 
3625
- #: sphinx/writers/html5.py:645
3636
+ #: sphinx/writers/html5.py:679
3626
3637
  msgid "Could not obtain image size. :scale: option is ignored."
3627
3638
  msgstr ""
3628
3639
 
3629
- #: sphinx/writers/latex.py:331
3640
+ #: sphinx/writers/latex.py:335
3630
3641
  #, python-format
3631
3642
  msgid "unknown %r toplevel_sectioning for class %r"
3632
3643
  msgstr ""
3633
3644
 
3634
- #: sphinx/writers/latex.py:382
3645
+ #: sphinx/writers/latex.py:386
3635
3646
  msgid "too large :maxdepth:, ignored."
3636
3647
  msgstr ""
3637
3648
 
3638
- #: sphinx/writers/latex.py:621
3649
+ #: sphinx/writers/latex.py:625
3639
3650
  msgid "document title is not a single Text node"
3640
3651
  msgstr ""
3641
3652
 
3642
- #: sphinx/writers/latex.py:652 sphinx/writers/texinfo.py:620
3653
+ #: sphinx/writers/latex.py:656 sphinx/writers/texinfo.py:622
3643
3654
  msgid ""
3644
3655
  "encountered title node not in section, topic, table, admonition or sidebar"
3645
3656
  msgstr ""
3646
3657
 
3647
- #: sphinx/writers/latex.py:885 sphinx/writers/manpage.py:241
3648
- #: sphinx/writers/texinfo.py:635
3658
+ #: sphinx/writers/latex.py:959 sphinx/writers/manpage.py:258
3659
+ #: sphinx/writers/texinfo.py:637
3649
3660
  msgid "Footnotes"
3650
3661
  msgstr ""
3651
3662
 
3652
- #: sphinx/writers/latex.py:952
3663
+ #: sphinx/writers/latex.py:1028
3653
3664
  msgid ""
3654
3665
  "both tabularcolumns and :widths: option are given. :widths: is ignored."
3655
3666
  msgstr ""
3656
3667
 
3657
- #: sphinx/writers/latex.py:1301
3668
+ #: sphinx/writers/latex.py:1388
3658
3669
  #, python-format
3659
3670
  msgid "dimension unit %s is invalid. Ignored."
3660
3671
  msgstr ""
3661
3672
 
3662
- #: sphinx/writers/latex.py:1639
3673
+ #: sphinx/writers/latex.py:1722
3663
3674
  #, python-format
3664
3675
  msgid "unknown index entry type %s found"
3665
3676
  msgstr ""
3666
3677
 
3667
- #: sphinx/writers/manpage.py:289 sphinx/writers/text.py:869
3678
+ #: sphinx/writers/manpage.py:306 sphinx/writers/text.py:917
3668
3679
  #, python-format
3669
3680
  msgid "[image: %s]"
3670
3681
  msgstr ""
3671
3682
 
3672
- #: sphinx/writers/manpage.py:290 sphinx/writers/text.py:870
3683
+ #: sphinx/writers/manpage.py:307 sphinx/writers/text.py:918
3673
3684
  msgid "[image]"
3674
3685
  msgstr ""
3675
3686
 
3676
- #: sphinx/writers/texinfo.py:1191
3687
+ #: sphinx/writers/texinfo.py:1193
3677
3688
  msgid "caption not inside a figure."
3678
3689
  msgstr ""
3679
3690
 
3680
- #: sphinx/writers/texinfo.py:1278
3691
+ #: sphinx/writers/texinfo.py:1280
3681
3692
  #, python-format
3682
3693
  msgid "unimplemented node type: %r"
3683
3694
  msgstr ""