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

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

Potentially problematic release.


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

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