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