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

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

Potentially problematic release.


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

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