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