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

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

Potentially problematic release.


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

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