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