Sphinx 8.0.2__tar.gz → 8.1.1__tar.gz

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 (2471) hide show
  1. sphinx-8.1.1/AUTHORS.rst +107 -0
  2. sphinx-8.1.1/CHANGES.rst +179 -0
  3. sphinx-8.1.1/EXAMPLES.rst +483 -0
  4. sphinx-8.1.1/LICENSE.rst +31 -0
  5. sphinx-8.1.1/PKG-INFO +153 -0
  6. sphinx-8.1.1/doc/_static/diagrams/sphinx_build_flow.dot +81 -0
  7. sphinx-8.1.1/doc/_static/diagrams/sphinx_core_events_flow.dot +125 -0
  8. sphinx-8.1.1/doc/_themes/sphinx13/static/sphinx13.css +727 -0
  9. sphinx-8.1.1/doc/changes/0.1.rst +94 -0
  10. sphinx-8.1.1/doc/changes/0.2.rst +114 -0
  11. sphinx-8.1.1/doc/changes/0.3.rst +63 -0
  12. sphinx-8.1.1/doc/changes/0.4.rst +225 -0
  13. sphinx-8.1.1/doc/changes/0.5.rst +297 -0
  14. sphinx-8.1.1/doc/changes/0.6.rst +474 -0
  15. sphinx-8.1.1/doc/changes/1.0.rst +441 -0
  16. sphinx-8.1.1/doc/changes/1.1.rst +206 -0
  17. sphinx-8.1.1/doc/changes/1.2.rst +550 -0
  18. sphinx-8.1.1/doc/changes/1.3.rst +576 -0
  19. sphinx-8.1.1/doc/changes/1.4.rst +509 -0
  20. sphinx-8.1.1/doc/changes/1.5.rst +487 -0
  21. sphinx-8.1.1/doc/changes/1.6.rst +483 -0
  22. sphinx-8.1.1/doc/changes/1.7.rst +452 -0
  23. sphinx-8.1.1/doc/changes/1.8.rst +467 -0
  24. sphinx-8.1.1/doc/changes/2.0.rst +314 -0
  25. sphinx-8.1.1/doc/changes/2.1.rst +175 -0
  26. sphinx-8.1.1/doc/changes/2.2.rst +105 -0
  27. sphinx-8.1.1/doc/changes/2.3.rst +106 -0
  28. sphinx-8.1.1/doc/changes/2.4.rst +164 -0
  29. sphinx-8.1.1/doc/changes/3.0.rst +268 -0
  30. sphinx-8.1.1/doc/changes/3.1.rst +216 -0
  31. sphinx-8.1.1/doc/changes/3.2.rst +137 -0
  32. sphinx-8.1.1/doc/changes/3.3.rst +104 -0
  33. sphinx-8.1.1/doc/changes/3.4.rst +139 -0
  34. sphinx-8.1.1/doc/changes/3.5.rst +225 -0
  35. sphinx-8.1.1/doc/changes/4.0.rst +246 -0
  36. sphinx-8.1.1/doc/changes/4.1.rst +150 -0
  37. sphinx-8.1.1/doc/changes/4.2.rst +56 -0
  38. sphinx-8.1.1/doc/changes/4.3.rst +138 -0
  39. sphinx-8.1.1/doc/changes/4.4.rst +85 -0
  40. sphinx-8.1.1/doc/changes/4.5.rst +66 -0
  41. sphinx-8.1.1/doc/changes/5.0.rst +191 -0
  42. sphinx-8.1.1/doc/changes/5.1.rst +88 -0
  43. sphinx-8.1.1/doc/changes/5.2.rst +78 -0
  44. sphinx-8.1.1/doc/changes/5.3.rst +19 -0
  45. sphinx-8.1.1/doc/changes/6.0.rst +80 -0
  46. sphinx-8.1.1/doc/changes/6.1.rst +106 -0
  47. sphinx-8.1.1/doc/changes/6.2.rst +112 -0
  48. sphinx-8.1.1/doc/changes/7.0.rst +52 -0
  49. sphinx-8.1.1/doc/changes/7.1.rst +114 -0
  50. sphinx-8.1.1/doc/changes/7.2.rst +207 -0
  51. sphinx-8.1.1/doc/changes/7.3.rst +280 -0
  52. sphinx-8.1.1/doc/changes/7.4.rst +263 -0
  53. sphinx-8.1.1/doc/changes/8.0.rst +115 -0
  54. sphinx-8.1.1/doc/changes/index.rst +71 -0
  55. sphinx-8.1.1/doc/conf.py +357 -0
  56. sphinx-8.1.1/doc/development/html_themes/index.rst +522 -0
  57. sphinx-8.1.1/doc/development/tutorials/examples/recipe.py +181 -0
  58. sphinx-8.1.1/doc/development/tutorials/examples/todo.py +142 -0
  59. sphinx-8.1.1/doc/extdev/builderapi.rst +91 -0
  60. sphinx-8.1.1/doc/extdev/deprecated.rst +1945 -0
  61. sphinx-8.1.1/doc/extdev/domainapi.rst +36 -0
  62. sphinx-8.1.1/doc/extdev/event_callbacks.rst +424 -0
  63. sphinx-8.1.1/doc/extdev/index.rst +220 -0
  64. sphinx-8.1.1/doc/extdev/parserapi.rst +38 -0
  65. sphinx-8.1.1/doc/extdev/testing.rst +32 -0
  66. sphinx-8.1.1/doc/index.rst +193 -0
  67. sphinx-8.1.1/doc/internals/contributing.rst +356 -0
  68. sphinx-8.1.1/doc/latex.rst +1982 -0
  69. sphinx-8.1.1/doc/man/index.rst +22 -0
  70. sphinx-8.1.1/doc/man/sphinx-autogen.rst +102 -0
  71. sphinx-8.1.1/doc/man/sphinx-build.rst +406 -0
  72. sphinx-8.1.1/doc/tutorial/narrative-documentation.rst +130 -0
  73. sphinx-8.1.1/doc/usage/advanced/intl.rst +420 -0
  74. sphinx-8.1.1/doc/usage/advanced/websupport/api.rst +80 -0
  75. sphinx-8.1.1/doc/usage/advanced/websupport/quickstart.rst +255 -0
  76. sphinx-8.1.1/doc/usage/advanced/websupport/searchadapters.rst +49 -0
  77. sphinx-8.1.1/doc/usage/advanced/websupport/storagebackends.rst +49 -0
  78. sphinx-8.1.1/doc/usage/configuration.rst +4198 -0
  79. sphinx-8.1.1/doc/usage/domains/index.rst +213 -0
  80. sphinx-8.1.1/doc/usage/domains/python.rst +771 -0
  81. sphinx-8.1.1/doc/usage/domains/restructuredtext.rst +109 -0
  82. sphinx-8.1.1/doc/usage/extensions/autodoc.rst +1383 -0
  83. sphinx-8.1.1/doc/usage/extensions/autosectionlabel.rst +60 -0
  84. sphinx-8.1.1/doc/usage/extensions/intersphinx.rst +231 -0
  85. sphinx-8.1.1/doc/usage/quickstart.rst +326 -0
  86. sphinx-8.1.1/doc/usage/referencing.rst +300 -0
  87. sphinx-8.1.1/doc/usage/restructuredtext/basics.rst +639 -0
  88. sphinx-8.1.1/doc/usage/restructuredtext/directives.rst +1661 -0
  89. sphinx-8.1.1/doc/usage/restructuredtext/roles.rst +332 -0
  90. sphinx-8.1.1/doc/usage/theming.rst +364 -0
  91. sphinx-8.1.1/pyproject.toml +367 -0
  92. sphinx-8.1.1/sphinx/__init__.py +55 -0
  93. sphinx-8.1.1/sphinx/_cli/__init__.py +316 -0
  94. sphinx-8.1.1/sphinx/_cli/util/colour.py +104 -0
  95. sphinx-8.1.1/sphinx/_cli/util/errors.py +182 -0
  96. sphinx-8.1.1/sphinx/application.py +1723 -0
  97. sphinx-8.1.1/sphinx/builders/__init__.py +855 -0
  98. sphinx-8.1.1/sphinx/builders/_epub_base.py +792 -0
  99. sphinx-8.1.1/sphinx/builders/changes.py +192 -0
  100. sphinx-8.1.1/sphinx/builders/dirhtml.py +55 -0
  101. sphinx-8.1.1/sphinx/builders/dummy.py +46 -0
  102. sphinx-8.1.1/sphinx/builders/epub3.py +328 -0
  103. sphinx-8.1.1/sphinx/builders/gettext.py +341 -0
  104. sphinx-8.1.1/sphinx/builders/html/__init__.py +1509 -0
  105. sphinx-8.1.1/sphinx/builders/html/_assets.py +182 -0
  106. sphinx-8.1.1/sphinx/builders/html/_build_info.py +76 -0
  107. sphinx-8.1.1/sphinx/builders/html/transforms.py +90 -0
  108. sphinx-8.1.1/sphinx/builders/latex/__init__.py +642 -0
  109. sphinx-8.1.1/sphinx/builders/latex/constants.py +215 -0
  110. sphinx-8.1.1/sphinx/builders/latex/nodes.py +42 -0
  111. sphinx-8.1.1/sphinx/builders/latex/theming.py +137 -0
  112. sphinx-8.1.1/sphinx/builders/latex/transforms.py +659 -0
  113. sphinx-8.1.1/sphinx/builders/linkcheck.py +768 -0
  114. sphinx-8.1.1/sphinx/builders/manpage.py +146 -0
  115. sphinx-8.1.1/sphinx/builders/singlehtml.py +211 -0
  116. sphinx-8.1.1/sphinx/builders/texinfo.py +269 -0
  117. sphinx-8.1.1/sphinx/builders/text.py +99 -0
  118. sphinx-8.1.1/sphinx/builders/xml.py +127 -0
  119. sphinx-8.1.1/sphinx/cmd/build.py +567 -0
  120. sphinx-8.1.1/sphinx/cmd/make_mode.py +219 -0
  121. sphinx-8.1.1/sphinx/cmd/quickstart.py +800 -0
  122. sphinx-8.1.1/sphinx/config.py +803 -0
  123. sphinx-8.1.1/sphinx/deprecation.py +82 -0
  124. sphinx-8.1.1/sphinx/directives/__init__.py +385 -0
  125. sphinx-8.1.1/sphinx/directives/code.py +509 -0
  126. sphinx-8.1.1/sphinx/directives/other.py +463 -0
  127. sphinx-8.1.1/sphinx/directives/patches.py +226 -0
  128. sphinx-8.1.1/sphinx/domains/__init__.py +308 -0
  129. sphinx-8.1.1/sphinx/domains/_domains_container.py +281 -0
  130. sphinx-8.1.1/sphinx/domains/_index.py +110 -0
  131. sphinx-8.1.1/sphinx/domains/c/__init__.py +849 -0
  132. sphinx-8.1.1/sphinx/domains/c/_parser.py +1053 -0
  133. sphinx-8.1.1/sphinx/domains/changeset.py +166 -0
  134. sphinx-8.1.1/sphinx/domains/citation.py +159 -0
  135. sphinx-8.1.1/sphinx/domains/cpp/__init__.py +1178 -0
  136. sphinx-8.1.1/sphinx/domains/cpp/_parser.py +2118 -0
  137. sphinx-8.1.1/sphinx/domains/index.py +128 -0
  138. sphinx-8.1.1/sphinx/domains/javascript.py +513 -0
  139. sphinx-8.1.1/sphinx/domains/math.py +158 -0
  140. sphinx-8.1.1/sphinx/domains/python/__init__.py +947 -0
  141. sphinx-8.1.1/sphinx/domains/python/_object.py +427 -0
  142. sphinx-8.1.1/sphinx/domains/rst.py +304 -0
  143. sphinx-8.1.1/sphinx/domains/std/__init__.py +1211 -0
  144. sphinx-8.1.1/sphinx/environment/__init__.py +840 -0
  145. sphinx-8.1.1/sphinx/environment/adapters/asset.py +16 -0
  146. sphinx-8.1.1/sphinx/environment/adapters/indexentries.py +273 -0
  147. sphinx-8.1.1/sphinx/environment/adapters/toctree.py +578 -0
  148. sphinx-8.1.1/sphinx/environment/collectors/__init__.py +100 -0
  149. sphinx-8.1.1/sphinx/environment/collectors/asset.py +180 -0
  150. sphinx-8.1.1/sphinx/environment/collectors/dependencies.py +62 -0
  151. sphinx-8.1.1/sphinx/environment/collectors/metadata.py +76 -0
  152. sphinx-8.1.1/sphinx/environment/collectors/title.py +67 -0
  153. sphinx-8.1.1/sphinx/environment/collectors/toctree.py +401 -0
  154. sphinx-8.1.1/sphinx/errors.py +141 -0
  155. sphinx-8.1.1/sphinx/events.py +436 -0
  156. sphinx-8.1.1/sphinx/ext/apidoc.py +721 -0
  157. sphinx-8.1.1/sphinx/ext/autodoc/__init__.py +2870 -0
  158. sphinx-8.1.1/sphinx/ext/autodoc/importer.py +406 -0
  159. sphinx-8.1.1/sphinx/ext/autosectionlabel.py +69 -0
  160. sphinx-8.1.1/sphinx/ext/autosummary/__init__.py +867 -0
  161. sphinx-8.1.1/sphinx/ext/autosummary/generate.py +882 -0
  162. sphinx-8.1.1/sphinx/ext/coverage.py +496 -0
  163. sphinx-8.1.1/sphinx/ext/doctest.py +576 -0
  164. sphinx-8.1.1/sphinx/ext/duration.py +101 -0
  165. sphinx-8.1.1/sphinx/ext/inheritance_diagram.py +494 -0
  166. sphinx-8.1.1/sphinx/ext/intersphinx/_cli.py +47 -0
  167. sphinx-8.1.1/sphinx/ext/intersphinx/_load.py +423 -0
  168. sphinx-8.1.1/sphinx/ext/intersphinx/_resolve.py +603 -0
  169. sphinx-8.1.1/sphinx/ext/intersphinx/_shared.py +148 -0
  170. sphinx-8.1.1/sphinx/ext/linkcode.py +84 -0
  171. sphinx-8.1.1/sphinx/ext/mathjax.py +126 -0
  172. sphinx-8.1.1/sphinx/ext/napoleon/__init__.py +492 -0
  173. sphinx-8.1.1/sphinx/ext/napoleon/docstring.py +1433 -0
  174. sphinx-8.1.1/sphinx/ext/todo.py +255 -0
  175. sphinx-8.1.1/sphinx/highlighting.py +231 -0
  176. sphinx-8.1.1/sphinx/io.py +194 -0
  177. sphinx-8.1.1/sphinx/jinja2glue.py +250 -0
  178. sphinx-8.1.1/sphinx/locale/__init__.py +239 -0
  179. sphinx-8.1.1/sphinx/locale/ar/LC_MESSAGES/sphinx.js +67 -0
  180. sphinx-8.1.1/sphinx/locale/ar/LC_MESSAGES/sphinx.mo +0 -0
  181. sphinx-8.1.1/sphinx/locale/ar/LC_MESSAGES/sphinx.po +4115 -0
  182. sphinx-8.1.1/sphinx/locale/bg/LC_MESSAGES/sphinx.js +63 -0
  183. sphinx-8.1.1/sphinx/locale/bg/LC_MESSAGES/sphinx.mo +0 -0
  184. sphinx-8.1.1/sphinx/locale/bg/LC_MESSAGES/sphinx.po +4110 -0
  185. sphinx-8.1.1/sphinx/locale/bn/LC_MESSAGES/sphinx.js +63 -0
  186. sphinx-8.1.1/sphinx/locale/bn/LC_MESSAGES/sphinx.mo +0 -0
  187. sphinx-8.1.1/sphinx/locale/bn/LC_MESSAGES/sphinx.po +4110 -0
  188. sphinx-8.1.1/sphinx/locale/ca/LC_MESSAGES/sphinx.js +63 -0
  189. sphinx-8.1.1/sphinx/locale/ca/LC_MESSAGES/sphinx.mo +0 -0
  190. sphinx-8.1.1/sphinx/locale/ca/LC_MESSAGES/sphinx.po +4113 -0
  191. sphinx-8.1.1/sphinx/locale/cak/LC_MESSAGES/sphinx.js +63 -0
  192. sphinx-8.1.1/sphinx/locale/cak/LC_MESSAGES/sphinx.mo +0 -0
  193. sphinx-8.1.1/sphinx/locale/cak/LC_MESSAGES/sphinx.po +4110 -0
  194. sphinx-8.1.1/sphinx/locale/cs/LC_MESSAGES/sphinx.js +65 -0
  195. sphinx-8.1.1/sphinx/locale/cs/LC_MESSAGES/sphinx.mo +0 -0
  196. sphinx-8.1.1/sphinx/locale/cs/LC_MESSAGES/sphinx.po +4113 -0
  197. sphinx-8.1.1/sphinx/locale/cy/LC_MESSAGES/sphinx.js +65 -0
  198. sphinx-8.1.1/sphinx/locale/cy/LC_MESSAGES/sphinx.mo +0 -0
  199. sphinx-8.1.1/sphinx/locale/cy/LC_MESSAGES/sphinx.po +4113 -0
  200. sphinx-8.1.1/sphinx/locale/da/LC_MESSAGES/sphinx.js +63 -0
  201. sphinx-8.1.1/sphinx/locale/da/LC_MESSAGES/sphinx.mo +0 -0
  202. sphinx-8.1.1/sphinx/locale/da/LC_MESSAGES/sphinx.po +4113 -0
  203. sphinx-8.1.1/sphinx/locale/de/LC_MESSAGES/sphinx.js +63 -0
  204. sphinx-8.1.1/sphinx/locale/de/LC_MESSAGES/sphinx.mo +0 -0
  205. sphinx-8.1.1/sphinx/locale/de/LC_MESSAGES/sphinx.po +4113 -0
  206. sphinx-8.1.1/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js +63 -0
  207. sphinx-8.1.1/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo +0 -0
  208. sphinx-8.1.1/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po +4109 -0
  209. sphinx-8.1.1/sphinx/locale/el/LC_MESSAGES/sphinx.js +63 -0
  210. sphinx-8.1.1/sphinx/locale/el/LC_MESSAGES/sphinx.mo +0 -0
  211. sphinx-8.1.1/sphinx/locale/el/LC_MESSAGES/sphinx.po +4112 -0
  212. sphinx-8.1.1/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js +63 -0
  213. sphinx-8.1.1/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo +0 -0
  214. sphinx-8.1.1/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po +4109 -0
  215. sphinx-8.1.1/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js +63 -0
  216. sphinx-8.1.1/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo +0 -0
  217. sphinx-8.1.1/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +4109 -0
  218. sphinx-8.1.1/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js +63 -0
  219. sphinx-8.1.1/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo +0 -0
  220. sphinx-8.1.1/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +4110 -0
  221. sphinx-8.1.1/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js +63 -0
  222. sphinx-8.1.1/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo +0 -0
  223. sphinx-8.1.1/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +4109 -0
  224. sphinx-8.1.1/sphinx/locale/eo/LC_MESSAGES/sphinx.js +63 -0
  225. sphinx-8.1.1/sphinx/locale/eo/LC_MESSAGES/sphinx.mo +0 -0
  226. sphinx-8.1.1/sphinx/locale/eo/LC_MESSAGES/sphinx.po +4111 -0
  227. sphinx-8.1.1/sphinx/locale/es/LC_MESSAGES/sphinx.js +64 -0
  228. sphinx-8.1.1/sphinx/locale/es/LC_MESSAGES/sphinx.mo +0 -0
  229. sphinx-8.1.1/sphinx/locale/es/LC_MESSAGES/sphinx.po +4119 -0
  230. sphinx-8.1.1/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js +64 -0
  231. sphinx-8.1.1/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo +0 -0
  232. sphinx-8.1.1/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po +4110 -0
  233. sphinx-8.1.1/sphinx/locale/et/LC_MESSAGES/sphinx.js +63 -0
  234. sphinx-8.1.1/sphinx/locale/et/LC_MESSAGES/sphinx.mo +0 -0
  235. sphinx-8.1.1/sphinx/locale/et/LC_MESSAGES/sphinx.po +4113 -0
  236. sphinx-8.1.1/sphinx/locale/eu/LC_MESSAGES/sphinx.js +63 -0
  237. sphinx-8.1.1/sphinx/locale/eu/LC_MESSAGES/sphinx.mo +0 -0
  238. sphinx-8.1.1/sphinx/locale/eu/LC_MESSAGES/sphinx.po +4111 -0
  239. sphinx-8.1.1/sphinx/locale/fa/LC_MESSAGES/sphinx.js +63 -0
  240. sphinx-8.1.1/sphinx/locale/fa/LC_MESSAGES/sphinx.mo +0 -0
  241. sphinx-8.1.1/sphinx/locale/fa/LC_MESSAGES/sphinx.po +4113 -0
  242. sphinx-8.1.1/sphinx/locale/fi/LC_MESSAGES/sphinx.js +63 -0
  243. sphinx-8.1.1/sphinx/locale/fi/LC_MESSAGES/sphinx.mo +0 -0
  244. sphinx-8.1.1/sphinx/locale/fi/LC_MESSAGES/sphinx.po +4110 -0
  245. sphinx-8.1.1/sphinx/locale/fr/LC_MESSAGES/sphinx.js +64 -0
  246. sphinx-8.1.1/sphinx/locale/fr/LC_MESSAGES/sphinx.mo +0 -0
  247. sphinx-8.1.1/sphinx/locale/fr/LC_MESSAGES/sphinx.po +4138 -0
  248. sphinx-8.1.1/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js +64 -0
  249. sphinx-8.1.1/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo +0 -0
  250. sphinx-8.1.1/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +4110 -0
  251. sphinx-8.1.1/sphinx/locale/gl/LC_MESSAGES/sphinx.js +63 -0
  252. sphinx-8.1.1/sphinx/locale/gl/LC_MESSAGES/sphinx.mo +0 -0
  253. sphinx-8.1.1/sphinx/locale/gl/LC_MESSAGES/sphinx.po +4110 -0
  254. sphinx-8.1.1/sphinx/locale/he/LC_MESSAGES/sphinx.js +64 -0
  255. sphinx-8.1.1/sphinx/locale/he/LC_MESSAGES/sphinx.mo +0 -0
  256. sphinx-8.1.1/sphinx/locale/he/LC_MESSAGES/sphinx.po +4111 -0
  257. sphinx-8.1.1/sphinx/locale/hi/LC_MESSAGES/sphinx.js +63 -0
  258. sphinx-8.1.1/sphinx/locale/hi/LC_MESSAGES/sphinx.mo +0 -0
  259. sphinx-8.1.1/sphinx/locale/hi/LC_MESSAGES/sphinx.po +4113 -0
  260. sphinx-8.1.1/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js +63 -0
  261. sphinx-8.1.1/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo +0 -0
  262. sphinx-8.1.1/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +4109 -0
  263. sphinx-8.1.1/sphinx/locale/hr/LC_MESSAGES/sphinx.js +64 -0
  264. sphinx-8.1.1/sphinx/locale/hr/LC_MESSAGES/sphinx.mo +0 -0
  265. sphinx-8.1.1/sphinx/locale/hr/LC_MESSAGES/sphinx.po +4111 -0
  266. sphinx-8.1.1/sphinx/locale/hu/LC_MESSAGES/sphinx.js +63 -0
  267. sphinx-8.1.1/sphinx/locale/hu/LC_MESSAGES/sphinx.mo +0 -0
  268. sphinx-8.1.1/sphinx/locale/hu/LC_MESSAGES/sphinx.po +4115 -0
  269. sphinx-8.1.1/sphinx/locale/id/LC_MESSAGES/sphinx.js +62 -0
  270. sphinx-8.1.1/sphinx/locale/id/LC_MESSAGES/sphinx.mo +0 -0
  271. sphinx-8.1.1/sphinx/locale/id/LC_MESSAGES/sphinx.po +4114 -0
  272. sphinx-8.1.1/sphinx/locale/is/LC_MESSAGES/sphinx.js +63 -0
  273. sphinx-8.1.1/sphinx/locale/is/LC_MESSAGES/sphinx.mo +0 -0
  274. sphinx-8.1.1/sphinx/locale/is/LC_MESSAGES/sphinx.po +4110 -0
  275. sphinx-8.1.1/sphinx/locale/it/LC_MESSAGES/sphinx.js +64 -0
  276. sphinx-8.1.1/sphinx/locale/it/LC_MESSAGES/sphinx.mo +0 -0
  277. sphinx-8.1.1/sphinx/locale/it/LC_MESSAGES/sphinx.po +4117 -0
  278. sphinx-8.1.1/sphinx/locale/ja/LC_MESSAGES/sphinx.js +62 -0
  279. sphinx-8.1.1/sphinx/locale/ja/LC_MESSAGES/sphinx.mo +0 -0
  280. sphinx-8.1.1/sphinx/locale/ja/LC_MESSAGES/sphinx.po +4125 -0
  281. sphinx-8.1.1/sphinx/locale/ka/LC_MESSAGES/sphinx.js +63 -0
  282. sphinx-8.1.1/sphinx/locale/ka/LC_MESSAGES/sphinx.mo +0 -0
  283. sphinx-8.1.1/sphinx/locale/ka/LC_MESSAGES/sphinx.po +4109 -0
  284. sphinx-8.1.1/sphinx/locale/ko/LC_MESSAGES/sphinx.js +62 -0
  285. sphinx-8.1.1/sphinx/locale/ko/LC_MESSAGES/sphinx.mo +0 -0
  286. sphinx-8.1.1/sphinx/locale/ko/LC_MESSAGES/sphinx.po +4110 -0
  287. sphinx-8.1.1/sphinx/locale/lt/LC_MESSAGES/sphinx.js +65 -0
  288. sphinx-8.1.1/sphinx/locale/lt/LC_MESSAGES/sphinx.mo +0 -0
  289. sphinx-8.1.1/sphinx/locale/lt/LC_MESSAGES/sphinx.po +4112 -0
  290. sphinx-8.1.1/sphinx/locale/lv/LC_MESSAGES/sphinx.js +64 -0
  291. sphinx-8.1.1/sphinx/locale/lv/LC_MESSAGES/sphinx.mo +0 -0
  292. sphinx-8.1.1/sphinx/locale/lv/LC_MESSAGES/sphinx.po +4110 -0
  293. sphinx-8.1.1/sphinx/locale/mk/LC_MESSAGES/sphinx.js +63 -0
  294. sphinx-8.1.1/sphinx/locale/mk/LC_MESSAGES/sphinx.mo +0 -0
  295. sphinx-8.1.1/sphinx/locale/mk/LC_MESSAGES/sphinx.po +4110 -0
  296. sphinx-8.1.1/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js +63 -0
  297. sphinx-8.1.1/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo +0 -0
  298. sphinx-8.1.1/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +4110 -0
  299. sphinx-8.1.1/sphinx/locale/ne/LC_MESSAGES/sphinx.js +63 -0
  300. sphinx-8.1.1/sphinx/locale/ne/LC_MESSAGES/sphinx.mo +0 -0
  301. sphinx-8.1.1/sphinx/locale/ne/LC_MESSAGES/sphinx.po +4111 -0
  302. sphinx-8.1.1/sphinx/locale/nl/LC_MESSAGES/sphinx.js +63 -0
  303. sphinx-8.1.1/sphinx/locale/nl/LC_MESSAGES/sphinx.mo +0 -0
  304. sphinx-8.1.1/sphinx/locale/nl/LC_MESSAGES/sphinx.po +4116 -0
  305. sphinx-8.1.1/sphinx/locale/pl/LC_MESSAGES/sphinx.js +65 -0
  306. sphinx-8.1.1/sphinx/locale/pl/LC_MESSAGES/sphinx.mo +0 -0
  307. sphinx-8.1.1/sphinx/locale/pl/LC_MESSAGES/sphinx.po +4117 -0
  308. sphinx-8.1.1/sphinx/locale/pt/LC_MESSAGES/sphinx.js +64 -0
  309. sphinx-8.1.1/sphinx/locale/pt/LC_MESSAGES/sphinx.mo +0 -0
  310. sphinx-8.1.1/sphinx/locale/pt/LC_MESSAGES/sphinx.po +4110 -0
  311. sphinx-8.1.1/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js +64 -0
  312. sphinx-8.1.1/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo +0 -0
  313. sphinx-8.1.1/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +4116 -0
  314. sphinx-8.1.1/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js +64 -0
  315. sphinx-8.1.1/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo +0 -0
  316. sphinx-8.1.1/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +4112 -0
  317. sphinx-8.1.1/sphinx/locale/ro/LC_MESSAGES/sphinx.js +64 -0
  318. sphinx-8.1.1/sphinx/locale/ro/LC_MESSAGES/sphinx.mo +0 -0
  319. sphinx-8.1.1/sphinx/locale/ro/LC_MESSAGES/sphinx.po +4112 -0
  320. sphinx-8.1.1/sphinx/locale/ru/LC_MESSAGES/sphinx.js +65 -0
  321. sphinx-8.1.1/sphinx/locale/ru/LC_MESSAGES/sphinx.mo +0 -0
  322. sphinx-8.1.1/sphinx/locale/ru/LC_MESSAGES/sphinx.po +4121 -0
  323. sphinx-8.1.1/sphinx/locale/si/LC_MESSAGES/sphinx.js +63 -0
  324. sphinx-8.1.1/sphinx/locale/si/LC_MESSAGES/sphinx.mo +0 -0
  325. sphinx-8.1.1/sphinx/locale/si/LC_MESSAGES/sphinx.po +4110 -0
  326. sphinx-8.1.1/sphinx/locale/sk/LC_MESSAGES/sphinx.js +65 -0
  327. sphinx-8.1.1/sphinx/locale/sk/LC_MESSAGES/sphinx.mo +0 -0
  328. sphinx-8.1.1/sphinx/locale/sk/LC_MESSAGES/sphinx.po +4114 -0
  329. sphinx-8.1.1/sphinx/locale/sl/LC_MESSAGES/sphinx.js +65 -0
  330. sphinx-8.1.1/sphinx/locale/sl/LC_MESSAGES/sphinx.mo +0 -0
  331. sphinx-8.1.1/sphinx/locale/sl/LC_MESSAGES/sphinx.po +4111 -0
  332. sphinx-8.1.1/sphinx/locale/sphinx.pot +4131 -0
  333. sphinx-8.1.1/sphinx/locale/sq/LC_MESSAGES/sphinx.js +63 -0
  334. sphinx-8.1.1/sphinx/locale/sq/LC_MESSAGES/sphinx.mo +0 -0
  335. sphinx-8.1.1/sphinx/locale/sq/LC_MESSAGES/sphinx.po +4110 -0
  336. sphinx-8.1.1/sphinx/locale/sr/LC_MESSAGES/sphinx.js +64 -0
  337. sphinx-8.1.1/sphinx/locale/sr/LC_MESSAGES/sphinx.mo +0 -0
  338. sphinx-8.1.1/sphinx/locale/sr/LC_MESSAGES/sphinx.po +4112 -0
  339. sphinx-8.1.1/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo +0 -0
  340. sphinx-8.1.1/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo +0 -0
  341. sphinx-8.1.1/sphinx/locale/sv/LC_MESSAGES/sphinx.js +63 -0
  342. sphinx-8.1.1/sphinx/locale/sv/LC_MESSAGES/sphinx.mo +0 -0
  343. sphinx-8.1.1/sphinx/locale/sv/LC_MESSAGES/sphinx.po +4109 -0
  344. sphinx-8.1.1/sphinx/locale/te/LC_MESSAGES/sphinx.js +63 -0
  345. sphinx-8.1.1/sphinx/locale/te/LC_MESSAGES/sphinx.mo +0 -0
  346. sphinx-8.1.1/sphinx/locale/te/LC_MESSAGES/sphinx.po +4109 -0
  347. sphinx-8.1.1/sphinx/locale/tr/LC_MESSAGES/sphinx.js +63 -0
  348. sphinx-8.1.1/sphinx/locale/tr/LC_MESSAGES/sphinx.mo +0 -0
  349. sphinx-8.1.1/sphinx/locale/tr/LC_MESSAGES/sphinx.po +4113 -0
  350. sphinx-8.1.1/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js +65 -0
  351. sphinx-8.1.1/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo +0 -0
  352. sphinx-8.1.1/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +4112 -0
  353. sphinx-8.1.1/sphinx/locale/ur/LC_MESSAGES/sphinx.js +63 -0
  354. sphinx-8.1.1/sphinx/locale/ur/LC_MESSAGES/sphinx.mo +0 -0
  355. sphinx-8.1.1/sphinx/locale/ur/LC_MESSAGES/sphinx.po +4109 -0
  356. sphinx-8.1.1/sphinx/locale/vi/LC_MESSAGES/sphinx.js +62 -0
  357. sphinx-8.1.1/sphinx/locale/vi/LC_MESSAGES/sphinx.mo +0 -0
  358. sphinx-8.1.1/sphinx/locale/vi/LC_MESSAGES/sphinx.po +4109 -0
  359. sphinx-8.1.1/sphinx/locale/yue/LC_MESSAGES/sphinx.js +62 -0
  360. sphinx-8.1.1/sphinx/locale/yue/LC_MESSAGES/sphinx.mo +0 -0
  361. sphinx-8.1.1/sphinx/locale/yue/LC_MESSAGES/sphinx.po +4108 -0
  362. sphinx-8.1.1/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js +62 -0
  363. sphinx-8.1.1/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo +0 -0
  364. sphinx-8.1.1/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +4108 -0
  365. sphinx-8.1.1/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js +62 -0
  366. sphinx-8.1.1/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo +0 -0
  367. sphinx-8.1.1/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +4116 -0
  368. sphinx-8.1.1/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js +62 -0
  369. sphinx-8.1.1/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo +0 -0
  370. sphinx-8.1.1/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +4108 -0
  371. sphinx-8.1.1/sphinx/parsers.py +101 -0
  372. sphinx-8.1.1/sphinx/project.py +128 -0
  373. sphinx-8.1.1/sphinx/pycode/__init__.py +160 -0
  374. sphinx-8.1.1/sphinx/pycode/ast.py +203 -0
  375. sphinx-8.1.1/sphinx/pycode/parser.py +599 -0
  376. sphinx-8.1.1/sphinx/pygments_styles.py +96 -0
  377. sphinx-8.1.1/sphinx/registry.py +527 -0
  378. sphinx-8.1.1/sphinx/roles.py +602 -0
  379. sphinx-8.1.1/sphinx/search/__init__.py +622 -0
  380. sphinx-8.1.1/sphinx/search/da.py +118 -0
  381. sphinx-8.1.1/sphinx/search/de.py +301 -0
  382. sphinx-8.1.1/sphinx/search/en.py +220 -0
  383. sphinx-8.1.1/sphinx/search/es.py +361 -0
  384. sphinx-8.1.1/sphinx/search/fi.py +111 -0
  385. sphinx-8.1.1/sphinx/search/fr.py +197 -0
  386. sphinx-8.1.1/sphinx/search/hu.py +224 -0
  387. sphinx-8.1.1/sphinx/search/it.py +314 -0
  388. sphinx-8.1.1/sphinx/search/ja.py +545 -0
  389. sphinx-8.1.1/sphinx/search/nl.py +125 -0
  390. sphinx-8.1.1/sphinx/search/no.py +200 -0
  391. sphinx-8.1.1/sphinx/search/pt.py +259 -0
  392. sphinx-8.1.1/sphinx/search/ro.py +20 -0
  393. sphinx-8.1.1/sphinx/search/ru.py +249 -0
  394. sphinx-8.1.1/sphinx/search/sv.py +138 -0
  395. sphinx-8.1.1/sphinx/search/tr.py +20 -0
  396. sphinx-8.1.1/sphinx/search/zh.py +266 -0
  397. sphinx-8.1.1/sphinx/templates/graphviz/graphviz.css +12 -0
  398. sphinx-8.1.1/sphinx/testing/fixtures.py +263 -0
  399. sphinx-8.1.1/sphinx/testing/path.py +228 -0
  400. sphinx-8.1.1/sphinx/testing/util.py +289 -0
  401. sphinx-8.1.1/sphinx/texinputs/sphinx.sty +1195 -0
  402. sphinx-8.1.1/sphinx/texinputs/sphinxlatexadmonitions.sty +403 -0
  403. sphinx-8.1.1/sphinx/texinputs/sphinxlatexcontainers.sty +22 -0
  404. sphinx-8.1.1/sphinx/texinputs/sphinxlatexgraphics.sty +123 -0
  405. sphinx-8.1.1/sphinx/texinputs/sphinxlatexindbibtoc.sty +69 -0
  406. sphinx-8.1.1/sphinx/texinputs/sphinxlatexlists.sty +131 -0
  407. sphinx-8.1.1/sphinx/texinputs/sphinxlatexliterals.sty +1000 -0
  408. sphinx-8.1.1/sphinx/texinputs/sphinxlatexnumfig.sty +135 -0
  409. sphinx-8.1.1/sphinx/texinputs/sphinxlatexobjects.sty +365 -0
  410. sphinx-8.1.1/sphinx/texinputs/sphinxlatexshadowbox.sty +178 -0
  411. sphinx-8.1.1/sphinx/texinputs/sphinxlatexstyleheadings.sty +91 -0
  412. sphinx-8.1.1/sphinx/texinputs/sphinxlatexstylepage.sty +73 -0
  413. sphinx-8.1.1/sphinx/texinputs/sphinxlatexstyletext.sty +145 -0
  414. sphinx-8.1.1/sphinx/texinputs/sphinxlatextables.sty +1241 -0
  415. sphinx-8.1.1/sphinx/texinputs/sphinxoptionsgeometry.sty +54 -0
  416. sphinx-8.1.1/sphinx/texinputs/sphinxoptionshyperref.sty +35 -0
  417. sphinx-8.1.1/sphinx/themes/agogo/layout.html +95 -0
  418. sphinx-8.1.1/sphinx/themes/agogo/static/agogo.css.jinja +556 -0
  419. sphinx-8.1.1/sphinx/themes/basic/defindex.html +28 -0
  420. sphinx-8.1.1/sphinx/themes/basic/domainindex.html +48 -0
  421. sphinx-8.1.1/sphinx/themes/basic/genindex-single.html +56 -0
  422. sphinx-8.1.1/sphinx/themes/basic/genindex-split.html +33 -0
  423. sphinx-8.1.1/sphinx/themes/basic/genindex.html +68 -0
  424. sphinx-8.1.1/sphinx/themes/basic/globaltoc.html +3 -0
  425. sphinx-8.1.1/sphinx/themes/basic/layout.html +209 -0
  426. sphinx-8.1.1/sphinx/themes/basic/localtoc.html +7 -0
  427. sphinx-8.1.1/sphinx/themes/basic/page.html +5 -0
  428. sphinx-8.1.1/sphinx/themes/basic/relations.html +15 -0
  429. sphinx-8.1.1/sphinx/themes/basic/search.html +42 -0
  430. sphinx-8.1.1/sphinx/themes/basic/searchbox.html +13 -0
  431. sphinx-8.1.1/sphinx/themes/basic/searchfield.html +17 -0
  432. sphinx-8.1.1/sphinx/themes/basic/sourcelink.html +10 -0
  433. sphinx-8.1.1/sphinx/themes/basic/static/basic.css.jinja +914 -0
  434. sphinx-8.1.1/sphinx/themes/basic/static/doctools.js +149 -0
  435. sphinx-8.1.1/sphinx/themes/basic/static/language_data.js.jinja +19 -0
  436. sphinx-8.1.1/sphinx/themes/basic/static/searchtools.js +632 -0
  437. sphinx-8.1.1/sphinx/themes/bizstyle/layout.html +14 -0
  438. sphinx-8.1.1/sphinx/themes/bizstyle/static/bizstyle.css.jinja +516 -0
  439. sphinx-8.1.1/sphinx/themes/bizstyle/static/bizstyle.js.jinja +24 -0
  440. sphinx-8.1.1/sphinx/themes/classic/layout.html +15 -0
  441. sphinx-8.1.1/sphinx/themes/classic/static/classic.css.jinja +346 -0
  442. sphinx-8.1.1/sphinx/themes/classic/static/sidebar.js.jinja +66 -0
  443. sphinx-8.1.1/sphinx/themes/epub/epub-cover.html +17 -0
  444. sphinx-8.1.1/sphinx/themes/epub/layout.html +13 -0
  445. sphinx-8.1.1/sphinx/themes/epub/static/epub.css.jinja +727 -0
  446. sphinx-8.1.1/sphinx/themes/haiku/layout.html +58 -0
  447. sphinx-8.1.1/sphinx/themes/haiku/static/haiku.css.jinja +369 -0
  448. sphinx-8.1.1/sphinx/themes/nature/static/nature.css.jinja +245 -0
  449. sphinx-8.1.1/sphinx/themes/nonav/layout.html +15 -0
  450. sphinx-8.1.1/sphinx/themes/nonav/static/nonav.css.jinja +582 -0
  451. sphinx-8.1.1/sphinx/themes/pyramid/static/epub.css.jinja +305 -0
  452. sphinx-8.1.1/sphinx/themes/pyramid/static/pyramid.css.jinja +341 -0
  453. sphinx-8.1.1/sphinx/themes/scrolls/layout.html +41 -0
  454. sphinx-8.1.1/sphinx/themes/scrolls/static/scrolls.css.jinja +495 -0
  455. sphinx-8.1.1/sphinx/themes/sphinxdoc/static/sphinxdoc.css.jinja +349 -0
  456. sphinx-8.1.1/sphinx/themes/traditional/static/traditional.css.jinja +758 -0
  457. sphinx-8.1.1/sphinx/theming.py +561 -0
  458. sphinx-8.1.1/sphinx/transforms/__init__.py +548 -0
  459. sphinx-8.1.1/sphinx/transforms/compact_bullet_list.py +92 -0
  460. sphinx-8.1.1/sphinx/transforms/i18n.py +709 -0
  461. sphinx-8.1.1/sphinx/transforms/post_transforms/__init__.py +350 -0
  462. sphinx-8.1.1/sphinx/transforms/post_transforms/code.py +143 -0
  463. sphinx-8.1.1/sphinx/transforms/post_transforms/images.py +298 -0
  464. sphinx-8.1.1/sphinx/transforms/references.py +48 -0
  465. sphinx-8.1.1/sphinx/util/__init__.py +106 -0
  466. sphinx-8.1.1/sphinx/util/_files.py +80 -0
  467. sphinx-8.1.1/sphinx/util/_importer.py +27 -0
  468. sphinx-8.1.1/sphinx/util/_io.py +33 -0
  469. sphinx-8.1.1/sphinx/util/_lines.py +26 -0
  470. sphinx-8.1.1/sphinx/util/_pathlib.py +135 -0
  471. sphinx-8.1.1/sphinx/util/_serialise.py +53 -0
  472. sphinx-8.1.1/sphinx/util/_timestamps.py +13 -0
  473. sphinx-8.1.1/sphinx/util/_uri.py +16 -0
  474. sphinx-8.1.1/sphinx/util/cfamily.py +517 -0
  475. sphinx-8.1.1/sphinx/util/console.py +211 -0
  476. sphinx-8.1.1/sphinx/util/display.py +100 -0
  477. sphinx-8.1.1/sphinx/util/docfields.py +492 -0
  478. sphinx-8.1.1/sphinx/util/docstrings.py +88 -0
  479. sphinx-8.1.1/sphinx/util/docutils.py +777 -0
  480. sphinx-8.1.1/sphinx/util/exceptions.py +74 -0
  481. sphinx-8.1.1/sphinx/util/fileutil.py +165 -0
  482. sphinx-8.1.1/sphinx/util/http_date.py +48 -0
  483. sphinx-8.1.1/sphinx/util/i18n.py +322 -0
  484. sphinx-8.1.1/sphinx/util/images.py +149 -0
  485. sphinx-8.1.1/sphinx/util/inspect.py +951 -0
  486. sphinx-8.1.1/sphinx/util/inventory.py +229 -0
  487. sphinx-8.1.1/sphinx/util/logging.py +642 -0
  488. sphinx-8.1.1/sphinx/util/matching.py +170 -0
  489. sphinx-8.1.1/sphinx/util/math.py +62 -0
  490. sphinx-8.1.1/sphinx/util/nodes.py +747 -0
  491. sphinx-8.1.1/sphinx/util/osutil.py +265 -0
  492. sphinx-8.1.1/sphinx/util/parallel.py +160 -0
  493. sphinx-8.1.1/sphinx/util/parsing.py +95 -0
  494. sphinx-8.1.1/sphinx/util/png.py +43 -0
  495. sphinx-8.1.1/sphinx/util/requests.py +80 -0
  496. sphinx-8.1.1/sphinx/util/rst.py +114 -0
  497. sphinx-8.1.1/sphinx/util/tags.py +115 -0
  498. sphinx-8.1.1/sphinx/util/template.py +155 -0
  499. sphinx-8.1.1/sphinx/util/texescape.py +153 -0
  500. sphinx-8.1.1/sphinx/util/typing.py +606 -0
  501. sphinx-8.1.1/sphinx/versioning.py +184 -0
  502. sphinx-8.1.1/sphinx/writers/html.py +59 -0
  503. sphinx-8.1.1/sphinx/writers/html5.py +996 -0
  504. sphinx-8.1.1/sphinx/writers/latex.py +2494 -0
  505. sphinx-8.1.1/sphinx/writers/manpage.py +490 -0
  506. sphinx-8.1.1/sphinx/writers/texinfo.py +1592 -0
  507. sphinx-8.1.1/sphinx/writers/text.py +1329 -0
  508. sphinx-8.1.1/sphinx/writers/xml.py +53 -0
  509. sphinx-8.1.1/tests/conftest.py +82 -0
  510. sphinx-8.1.1/tests/js/fixtures/cpp/searchindex.js +1 -0
  511. sphinx-8.1.1/tests/js/fixtures/multiterm/searchindex.js +1 -0
  512. sphinx-8.1.1/tests/js/fixtures/partial/searchindex.js +1 -0
  513. sphinx-8.1.1/tests/js/fixtures/titles/searchindex.js +1 -0
  514. sphinx-8.1.1/tests/js/jasmine-browser.mjs +28 -0
  515. sphinx-8.1.1/tests/js/language_data.js +19 -0
  516. sphinx-8.1.1/tests/js/roots/partial/index.rst +9 -0
  517. sphinx-8.1.1/tests/js/roots/titles/index.rst +34 -0
  518. sphinx-8.1.1/tests/js/searchtools.spec.js +287 -0
  519. sphinx-8.1.1/tests/roots/test-apidoc-custom-templates/_templates/module.rst.jinja +2 -0
  520. sphinx-8.1.1/tests/roots/test-apidoc-custom-templates/_templates/module.rst_t +2 -0
  521. sphinx-8.1.1/tests/roots/test-apidoc-custom-templates/_templates/package.rst_t +2 -0
  522. sphinx-8.0.2/tests/roots/test-apidoc-duplicates/fish_licence/halibut.cpython-38-x86_64-linux-gnu.so → sphinx-8.1.1/tests/roots/test-apidoc-custom-templates/mypackage/mymodule.py +0 -0
  523. sphinx-8.1.1/tests/roots/test-basic/conf.py +4 -0
  524. sphinx-8.1.1/tests/roots/test-changes/conf.py +4 -0
  525. sphinx-8.1.1/tests/roots/test-ext-autodoc/target/abstractmethods.py +29 -0
  526. sphinx-8.1.1/tests/roots/test-ext-autodoc/target/callable.py +13 -0
  527. sphinx-8.1.1/tests/roots/test-ext-autodoc/target/methods.py +29 -0
  528. sphinx-8.1.1/tests/roots/test-ext-autosummary/autosummary_class_module.py +2 -0
  529. sphinx-8.1.1/tests/roots/test-ext-imgmockconverter/mocksvgconverter.py +38 -0
  530. sphinx-8.1.1/tests/roots/test-gettext-custom-output-template/_templates/message.pot.jinja +21 -0
  531. sphinx-8.1.1/tests/roots/test-gettext-custom-output-template/index.rst +7 -0
  532. sphinx-8.1.1/tests/roots/test-gettext-template/conf.py +1 -0
  533. sphinx-8.1.1/tests/roots/test-latex-contents-topic-sidebar/index.rst +19 -0
  534. sphinx-8.1.1/tests/roots/test-latex-table/expects/longtable_having_widths.tex +73 -0
  535. sphinx-8.1.1/tests/roots/test-latex-table/expects/table_having_widths.tex +46 -0
  536. sphinx-8.1.1/tests/roots/test-root/conf.py +156 -0
  537. sphinx-8.1.1/tests/roots/test-toctree-multiple-parents/alpha.rst +7 -0
  538. sphinx-8.1.1/tests/roots/test-toctree-multiple-parents/bravo.rst +7 -0
  539. sphinx-8.1.1/tests/roots/test-toctree-multiple-parents/charlie.rst +4 -0
  540. sphinx-8.1.1/tests/roots/test-toctree-multiple-parents/conf.py +1 -0
  541. sphinx-8.1.1/tests/roots/test-toctree-multiple-parents/delta.rst +7 -0
  542. sphinx-8.1.1/tests/roots/test-toctree-multiple-parents/index.rst +8 -0
  543. sphinx-8.1.1/tests/roots/test-toctree-multiple-parents/relation_graph.txt +7 -0
  544. sphinx-8.1.1/tests/test_application.py +177 -0
  545. sphinx-8.1.1/tests/test_builders/test_build.py +191 -0
  546. sphinx-8.1.1/tests/test_builders/test_build_changes.py +39 -0
  547. sphinx-8.1.1/tests/test_builders/test_build_dirhtml.py +55 -0
  548. sphinx-8.1.1/tests/test_builders/test_build_epub.py +491 -0
  549. sphinx-8.1.1/tests/test_builders/test_build_gettext.py +323 -0
  550. sphinx-8.1.1/tests/test_builders/test_build_html.py +655 -0
  551. sphinx-8.1.1/tests/test_builders/test_build_html_5_output.py +523 -0
  552. sphinx-8.1.1/tests/test_builders/test_build_html_assets.py +172 -0
  553. sphinx-8.1.1/tests/test_builders/test_build_html_code.py +59 -0
  554. sphinx-8.1.1/tests/test_builders/test_build_html_copyright.py +81 -0
  555. sphinx-8.1.1/tests/test_builders/test_build_html_download.py +76 -0
  556. sphinx-8.1.1/tests/test_builders/test_build_html_highlight.py +114 -0
  557. sphinx-8.1.1/tests/test_builders/test_build_html_image.py +110 -0
  558. sphinx-8.1.1/tests/test_builders/test_build_html_maths.py +76 -0
  559. sphinx-8.1.1/tests/test_builders/test_build_html_numfig.py +1103 -0
  560. sphinx-8.1.1/tests/test_builders/test_build_html_tocdepth.py +114 -0
  561. sphinx-8.1.1/tests/test_builders/test_build_html_toctree.py +87 -0
  562. sphinx-8.1.1/tests/test_builders/test_build_latex.py +2328 -0
  563. sphinx-8.1.1/tests/test_builders/test_build_linkcheck.py +1318 -0
  564. sphinx-8.1.1/tests/test_builders/test_build_manpage.py +119 -0
  565. sphinx-8.1.1/tests/test_builders/test_build_texinfo.py +147 -0
  566. sphinx-8.1.1/tests/test_builders/test_build_text.py +280 -0
  567. sphinx-8.1.1/tests/test_builders/test_build_warnings.py +131 -0
  568. sphinx-8.1.1/tests/test_builders/test_incremental_reading.py +53 -0
  569. sphinx-8.1.1/tests/test_builders/xpath_data.py +8 -0
  570. sphinx-8.1.1/tests/test_builders/xpath_html_util.py +19 -0
  571. sphinx-8.1.1/tests/test_builders/xpath_util.py +83 -0
  572. sphinx-8.1.1/tests/test_command_line.py +233 -0
  573. sphinx-8.1.1/tests/test_config/test_config.py +782 -0
  574. sphinx-8.1.1/tests/test_config/test_copyright.py +232 -0
  575. sphinx-8.1.1/tests/test_directives/test_directive_code.py +612 -0
  576. sphinx-8.1.1/tests/test_directives/test_directive_object_description.py +65 -0
  577. sphinx-8.1.1/tests/test_directives/test_directive_only.py +49 -0
  578. sphinx-8.1.1/tests/test_directives/test_directive_option.py +57 -0
  579. sphinx-8.1.1/tests/test_directives/test_directive_other.py +205 -0
  580. sphinx-8.1.1/tests/test_directives/test_directive_patch.py +126 -0
  581. sphinx-8.1.1/tests/test_directives/test_directives_no_typesetting.py +218 -0
  582. sphinx-8.1.1/tests/test_domains/test_domain_c.py +1396 -0
  583. sphinx-8.1.1/tests/test_domains/test_domain_cpp.py +2446 -0
  584. sphinx-8.1.1/tests/test_domains/test_domain_js.py +755 -0
  585. sphinx-8.1.1/tests/test_domains/test_domain_py.py +1501 -0
  586. sphinx-8.1.1/tests/test_domains/test_domain_py_canonical.py +107 -0
  587. sphinx-8.1.1/tests/test_domains/test_domain_py_fields.py +580 -0
  588. sphinx-8.1.1/tests/test_domains/test_domain_py_pyfunction.py +810 -0
  589. sphinx-8.1.1/tests/test_domains/test_domain_py_pyobject.py +1092 -0
  590. sphinx-8.1.1/tests/test_domains/test_domain_rst.py +279 -0
  591. sphinx-8.1.1/tests/test_domains/test_domain_std.py +660 -0
  592. sphinx-8.1.1/tests/test_environment/test_environment.py +222 -0
  593. sphinx-8.1.1/tests/test_environment/test_environment_indexentries.py +284 -0
  594. sphinx-8.1.1/tests/test_environment/test_environment_toctree.py +877 -0
  595. sphinx-8.1.1/tests/test_errors.py +11 -0
  596. sphinx-8.1.1/tests/test_events.py +61 -0
  597. sphinx-8.1.1/tests/test_extensions/test_ext_apidoc.py +767 -0
  598. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc.py +3136 -0
  599. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_autoclass.py +586 -0
  600. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_autofunction.py +214 -0
  601. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_automodule.py +224 -0
  602. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_autoproperty.py +97 -0
  603. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_configs.py +1849 -0
  604. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_events.py +115 -0
  605. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_mock.py +152 -0
  606. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_preserve_defaults.py +200 -0
  607. sphinx-8.1.1/tests/test_extensions/test_ext_autodoc_private_members.py +163 -0
  608. sphinx-8.1.1/tests/test_extensions/test_ext_autosectionlabel.py +100 -0
  609. sphinx-8.1.1/tests/test_extensions/test_ext_autosummary.py +926 -0
  610. sphinx-8.1.1/tests/test_extensions/test_ext_autosummary_imports.py +66 -0
  611. sphinx-8.1.1/tests/test_extensions/test_ext_coverage.py +125 -0
  612. sphinx-8.1.1/tests/test_extensions/test_ext_doctest.py +143 -0
  613. sphinx-8.1.1/tests/test_extensions/test_ext_duration.py +17 -0
  614. sphinx-8.1.1/tests/test_extensions/test_ext_extlinks.py +51 -0
  615. sphinx-8.1.1/tests/test_extensions/test_ext_githubpages.py +32 -0
  616. sphinx-8.1.1/tests/test_extensions/test_ext_graphviz.py +219 -0
  617. sphinx-8.1.1/tests/test_extensions/test_ext_ifconfig.py +27 -0
  618. sphinx-8.1.1/tests/test_extensions/test_ext_imgconverter.py +39 -0
  619. sphinx-8.1.1/tests/test_extensions/test_ext_inheritance_diagram.py +376 -0
  620. sphinx-8.1.1/tests/test_extensions/test_ext_intersphinx.py +868 -0
  621. sphinx-8.1.1/tests/test_extensions/test_ext_intersphinx_cache.py +312 -0
  622. sphinx-8.1.1/tests/test_extensions/test_ext_math.py +554 -0
  623. sphinx-8.1.1/tests/test_extensions/test_ext_napoleon.py +291 -0
  624. sphinx-8.1.1/tests/test_extensions/test_ext_napoleon_docstring.py +2909 -0
  625. sphinx-8.1.1/tests/test_extensions/test_ext_todo.py +121 -0
  626. sphinx-8.1.1/tests/test_extensions/test_ext_viewcode.py +163 -0
  627. sphinx-8.1.1/tests/test_extensions/test_extension.py +28 -0
  628. sphinx-8.1.1/tests/test_highlighting.py +125 -0
  629. sphinx-8.1.1/tests/test_intl/test_catalogs.py +85 -0
  630. sphinx-8.1.1/tests/test_intl/test_intl.py +1959 -0
  631. sphinx-8.1.1/tests/test_intl/test_locale.py +85 -0
  632. sphinx-8.1.1/tests/test_markup/test_markup.py +820 -0
  633. sphinx-8.1.1/tests/test_markup/test_metadata.py +47 -0
  634. sphinx-8.1.1/tests/test_markup/test_parser.py +63 -0
  635. sphinx-8.1.1/tests/test_markup/test_smartquotes.py +164 -0
  636. sphinx-8.1.1/tests/test_project.py +100 -0
  637. sphinx-8.1.1/tests/test_pycode/test_pycode.py +191 -0
  638. sphinx-8.1.1/tests/test_pycode/test_pycode_ast.py +71 -0
  639. sphinx-8.1.1/tests/test_pycode/test_pycode_parser.py +598 -0
  640. sphinx-8.1.1/tests/test_quickstart.py +273 -0
  641. sphinx-8.1.1/tests/test_roles.py +137 -0
  642. sphinx-8.1.1/tests/test_search.py +487 -0
  643. sphinx-8.1.1/tests/test_theming/test_html_theme.py +43 -0
  644. sphinx-8.1.1/tests/test_theming/test_templating.py +48 -0
  645. sphinx-8.1.1/tests/test_theming/test_theming.py +250 -0
  646. sphinx-8.1.1/tests/test_transforms/__init__.py +0 -0
  647. sphinx-8.1.1/tests/test_transforms/test_transforms_move_module_targets.py +82 -0
  648. sphinx-8.1.1/tests/test_transforms/test_transforms_post_transforms.py +316 -0
  649. sphinx-8.1.1/tests/test_transforms/test_transforms_post_transforms_code.py +47 -0
  650. sphinx-8.1.1/tests/test_transforms/test_transforms_reorder_nodes.py +143 -0
  651. sphinx-8.1.1/tests/test_transforms/test_unreferenced_footnotes.py +43 -0
  652. sphinx-8.1.1/tests/test_util/__init__.py +0 -0
  653. sphinx-8.1.1/tests/test_util/intersphinx_data.py +64 -0
  654. sphinx-8.1.1/tests/test_util/test_util.py +16 -0
  655. sphinx-8.1.1/tests/test_util/test_util_display.py +108 -0
  656. sphinx-8.1.1/tests/test_util/test_util_docstrings.py +82 -0
  657. sphinx-8.1.1/tests/test_util/test_util_docutils.py +100 -0
  658. sphinx-8.1.1/tests/test_util/test_util_docutils_sphinx_directive.py +148 -0
  659. sphinx-8.1.1/tests/test_util/test_util_fileutil.py +151 -0
  660. sphinx-8.1.1/tests/test_util/test_util_i18n.py +210 -0
  661. sphinx-8.1.1/tests/test_util/test_util_images.py +85 -0
  662. sphinx-8.1.1/tests/test_util/test_util_importer.py +26 -0
  663. sphinx-8.1.1/tests/test_util/test_util_inspect.py +905 -0
  664. sphinx-8.1.1/tests/test_util/test_util_inventory.py +128 -0
  665. sphinx-8.1.1/tests/test_util/test_util_lines.py +22 -0
  666. sphinx-8.1.1/tests/test_util/test_util_logging.py +388 -0
  667. sphinx-8.1.1/tests/test_util/test_util_matching.py +314 -0
  668. sphinx-8.1.1/tests/test_util/test_util_nodes.py +272 -0
  669. sphinx-8.1.1/tests/test_util/test_util_rst.py +179 -0
  670. sphinx-8.1.1/tests/test_util/test_util_template.py +27 -0
  671. sphinx-8.1.1/tests/test_util/test_util_typing.py +989 -0
  672. sphinx-8.1.1/tests/test_util/test_util_uri.py +21 -0
  673. sphinx-8.1.1/tests/test_util/typing_test_data.py +133 -0
  674. sphinx-8.1.1/tests/test_writers/__init__.py +0 -0
  675. sphinx-8.1.1/tests/test_writers/test_api_translator.py +92 -0
  676. sphinx-8.1.1/tests/test_writers/test_docutilsconf.py +38 -0
  677. sphinx-8.1.1/tests/utils.py +127 -0
  678. sphinx-8.1.1/tox.ini +87 -0
  679. sphinx-8.1.1/utils/__init__.py +0 -0
  680. sphinx-8.1.1/utils/babel_runner.py +298 -0
  681. sphinx-8.1.1/utils/bump_version.py +207 -0
  682. sphinx-8.1.1/utils/convert_attestations.py +42 -0
  683. sphinx-8.0.2/AUTHORS.rst +0 -106
  684. sphinx-8.0.2/CHANGES.rst +0 -9668
  685. sphinx-8.0.2/EXAMPLES.rst +0 -468
  686. sphinx-8.0.2/LICENSE.rst +0 -67
  687. sphinx-8.0.2/PKG-INFO +0 -151
  688. sphinx-8.0.2/doc/_static/diagrams/sphinx_build_flow.dot +0 -47
  689. sphinx-8.0.2/doc/_static/diagrams/sphinx_core_events_flow.dot +0 -125
  690. sphinx-8.0.2/doc/_themes/sphinx13/static/sphinx13.css +0 -697
  691. sphinx-8.0.2/doc/changes.rst +0 -20
  692. sphinx-8.0.2/doc/conf.py +0 -333
  693. sphinx-8.0.2/doc/development/html_themes/index.rst +0 -455
  694. sphinx-8.0.2/doc/development/tutorials/examples/recipe.py +0 -166
  695. sphinx-8.0.2/doc/development/tutorials/examples/todo.py +0 -138
  696. sphinx-8.0.2/doc/extdev/builderapi.rst +0 -66
  697. sphinx-8.0.2/doc/extdev/deprecated.rst +0 -1930
  698. sphinx-8.0.2/doc/extdev/domainapi.rst +0 -32
  699. sphinx-8.0.2/doc/extdev/event_callbacks.rst +0 -424
  700. sphinx-8.0.2/doc/extdev/index.rst +0 -220
  701. sphinx-8.0.2/doc/extdev/parserapi.rst +0 -38
  702. sphinx-8.0.2/doc/extdev/testing.rst +0 -32
  703. sphinx-8.0.2/doc/index.rst +0 -193
  704. sphinx-8.0.2/doc/internals/contributing.rst +0 -359
  705. sphinx-8.0.2/doc/latex.rst +0 -1904
  706. sphinx-8.0.2/doc/man/index.rst +0 -22
  707. sphinx-8.0.2/doc/man/sphinx-autogen.rst +0 -102
  708. sphinx-8.0.2/doc/man/sphinx-build.rst +0 -382
  709. sphinx-8.0.2/doc/tutorial/narrative-documentation.rst +0 -130
  710. sphinx-8.0.2/doc/usage/advanced/intl.rst +0 -415
  711. sphinx-8.0.2/doc/usage/advanced/websupport/api.rst +0 -80
  712. sphinx-8.0.2/doc/usage/advanced/websupport/quickstart.rst +0 -255
  713. sphinx-8.0.2/doc/usage/advanced/websupport/searchadapters.rst +0 -49
  714. sphinx-8.0.2/doc/usage/advanced/websupport/storagebackends.rst +0 -49
  715. sphinx-8.0.2/doc/usage/configuration.rst +0 -4173
  716. sphinx-8.0.2/doc/usage/domains/index.rst +0 -210
  717. sphinx-8.0.2/doc/usage/domains/python.rst +0 -744
  718. sphinx-8.0.2/doc/usage/domains/restructuredtext.rst +0 -100
  719. sphinx-8.0.2/doc/usage/extensions/autodoc.rst +0 -910
  720. sphinx-8.0.2/doc/usage/extensions/autosectionlabel.rst +0 -56
  721. sphinx-8.0.2/doc/usage/extensions/intersphinx.rst +0 -231
  722. sphinx-8.0.2/doc/usage/quickstart.rst +0 -326
  723. sphinx-8.0.2/doc/usage/referencing.rst +0 -269
  724. sphinx-8.0.2/doc/usage/restructuredtext/basics.rst +0 -637
  725. sphinx-8.0.2/doc/usage/restructuredtext/directives.rst +0 -1508
  726. sphinx-8.0.2/doc/usage/restructuredtext/roles.rst +0 -304
  727. sphinx-8.0.2/doc/usage/theming.rst +0 -364
  728. sphinx-8.0.2/pyproject.toml +0 -318
  729. sphinx-8.0.2/sphinx/__init__.py +0 -52
  730. sphinx-8.0.2/sphinx/_cli/__init__.py +0 -296
  731. sphinx-8.0.2/sphinx/_cli/util/colour.py +0 -103
  732. sphinx-8.0.2/sphinx/_cli/util/errors.py +0 -165
  733. sphinx-8.0.2/sphinx/application.py +0 -1400
  734. sphinx-8.0.2/sphinx/builders/__init__.py +0 -709
  735. sphinx-8.0.2/sphinx/builders/_epub_base.py +0 -745
  736. sphinx-8.0.2/sphinx/builders/changes.py +0 -174
  737. sphinx-8.0.2/sphinx/builders/dirhtml.py +0 -55
  738. sphinx-8.0.2/sphinx/builders/dummy.py +0 -49
  739. sphinx-8.0.2/sphinx/builders/epub3.py +0 -307
  740. sphinx-8.0.2/sphinx/builders/gettext.py +0 -323
  741. sphinx-8.0.2/sphinx/builders/html/__init__.py +0 -1443
  742. sphinx-8.0.2/sphinx/builders/html/_assets.py +0 -146
  743. sphinx-8.0.2/sphinx/builders/html/transforms.py +0 -88
  744. sphinx-8.0.2/sphinx/builders/latex/__init__.py +0 -584
  745. sphinx-8.0.2/sphinx/builders/latex/constants.py +0 -215
  746. sphinx-8.0.2/sphinx/builders/latex/nodes.py +0 -41
  747. sphinx-8.0.2/sphinx/builders/latex/theming.py +0 -135
  748. sphinx-8.0.2/sphinx/builders/latex/transforms.py +0 -651
  749. sphinx-8.0.2/sphinx/builders/linkcheck.py +0 -694
  750. sphinx-8.0.2/sphinx/builders/manpage.py +0 -129
  751. sphinx-8.0.2/sphinx/builders/singlehtml.py +0 -203
  752. sphinx-8.0.2/sphinx/builders/texinfo.py +0 -239
  753. sphinx-8.0.2/sphinx/builders/text.py +0 -99
  754. sphinx-8.0.2/sphinx/builders/xml.py +0 -130
  755. sphinx-8.0.2/sphinx/cmd/build.py +0 -388
  756. sphinx-8.0.2/sphinx/cmd/make_mode.py +0 -176
  757. sphinx-8.0.2/sphinx/cmd/quickstart.py +0 -604
  758. sphinx-8.0.2/sphinx/config.py +0 -770
  759. sphinx-8.0.2/sphinx/deprecation.py +0 -76
  760. sphinx-8.0.2/sphinx/directives/__init__.py +0 -376
  761. sphinx-8.0.2/sphinx/directives/code.py +0 -479
  762. sphinx-8.0.2/sphinx/directives/other.py +0 -449
  763. sphinx-8.0.2/sphinx/directives/patches.py +0 -216
  764. sphinx-8.0.2/sphinx/domains/__init__.py +0 -408
  765. sphinx-8.0.2/sphinx/domains/c/__init__.py +0 -849
  766. sphinx-8.0.2/sphinx/domains/c/_parser.py +0 -1049
  767. sphinx-8.0.2/sphinx/domains/changeset.py +0 -164
  768. sphinx-8.0.2/sphinx/domains/citation.py +0 -157
  769. sphinx-8.0.2/sphinx/domains/cpp/__init__.py +0 -1180
  770. sphinx-8.0.2/sphinx/domains/cpp/_parser.py +0 -2117
  771. sphinx-8.0.2/sphinx/domains/index.py +0 -128
  772. sphinx-8.0.2/sphinx/domains/javascript.py +0 -508
  773. sphinx-8.0.2/sphinx/domains/math.py +0 -158
  774. sphinx-8.0.2/sphinx/domains/python/__init__.py +0 -942
  775. sphinx-8.0.2/sphinx/domains/python/_object.py +0 -427
  776. sphinx-8.0.2/sphinx/domains/rst.py +0 -304
  777. sphinx-8.0.2/sphinx/domains/std/__init__.py +0 -1206
  778. sphinx-8.0.2/sphinx/environment/__init__.py +0 -784
  779. sphinx-8.0.2/sphinx/environment/adapters/asset.py +0 -15
  780. sphinx-8.0.2/sphinx/environment/adapters/indexentries.py +0 -232
  781. sphinx-8.0.2/sphinx/environment/adapters/toctree.py +0 -521
  782. sphinx-8.0.2/sphinx/environment/collectors/__init__.py +0 -89
  783. sphinx-8.0.2/sphinx/environment/collectors/asset.py +0 -148
  784. sphinx-8.0.2/sphinx/environment/collectors/dependencies.py +0 -58
  785. sphinx-8.0.2/sphinx/environment/collectors/metadata.py +0 -71
  786. sphinx-8.0.2/sphinx/environment/collectors/title.py +0 -62
  787. sphinx-8.0.2/sphinx/environment/collectors/toctree.py +0 -369
  788. sphinx-8.0.2/sphinx/errors.py +0 -138
  789. sphinx-8.0.2/sphinx/events.py +0 -129
  790. sphinx-8.0.2/sphinx/ext/apidoc.py +0 -697
  791. sphinx-8.0.2/sphinx/ext/autodoc/__init__.py +0 -2842
  792. sphinx-8.0.2/sphinx/ext/autodoc/importer.py +0 -409
  793. sphinx-8.0.2/sphinx/ext/autosectionlabel.py +0 -70
  794. sphinx-8.0.2/sphinx/ext/autosummary/__init__.py +0 -865
  795. sphinx-8.0.2/sphinx/ext/autosummary/generate.py +0 -868
  796. sphinx-8.0.2/sphinx/ext/coverage.py +0 -496
  797. sphinx-8.0.2/sphinx/ext/doctest.py +0 -580
  798. sphinx-8.0.2/sphinx/ext/duration.py +0 -100
  799. sphinx-8.0.2/sphinx/ext/inheritance_diagram.py +0 -494
  800. sphinx-8.0.2/sphinx/ext/intersphinx/_cli.py +0 -45
  801. sphinx-8.0.2/sphinx/ext/intersphinx/_load.py +0 -378
  802. sphinx-8.0.2/sphinx/ext/intersphinx/_resolve.py +0 -509
  803. sphinx-8.0.2/sphinx/ext/intersphinx/_shared.py +0 -146
  804. sphinx-8.0.2/sphinx/ext/linkcode.py +0 -78
  805. sphinx-8.0.2/sphinx/ext/mathjax.py +0 -127
  806. sphinx-8.0.2/sphinx/ext/napoleon/__init__.py +0 -479
  807. sphinx-8.0.2/sphinx/ext/napoleon/docstring.py +0 -1365
  808. sphinx-8.0.2/sphinx/ext/todo.py +0 -253
  809. sphinx-8.0.2/sphinx/highlighting.py +0 -224
  810. sphinx-8.0.2/sphinx/io.py +0 -194
  811. sphinx-8.0.2/sphinx/jinja2glue.py +0 -229
  812. sphinx-8.0.2/sphinx/locale/__init__.py +0 -235
  813. sphinx-8.0.2/sphinx/locale/ar/LC_MESSAGES/sphinx.js +0 -60
  814. sphinx-8.0.2/sphinx/locale/ar/LC_MESSAGES/sphinx.mo +0 -0
  815. sphinx-8.0.2/sphinx/locale/ar/LC_MESSAGES/sphinx.po +0 -4157
  816. sphinx-8.0.2/sphinx/locale/bg/LC_MESSAGES/sphinx.js +0 -60
  817. sphinx-8.0.2/sphinx/locale/bg/LC_MESSAGES/sphinx.mo +0 -0
  818. sphinx-8.0.2/sphinx/locale/bg/LC_MESSAGES/sphinx.po +0 -4156
  819. sphinx-8.0.2/sphinx/locale/bn/LC_MESSAGES/sphinx.js +0 -60
  820. sphinx-8.0.2/sphinx/locale/bn/LC_MESSAGES/sphinx.mo +0 -0
  821. sphinx-8.0.2/sphinx/locale/bn/LC_MESSAGES/sphinx.po +0 -4156
  822. sphinx-8.0.2/sphinx/locale/ca/LC_MESSAGES/sphinx.js +0 -60
  823. sphinx-8.0.2/sphinx/locale/ca/LC_MESSAGES/sphinx.mo +0 -0
  824. sphinx-8.0.2/sphinx/locale/ca/LC_MESSAGES/sphinx.po +0 -4159
  825. sphinx-8.0.2/sphinx/locale/cak/LC_MESSAGES/sphinx.js +0 -60
  826. sphinx-8.0.2/sphinx/locale/cak/LC_MESSAGES/sphinx.mo +0 -0
  827. sphinx-8.0.2/sphinx/locale/cak/LC_MESSAGES/sphinx.po +0 -4156
  828. sphinx-8.0.2/sphinx/locale/cs/LC_MESSAGES/sphinx.js +0 -60
  829. sphinx-8.0.2/sphinx/locale/cs/LC_MESSAGES/sphinx.mo +0 -0
  830. sphinx-8.0.2/sphinx/locale/cs/LC_MESSAGES/sphinx.po +0 -4157
  831. sphinx-8.0.2/sphinx/locale/cy/LC_MESSAGES/sphinx.js +0 -60
  832. sphinx-8.0.2/sphinx/locale/cy/LC_MESSAGES/sphinx.mo +0 -0
  833. sphinx-8.0.2/sphinx/locale/cy/LC_MESSAGES/sphinx.po +0 -4157
  834. sphinx-8.0.2/sphinx/locale/da/LC_MESSAGES/sphinx.js +0 -60
  835. sphinx-8.0.2/sphinx/locale/da/LC_MESSAGES/sphinx.mo +0 -0
  836. sphinx-8.0.2/sphinx/locale/da/LC_MESSAGES/sphinx.po +0 -4159
  837. sphinx-8.0.2/sphinx/locale/de/LC_MESSAGES/sphinx.js +0 -60
  838. sphinx-8.0.2/sphinx/locale/de/LC_MESSAGES/sphinx.mo +0 -0
  839. sphinx-8.0.2/sphinx/locale/de/LC_MESSAGES/sphinx.po +0 -4159
  840. sphinx-8.0.2/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js +0 -60
  841. sphinx-8.0.2/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo +0 -0
  842. sphinx-8.0.2/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po +0 -4155
  843. sphinx-8.0.2/sphinx/locale/el/LC_MESSAGES/sphinx.js +0 -60
  844. sphinx-8.0.2/sphinx/locale/el/LC_MESSAGES/sphinx.mo +0 -0
  845. sphinx-8.0.2/sphinx/locale/el/LC_MESSAGES/sphinx.po +0 -4158
  846. sphinx-8.0.2/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js +0 -60
  847. sphinx-8.0.2/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo +0 -0
  848. sphinx-8.0.2/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po +0 -4155
  849. sphinx-8.0.2/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js +0 -60
  850. sphinx-8.0.2/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo +0 -0
  851. sphinx-8.0.2/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +0 -4155
  852. sphinx-8.0.2/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js +0 -60
  853. sphinx-8.0.2/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo +0 -0
  854. sphinx-8.0.2/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +0 -4156
  855. sphinx-8.0.2/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js +0 -60
  856. sphinx-8.0.2/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo +0 -0
  857. sphinx-8.0.2/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +0 -4155
  858. sphinx-8.0.2/sphinx/locale/eo/LC_MESSAGES/sphinx.js +0 -60
  859. sphinx-8.0.2/sphinx/locale/eo/LC_MESSAGES/sphinx.mo +0 -0
  860. sphinx-8.0.2/sphinx/locale/eo/LC_MESSAGES/sphinx.po +0 -4157
  861. sphinx-8.0.2/sphinx/locale/es/LC_MESSAGES/sphinx.js +0 -60
  862. sphinx-8.0.2/sphinx/locale/es/LC_MESSAGES/sphinx.mo +0 -0
  863. sphinx-8.0.2/sphinx/locale/es/LC_MESSAGES/sphinx.po +0 -4164
  864. sphinx-8.0.2/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js +0 -60
  865. sphinx-8.0.2/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo +0 -0
  866. sphinx-8.0.2/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po +0 -4155
  867. sphinx-8.0.2/sphinx/locale/et/LC_MESSAGES/sphinx.js +0 -60
  868. sphinx-8.0.2/sphinx/locale/et/LC_MESSAGES/sphinx.mo +0 -0
  869. sphinx-8.0.2/sphinx/locale/et/LC_MESSAGES/sphinx.po +0 -4159
  870. sphinx-8.0.2/sphinx/locale/eu/LC_MESSAGES/sphinx.js +0 -60
  871. sphinx-8.0.2/sphinx/locale/eu/LC_MESSAGES/sphinx.mo +0 -0
  872. sphinx-8.0.2/sphinx/locale/eu/LC_MESSAGES/sphinx.po +0 -4157
  873. sphinx-8.0.2/sphinx/locale/fa/LC_MESSAGES/sphinx.js +0 -60
  874. sphinx-8.0.2/sphinx/locale/fa/LC_MESSAGES/sphinx.mo +0 -0
  875. sphinx-8.0.2/sphinx/locale/fa/LC_MESSAGES/sphinx.po +0 -4159
  876. sphinx-8.0.2/sphinx/locale/fi/LC_MESSAGES/sphinx.js +0 -60
  877. sphinx-8.0.2/sphinx/locale/fi/LC_MESSAGES/sphinx.mo +0 -0
  878. sphinx-8.0.2/sphinx/locale/fi/LC_MESSAGES/sphinx.po +0 -4156
  879. sphinx-8.0.2/sphinx/locale/fr/LC_MESSAGES/sphinx.js +0 -60
  880. sphinx-8.0.2/sphinx/locale/fr/LC_MESSAGES/sphinx.mo +0 -0
  881. sphinx-8.0.2/sphinx/locale/fr/LC_MESSAGES/sphinx.po +0 -4183
  882. sphinx-8.0.2/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js +0 -60
  883. sphinx-8.0.2/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo +0 -0
  884. sphinx-8.0.2/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +0 -4155
  885. sphinx-8.0.2/sphinx/locale/gl/LC_MESSAGES/sphinx.js +0 -60
  886. sphinx-8.0.2/sphinx/locale/gl/LC_MESSAGES/sphinx.mo +0 -0
  887. sphinx-8.0.2/sphinx/locale/gl/LC_MESSAGES/sphinx.po +0 -4156
  888. sphinx-8.0.2/sphinx/locale/he/LC_MESSAGES/sphinx.js +0 -60
  889. sphinx-8.0.2/sphinx/locale/he/LC_MESSAGES/sphinx.mo +0 -0
  890. sphinx-8.0.2/sphinx/locale/he/LC_MESSAGES/sphinx.po +0 -4156
  891. sphinx-8.0.2/sphinx/locale/hi/LC_MESSAGES/sphinx.js +0 -60
  892. sphinx-8.0.2/sphinx/locale/hi/LC_MESSAGES/sphinx.mo +0 -0
  893. sphinx-8.0.2/sphinx/locale/hi/LC_MESSAGES/sphinx.po +0 -4159
  894. sphinx-8.0.2/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js +0 -60
  895. sphinx-8.0.2/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo +0 -0
  896. sphinx-8.0.2/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +0 -4155
  897. sphinx-8.0.2/sphinx/locale/hr/LC_MESSAGES/sphinx.js +0 -60
  898. sphinx-8.0.2/sphinx/locale/hr/LC_MESSAGES/sphinx.mo +0 -0
  899. sphinx-8.0.2/sphinx/locale/hr/LC_MESSAGES/sphinx.po +0 -4156
  900. sphinx-8.0.2/sphinx/locale/hu/LC_MESSAGES/sphinx.js +0 -60
  901. sphinx-8.0.2/sphinx/locale/hu/LC_MESSAGES/sphinx.mo +0 -0
  902. sphinx-8.0.2/sphinx/locale/hu/LC_MESSAGES/sphinx.po +0 -4161
  903. sphinx-8.0.2/sphinx/locale/id/LC_MESSAGES/sphinx.js +0 -60
  904. sphinx-8.0.2/sphinx/locale/id/LC_MESSAGES/sphinx.mo +0 -0
  905. sphinx-8.0.2/sphinx/locale/id/LC_MESSAGES/sphinx.po +0 -4161
  906. sphinx-8.0.2/sphinx/locale/is/LC_MESSAGES/sphinx.js +0 -60
  907. sphinx-8.0.2/sphinx/locale/is/LC_MESSAGES/sphinx.mo +0 -0
  908. sphinx-8.0.2/sphinx/locale/is/LC_MESSAGES/sphinx.po +0 -4156
  909. sphinx-8.0.2/sphinx/locale/it/LC_MESSAGES/sphinx.js +0 -60
  910. sphinx-8.0.2/sphinx/locale/it/LC_MESSAGES/sphinx.mo +0 -0
  911. sphinx-8.0.2/sphinx/locale/it/LC_MESSAGES/sphinx.po +0 -4162
  912. sphinx-8.0.2/sphinx/locale/ja/LC_MESSAGES/sphinx.js +0 -60
  913. sphinx-8.0.2/sphinx/locale/ja/LC_MESSAGES/sphinx.mo +0 -0
  914. sphinx-8.0.2/sphinx/locale/ja/LC_MESSAGES/sphinx.po +0 -4172
  915. sphinx-8.0.2/sphinx/locale/ka/LC_MESSAGES/sphinx.js +0 -60
  916. sphinx-8.0.2/sphinx/locale/ka/LC_MESSAGES/sphinx.mo +0 -0
  917. sphinx-8.0.2/sphinx/locale/ka/LC_MESSAGES/sphinx.po +0 -4155
  918. sphinx-8.0.2/sphinx/locale/ko/LC_MESSAGES/sphinx.js +0 -60
  919. sphinx-8.0.2/sphinx/locale/ko/LC_MESSAGES/sphinx.mo +0 -0
  920. sphinx-8.0.2/sphinx/locale/ko/LC_MESSAGES/sphinx.po +0 -4157
  921. sphinx-8.0.2/sphinx/locale/lt/LC_MESSAGES/sphinx.js +0 -60
  922. sphinx-8.0.2/sphinx/locale/lt/LC_MESSAGES/sphinx.mo +0 -0
  923. sphinx-8.0.2/sphinx/locale/lt/LC_MESSAGES/sphinx.po +0 -4156
  924. sphinx-8.0.2/sphinx/locale/lv/LC_MESSAGES/sphinx.js +0 -60
  925. sphinx-8.0.2/sphinx/locale/lv/LC_MESSAGES/sphinx.mo +0 -0
  926. sphinx-8.0.2/sphinx/locale/lv/LC_MESSAGES/sphinx.po +0 -4155
  927. sphinx-8.0.2/sphinx/locale/mk/LC_MESSAGES/sphinx.js +0 -60
  928. sphinx-8.0.2/sphinx/locale/mk/LC_MESSAGES/sphinx.mo +0 -0
  929. sphinx-8.0.2/sphinx/locale/mk/LC_MESSAGES/sphinx.po +0 -4156
  930. sphinx-8.0.2/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js +0 -60
  931. sphinx-8.0.2/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo +0 -0
  932. sphinx-8.0.2/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +0 -4156
  933. sphinx-8.0.2/sphinx/locale/ne/LC_MESSAGES/sphinx.js +0 -60
  934. sphinx-8.0.2/sphinx/locale/ne/LC_MESSAGES/sphinx.mo +0 -0
  935. sphinx-8.0.2/sphinx/locale/ne/LC_MESSAGES/sphinx.po +0 -4157
  936. sphinx-8.0.2/sphinx/locale/nl/LC_MESSAGES/sphinx.js +0 -60
  937. sphinx-8.0.2/sphinx/locale/nl/LC_MESSAGES/sphinx.mo +0 -0
  938. sphinx-8.0.2/sphinx/locale/nl/LC_MESSAGES/sphinx.po +0 -4162
  939. sphinx-8.0.2/sphinx/locale/pl/LC_MESSAGES/sphinx.js +0 -60
  940. sphinx-8.0.2/sphinx/locale/pl/LC_MESSAGES/sphinx.mo +0 -0
  941. sphinx-8.0.2/sphinx/locale/pl/LC_MESSAGES/sphinx.po +0 -4161
  942. sphinx-8.0.2/sphinx/locale/pt/LC_MESSAGES/sphinx.js +0 -60
  943. sphinx-8.0.2/sphinx/locale/pt/LC_MESSAGES/sphinx.mo +0 -0
  944. sphinx-8.0.2/sphinx/locale/pt/LC_MESSAGES/sphinx.po +0 -4155
  945. sphinx-8.0.2/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js +0 -60
  946. sphinx-8.0.2/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo +0 -0
  947. sphinx-8.0.2/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +0 -4161
  948. sphinx-8.0.2/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js +0 -60
  949. sphinx-8.0.2/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo +0 -0
  950. sphinx-8.0.2/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +0 -4157
  951. sphinx-8.0.2/sphinx/locale/ro/LC_MESSAGES/sphinx.js +0 -60
  952. sphinx-8.0.2/sphinx/locale/ro/LC_MESSAGES/sphinx.mo +0 -0
  953. sphinx-8.0.2/sphinx/locale/ro/LC_MESSAGES/sphinx.po +0 -4157
  954. sphinx-8.0.2/sphinx/locale/ru/LC_MESSAGES/sphinx.js +0 -60
  955. sphinx-8.0.2/sphinx/locale/ru/LC_MESSAGES/sphinx.mo +0 -0
  956. sphinx-8.0.2/sphinx/locale/ru/LC_MESSAGES/sphinx.po +0 -4165
  957. sphinx-8.0.2/sphinx/locale/si/LC_MESSAGES/sphinx.js +0 -60
  958. sphinx-8.0.2/sphinx/locale/si/LC_MESSAGES/sphinx.mo +0 -0
  959. sphinx-8.0.2/sphinx/locale/si/LC_MESSAGES/sphinx.po +0 -4156
  960. sphinx-8.0.2/sphinx/locale/sk/LC_MESSAGES/sphinx.js +0 -60
  961. sphinx-8.0.2/sphinx/locale/sk/LC_MESSAGES/sphinx.mo +0 -0
  962. sphinx-8.0.2/sphinx/locale/sk/LC_MESSAGES/sphinx.po +0 -4158
  963. sphinx-8.0.2/sphinx/locale/sl/LC_MESSAGES/sphinx.js +0 -60
  964. sphinx-8.0.2/sphinx/locale/sl/LC_MESSAGES/sphinx.mo +0 -0
  965. sphinx-8.0.2/sphinx/locale/sl/LC_MESSAGES/sphinx.po +0 -4155
  966. sphinx-8.0.2/sphinx/locale/sphinx.pot +0 -4177
  967. sphinx-8.0.2/sphinx/locale/sq/LC_MESSAGES/sphinx.js +0 -60
  968. sphinx-8.0.2/sphinx/locale/sq/LC_MESSAGES/sphinx.mo +0 -0
  969. sphinx-8.0.2/sphinx/locale/sq/LC_MESSAGES/sphinx.po +0 -4156
  970. sphinx-8.0.2/sphinx/locale/sr/LC_MESSAGES/sphinx.js +0 -60
  971. sphinx-8.0.2/sphinx/locale/sr/LC_MESSAGES/sphinx.mo +0 -0
  972. sphinx-8.0.2/sphinx/locale/sr/LC_MESSAGES/sphinx.po +0 -4157
  973. sphinx-8.0.2/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo +0 -0
  974. sphinx-8.0.2/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo +0 -0
  975. sphinx-8.0.2/sphinx/locale/sv/LC_MESSAGES/sphinx.js +0 -60
  976. sphinx-8.0.2/sphinx/locale/sv/LC_MESSAGES/sphinx.mo +0 -0
  977. sphinx-8.0.2/sphinx/locale/sv/LC_MESSAGES/sphinx.po +0 -4155
  978. sphinx-8.0.2/sphinx/locale/te/LC_MESSAGES/sphinx.js +0 -60
  979. sphinx-8.0.2/sphinx/locale/te/LC_MESSAGES/sphinx.mo +0 -0
  980. sphinx-8.0.2/sphinx/locale/te/LC_MESSAGES/sphinx.po +0 -4155
  981. sphinx-8.0.2/sphinx/locale/tr/LC_MESSAGES/sphinx.js +0 -60
  982. sphinx-8.0.2/sphinx/locale/tr/LC_MESSAGES/sphinx.mo +0 -0
  983. sphinx-8.0.2/sphinx/locale/tr/LC_MESSAGES/sphinx.po +0 -4159
  984. sphinx-8.0.2/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js +0 -60
  985. sphinx-8.0.2/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo +0 -0
  986. sphinx-8.0.2/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +0 -4156
  987. sphinx-8.0.2/sphinx/locale/ur/LC_MESSAGES/sphinx.js +0 -60
  988. sphinx-8.0.2/sphinx/locale/ur/LC_MESSAGES/sphinx.mo +0 -0
  989. sphinx-8.0.2/sphinx/locale/ur/LC_MESSAGES/sphinx.po +0 -4155
  990. sphinx-8.0.2/sphinx/locale/vi/LC_MESSAGES/sphinx.js +0 -60
  991. sphinx-8.0.2/sphinx/locale/vi/LC_MESSAGES/sphinx.mo +0 -0
  992. sphinx-8.0.2/sphinx/locale/vi/LC_MESSAGES/sphinx.po +0 -4156
  993. sphinx-8.0.2/sphinx/locale/yue/LC_MESSAGES/sphinx.js +0 -60
  994. sphinx-8.0.2/sphinx/locale/yue/LC_MESSAGES/sphinx.mo +0 -0
  995. sphinx-8.0.2/sphinx/locale/yue/LC_MESSAGES/sphinx.po +0 -4155
  996. sphinx-8.0.2/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js +0 -60
  997. sphinx-8.0.2/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo +0 -0
  998. sphinx-8.0.2/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +0 -4155
  999. sphinx-8.0.2/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js +0 -60
  1000. sphinx-8.0.2/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo +0 -0
  1001. sphinx-8.0.2/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +0 -4163
  1002. sphinx-8.0.2/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js +0 -60
  1003. sphinx-8.0.2/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo +0 -0
  1004. sphinx-8.0.2/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +0 -4155
  1005. sphinx-8.0.2/sphinx/parsers.py +0 -99
  1006. sphinx-8.0.2/sphinx/project.py +0 -124
  1007. sphinx-8.0.2/sphinx/pycode/__init__.py +0 -153
  1008. sphinx-8.0.2/sphinx/pycode/ast.py +0 -203
  1009. sphinx-8.0.2/sphinx/pycode/parser.py +0 -578
  1010. sphinx-8.0.2/sphinx/pygments_styles.py +0 -96
  1011. sphinx-8.0.2/sphinx/registry.py +0 -522
  1012. sphinx-8.0.2/sphinx/roles.py +0 -479
  1013. sphinx-8.0.2/sphinx/search/__init__.py +0 -563
  1014. sphinx-8.0.2/sphinx/search/da.py +0 -120
  1015. sphinx-8.0.2/sphinx/search/de.py +0 -303
  1016. sphinx-8.0.2/sphinx/search/en.py +0 -220
  1017. sphinx-8.0.2/sphinx/search/es.py +0 -363
  1018. sphinx-8.0.2/sphinx/search/fi.py +0 -113
  1019. sphinx-8.0.2/sphinx/search/fr.py +0 -199
  1020. sphinx-8.0.2/sphinx/search/hu.py +0 -226
  1021. sphinx-8.0.2/sphinx/search/it.py +0 -316
  1022. sphinx-8.0.2/sphinx/search/ja.py +0 -522
  1023. sphinx-8.0.2/sphinx/search/nl.py +0 -127
  1024. sphinx-8.0.2/sphinx/search/no.py +0 -202
  1025. sphinx-8.0.2/sphinx/search/pt.py +0 -261
  1026. sphinx-8.0.2/sphinx/search/ro.py +0 -22
  1027. sphinx-8.0.2/sphinx/search/ru.py +0 -251
  1028. sphinx-8.0.2/sphinx/search/sv.py +0 -140
  1029. sphinx-8.0.2/sphinx/search/tr.py +0 -22
  1030. sphinx-8.0.2/sphinx/search/zh.py +0 -261
  1031. sphinx-8.0.2/sphinx/templates/graphviz/graphviz.css +0 -19
  1032. sphinx-8.0.2/sphinx/testing/fixtures.py +0 -262
  1033. sphinx-8.0.2/sphinx/testing/path.py +0 -226
  1034. sphinx-8.0.2/sphinx/testing/util.py +0 -255
  1035. sphinx-8.0.2/sphinx/texinputs/sphinx.sty +0 -1130
  1036. sphinx-8.0.2/sphinx/texinputs/sphinxlatexadmonitions.sty +0 -385
  1037. sphinx-8.0.2/sphinx/texinputs/sphinxlatexcontainers.sty +0 -22
  1038. sphinx-8.0.2/sphinx/texinputs/sphinxlatexgraphics.sty +0 -122
  1039. sphinx-8.0.2/sphinx/texinputs/sphinxlatexindbibtoc.sty +0 -69
  1040. sphinx-8.0.2/sphinx/texinputs/sphinxlatexlists.sty +0 -131
  1041. sphinx-8.0.2/sphinx/texinputs/sphinxlatexliterals.sty +0 -997
  1042. sphinx-8.0.2/sphinx/texinputs/sphinxlatexnumfig.sty +0 -122
  1043. sphinx-8.0.2/sphinx/texinputs/sphinxlatexobjects.sty +0 -365
  1044. sphinx-8.0.2/sphinx/texinputs/sphinxlatexshadowbox.sty +0 -116
  1045. sphinx-8.0.2/sphinx/texinputs/sphinxlatexstyleheadings.sty +0 -86
  1046. sphinx-8.0.2/sphinx/texinputs/sphinxlatexstylepage.sty +0 -79
  1047. sphinx-8.0.2/sphinx/texinputs/sphinxlatexstyletext.sty +0 -147
  1048. sphinx-8.0.2/sphinx/texinputs/sphinxlatextables.sty +0 -1241
  1049. sphinx-8.0.2/sphinx/texinputs/sphinxoptionsgeometry.sty +0 -54
  1050. sphinx-8.0.2/sphinx/texinputs/sphinxoptionshyperref.sty +0 -35
  1051. sphinx-8.0.2/sphinx/themes/agogo/layout.html +0 -104
  1052. sphinx-8.0.2/sphinx/themes/agogo/static/agogo.css.jinja +0 -563
  1053. sphinx-8.0.2/sphinx/themes/basic/defindex.html +0 -35
  1054. sphinx-8.0.2/sphinx/themes/basic/domainindex.html +0 -56
  1055. sphinx-8.0.2/sphinx/themes/basic/genindex-single.html +0 -64
  1056. sphinx-8.0.2/sphinx/themes/basic/genindex-split.html +0 -41
  1057. sphinx-8.0.2/sphinx/themes/basic/genindex.html +0 -76
  1058. sphinx-8.0.2/sphinx/themes/basic/globaltoc.html +0 -11
  1059. sphinx-8.0.2/sphinx/themes/basic/layout.html +0 -217
  1060. sphinx-8.0.2/sphinx/themes/basic/localtoc.html +0 -15
  1061. sphinx-8.0.2/sphinx/themes/basic/page.html +0 -13
  1062. sphinx-8.0.2/sphinx/themes/basic/relations.html +0 -23
  1063. sphinx-8.0.2/sphinx/themes/basic/search.html +0 -50
  1064. sphinx-8.0.2/sphinx/themes/basic/searchbox.html +0 -21
  1065. sphinx-8.0.2/sphinx/themes/basic/searchfield.html +0 -23
  1066. sphinx-8.0.2/sphinx/themes/basic/sourcelink.html +0 -18
  1067. sphinx-8.0.2/sphinx/themes/basic/static/basic.css.jinja +0 -925
  1068. sphinx-8.0.2/sphinx/themes/basic/static/doctools.js +0 -156
  1069. sphinx-8.0.2/sphinx/themes/basic/static/language_data.js.jinja +0 -26
  1070. sphinx-8.0.2/sphinx/themes/basic/static/searchtools.js +0 -620
  1071. sphinx-8.0.2/sphinx/themes/bizstyle/layout.html +0 -22
  1072. sphinx-8.0.2/sphinx/themes/bizstyle/static/bizstyle.css.jinja +0 -523
  1073. sphinx-8.0.2/sphinx/themes/bizstyle/static/bizstyle.js.jinja +0 -30
  1074. sphinx-8.0.2/sphinx/themes/classic/layout.html +0 -23
  1075. sphinx-8.0.2/sphinx/themes/classic/static/classic.css.jinja +0 -353
  1076. sphinx-8.0.2/sphinx/themes/classic/static/sidebar.js.jinja +0 -72
  1077. sphinx-8.0.2/sphinx/themes/epub/epub-cover.html +0 -25
  1078. sphinx-8.0.2/sphinx/themes/epub/layout.html +0 -21
  1079. sphinx-8.0.2/sphinx/themes/epub/static/epub.css.jinja +0 -734
  1080. sphinx-8.0.2/sphinx/themes/haiku/layout.html +0 -66
  1081. sphinx-8.0.2/sphinx/themes/haiku/static/haiku.css.jinja +0 -375
  1082. sphinx-8.0.2/sphinx/themes/nature/static/nature.css.jinja +0 -252
  1083. sphinx-8.0.2/sphinx/themes/nonav/layout.html +0 -23
  1084. sphinx-8.0.2/sphinx/themes/nonav/static/nonav.css.jinja +0 -589
  1085. sphinx-8.0.2/sphinx/themes/pyramid/static/epub.css.jinja +0 -312
  1086. sphinx-8.0.2/sphinx/themes/pyramid/static/pyramid.css.jinja +0 -348
  1087. sphinx-8.0.2/sphinx/themes/scrolls/layout.html +0 -50
  1088. sphinx-8.0.2/sphinx/themes/scrolls/static/scrolls.css.jinja +0 -502
  1089. sphinx-8.0.2/sphinx/themes/sphinxdoc/static/sphinxdoc.css.jinja +0 -354
  1090. sphinx-8.0.2/sphinx/themes/traditional/static/traditional.css.jinja +0 -765
  1091. sphinx-8.0.2/sphinx/theming.py +0 -549
  1092. sphinx-8.0.2/sphinx/transforms/__init__.py +0 -527
  1093. sphinx-8.0.2/sphinx/transforms/compact_bullet_list.py +0 -91
  1094. sphinx-8.0.2/sphinx/transforms/i18n.py +0 -627
  1095. sphinx-8.0.2/sphinx/transforms/post_transforms/__init__.py +0 -299
  1096. sphinx-8.0.2/sphinx/transforms/post_transforms/code.py +0 -142
  1097. sphinx-8.0.2/sphinx/transforms/post_transforms/images.py +0 -281
  1098. sphinx-8.0.2/sphinx/transforms/references.py +0 -49
  1099. sphinx-8.0.2/sphinx/util/__init__.py +0 -277
  1100. sphinx-8.0.2/sphinx/util/_io.py +0 -34
  1101. sphinx-8.0.2/sphinx/util/_pathlib.py +0 -132
  1102. sphinx-8.0.2/sphinx/util/_timestamps.py +0 -12
  1103. sphinx-8.0.2/sphinx/util/cfamily.py +0 -494
  1104. sphinx-8.0.2/sphinx/util/console.py +0 -210
  1105. sphinx-8.0.2/sphinx/util/display.py +0 -100
  1106. sphinx-8.0.2/sphinx/util/docfields.py +0 -412
  1107. sphinx-8.0.2/sphinx/util/docstrings.py +0 -88
  1108. sphinx-8.0.2/sphinx/util/docutils.py +0 -703
  1109. sphinx-8.0.2/sphinx/util/exceptions.py +0 -68
  1110. sphinx-8.0.2/sphinx/util/fileutil.py +0 -144
  1111. sphinx-8.0.2/sphinx/util/http_date.py +0 -46
  1112. sphinx-8.0.2/sphinx/util/i18n.py +0 -289
  1113. sphinx-8.0.2/sphinx/util/images.py +0 -148
  1114. sphinx-8.0.2/sphinx/util/inspect.py +0 -934
  1115. sphinx-8.0.2/sphinx/util/inventory.py +0 -211
  1116. sphinx-8.0.2/sphinx/util/logging.py +0 -669
  1117. sphinx-8.0.2/sphinx/util/matching.py +0 -170
  1118. sphinx-8.0.2/sphinx/util/math.py +0 -62
  1119. sphinx-8.0.2/sphinx/util/nodes.py +0 -679
  1120. sphinx-8.0.2/sphinx/util/osutil.py +0 -262
  1121. sphinx-8.0.2/sphinx/util/parallel.py +0 -159
  1122. sphinx-8.0.2/sphinx/util/parsing.py +0 -93
  1123. sphinx-8.0.2/sphinx/util/png.py +0 -43
  1124. sphinx-8.0.2/sphinx/util/requests.py +0 -76
  1125. sphinx-8.0.2/sphinx/util/rst.py +0 -112
  1126. sphinx-8.0.2/sphinx/util/tags.py +0 -112
  1127. sphinx-8.0.2/sphinx/util/template.py +0 -140
  1128. sphinx-8.0.2/sphinx/util/texescape.py +0 -153
  1129. sphinx-8.0.2/sphinx/util/typing.py +0 -555
  1130. sphinx-8.0.2/sphinx/versioning.py +0 -182
  1131. sphinx-8.0.2/sphinx/writers/html.py +0 -44
  1132. sphinx-8.0.2/sphinx/writers/html5.py +0 -947
  1133. sphinx-8.0.2/sphinx/writers/latex.py +0 -2307
  1134. sphinx-8.0.2/sphinx/writers/manpage.py +0 -480
  1135. sphinx-8.0.2/sphinx/writers/texinfo.py +0 -1580
  1136. sphinx-8.0.2/sphinx/writers/text.py +0 -1295
  1137. sphinx-8.0.2/sphinx/writers/xml.py +0 -52
  1138. sphinx-8.0.2/tests/conftest.py +0 -61
  1139. sphinx-8.0.2/tests/js/fixtures/cpp/searchindex.js +0 -1
  1140. sphinx-8.0.2/tests/js/fixtures/multiterm/searchindex.js +0 -1
  1141. sphinx-8.0.2/tests/js/fixtures/partial/searchindex.js +0 -1
  1142. sphinx-8.0.2/tests/js/fixtures/titles/searchindex.js +0 -1
  1143. sphinx-8.0.2/tests/js/language_data.js +0 -26
  1144. sphinx-8.0.2/tests/js/roots/partial/index.rst +0 -9
  1145. sphinx-8.0.2/tests/js/roots/titles/index.rst +0 -20
  1146. sphinx-8.0.2/tests/js/searchtools.js +0 -235
  1147. sphinx-8.0.2/tests/roots/test-changes/conf.py +0 -4
  1148. sphinx-8.0.2/tests/roots/test-copyright-multiline/index.rst +0 -3
  1149. sphinx-8.0.2/tests/roots/test-correct-year/conf.py +0 -1
  1150. sphinx-8.0.2/tests/roots/test-correct-year/index.rst +0 -4
  1151. sphinx-8.0.2/tests/roots/test-ext-autodoc/target/abstractmethods.py +0 -29
  1152. sphinx-8.0.2/tests/roots/test-ext-autodoc/target/callable.py +0 -13
  1153. sphinx-8.0.2/tests/roots/test-ext-autodoc/target/methods.py +0 -29
  1154. sphinx-8.0.2/tests/roots/test-ext-autosummary/autosummary_class_module.py +0 -2
  1155. sphinx-8.0.2/tests/roots/test-ext-imgmockconverter/mocksvgconverter.py +0 -39
  1156. sphinx-8.0.2/tests/roots/test-latex-table/expects/longtable_having_widths.tex +0 -73
  1157. sphinx-8.0.2/tests/roots/test-latex-table/expects/table_having_widths.tex +0 -46
  1158. sphinx-8.0.2/tests/roots/test-roles-download/conf.py +0 -3
  1159. sphinx-8.0.2/tests/roots/test-root/conf.py +0 -151
  1160. sphinx-8.0.2/tests/test_application.py +0 -162
  1161. sphinx-8.0.2/tests/test_builders/test_build.py +0 -165
  1162. sphinx-8.0.2/tests/test_builders/test_build_changes.py +0 -34
  1163. sphinx-8.0.2/tests/test_builders/test_build_dirhtml.py +0 -40
  1164. sphinx-8.0.2/tests/test_builders/test_build_epub.py +0 -418
  1165. sphinx-8.0.2/tests/test_builders/test_build_gettext.py +0 -268
  1166. sphinx-8.0.2/tests/test_builders/test_build_html.py +0 -441
  1167. sphinx-8.0.2/tests/test_builders/test_build_html_5_output.py +0 -315
  1168. sphinx-8.0.2/tests/test_builders/test_build_html_assets.py +0 -152
  1169. sphinx-8.0.2/tests/test_builders/test_build_html_code.py +0 -46
  1170. sphinx-8.0.2/tests/test_builders/test_build_html_download.py +0 -61
  1171. sphinx-8.0.2/tests/test_builders/test_build_html_highlight.py +0 -61
  1172. sphinx-8.0.2/tests/test_builders/test_build_html_image.py +0 -81
  1173. sphinx-8.0.2/tests/test_builders/test_build_html_maths.py +0 -58
  1174. sphinx-8.0.2/tests/test_builders/test_build_html_numfig.py +0 -487
  1175. sphinx-8.0.2/tests/test_builders/test_build_html_tocdepth.py +0 -94
  1176. sphinx-8.0.2/tests/test_builders/test_build_latex.py +0 -1793
  1177. sphinx-8.0.2/tests/test_builders/test_build_linkcheck.py +0 -1144
  1178. sphinx-8.0.2/tests/test_builders/test_build_manpage.py +0 -108
  1179. sphinx-8.0.2/tests/test_builders/test_build_texinfo.py +0 -132
  1180. sphinx-8.0.2/tests/test_builders/test_build_text.py +0 -285
  1181. sphinx-8.0.2/tests/test_builders/test_build_warnings.py +0 -89
  1182. sphinx-8.0.2/tests/test_builders/test_builder.py +0 -44
  1183. sphinx-8.0.2/tests/test_builders/xpath_data.py +0 -8
  1184. sphinx-8.0.2/tests/test_builders/xpath_util.py +0 -79
  1185. sphinx-8.0.2/tests/test_config/test_config.py +0 -815
  1186. sphinx-8.0.2/tests/test_config/test_correct_year.py +0 -29
  1187. sphinx-8.0.2/tests/test_directives/test_directive_code.py +0 -595
  1188. sphinx-8.0.2/tests/test_directives/test_directive_object_description.py +0 -66
  1189. sphinx-8.0.2/tests/test_directives/test_directive_only.py +0 -46
  1190. sphinx-8.0.2/tests/test_directives/test_directive_option.py +0 -40
  1191. sphinx-8.0.2/tests/test_directives/test_directive_other.py +0 -207
  1192. sphinx-8.0.2/tests/test_directives/test_directive_patch.py +0 -110
  1193. sphinx-8.0.2/tests/test_directives/test_directives_no_typesetting.py +0 -108
  1194. sphinx-8.0.2/tests/test_domains/test_domain_c.py +0 -1073
  1195. sphinx-8.0.2/tests/test_domains/test_domain_cpp.py +0 -1752
  1196. sphinx-8.0.2/tests/test_domains/test_domain_js.py +0 -505
  1197. sphinx-8.0.2/tests/test_domains/test_domain_py.py +0 -1061
  1198. sphinx-8.0.2/tests/test_domains/test_domain_py_canonical.py +0 -77
  1199. sphinx-8.0.2/tests/test_domains/test_domain_py_fields.py +0 -326
  1200. sphinx-8.0.2/tests/test_domains/test_domain_py_pyfunction.py +0 -396
  1201. sphinx-8.0.2/tests/test_domains/test_domain_py_pyobject.py +0 -558
  1202. sphinx-8.0.2/tests/test_domains/test_domain_rst.py +0 -137
  1203. sphinx-8.0.2/tests/test_domains/test_domain_std.py +0 -517
  1204. sphinx-8.0.2/tests/test_environment/test_environment.py +0 -145
  1205. sphinx-8.0.2/tests/test_environment/test_environment_indexentries.py +0 -166
  1206. sphinx-8.0.2/tests/test_environment/test_environment_toctree.py +0 -431
  1207. sphinx-8.0.2/tests/test_errors.py +0 -11
  1208. sphinx-8.0.2/tests/test_events.py +0 -56
  1209. sphinx-8.0.2/tests/test_extensions/test_ext_apidoc.py +0 -684
  1210. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc.py +0 -2967
  1211. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_autoclass.py +0 -565
  1212. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_autofunction.py +0 -212
  1213. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_automodule.py +0 -208
  1214. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_autoproperty.py +0 -91
  1215. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_configs.py +0 -1754
  1216. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_events.py +0 -118
  1217. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_mock.py +0 -152
  1218. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_preserve_defaults.py +0 -192
  1219. sphinx-8.0.2/tests/test_extensions/test_ext_autodoc_private_members.py +0 -158
  1220. sphinx-8.0.2/tests/test_extensions/test_ext_autosectionlabel.py +0 -77
  1221. sphinx-8.0.2/tests/test_extensions/test_ext_autosummary.py +0 -708
  1222. sphinx-8.0.2/tests/test_extensions/test_ext_autosummary_imports.py +0 -49
  1223. sphinx-8.0.2/tests/test_extensions/test_ext_coverage.py +0 -115
  1224. sphinx-8.0.2/tests/test_extensions/test_ext_doctest.py +0 -135
  1225. sphinx-8.0.2/tests/test_extensions/test_ext_duration.py +0 -14
  1226. sphinx-8.0.2/tests/test_extensions/test_ext_extlinks.py +0 -45
  1227. sphinx-8.0.2/tests/test_extensions/test_ext_githubpages.py +0 -26
  1228. sphinx-8.0.2/tests/test_extensions/test_ext_graphviz.py +0 -196
  1229. sphinx-8.0.2/tests/test_extensions/test_ext_ifconfig.py +0 -28
  1230. sphinx-8.0.2/tests/test_extensions/test_ext_imgconverter.py +0 -35
  1231. sphinx-8.0.2/tests/test_extensions/test_ext_inheritance_diagram.py +0 -343
  1232. sphinx-8.0.2/tests/test_extensions/test_ext_intersphinx.py +0 -667
  1233. sphinx-8.0.2/tests/test_extensions/test_ext_intersphinx_cache.py +0 -298
  1234. sphinx-8.0.2/tests/test_extensions/test_ext_math.py +0 -407
  1235. sphinx-8.0.2/tests/test_extensions/test_ext_napoleon.py +0 -218
  1236. sphinx-8.0.2/tests/test_extensions/test_ext_napoleon_docstring.py +0 -2703
  1237. sphinx-8.0.2/tests/test_extensions/test_ext_todo.py +0 -108
  1238. sphinx-8.0.2/tests/test_extensions/test_ext_viewcode.py +0 -147
  1239. sphinx-8.0.2/tests/test_extensions/test_extension.py +0 -23
  1240. sphinx-8.0.2/tests/test_highlighting.py +0 -109
  1241. sphinx-8.0.2/tests/test_intl/test_catalogs.py +0 -74
  1242. sphinx-8.0.2/tests/test_intl/test_intl.py +0 -1726
  1243. sphinx-8.0.2/tests/test_intl/test_locale.py +0 -84
  1244. sphinx-8.0.2/tests/test_markup/test_markup.py +0 -620
  1245. sphinx-8.0.2/tests/test_markup/test_metadata.py +0 -43
  1246. sphinx-8.0.2/tests/test_markup/test_parser.py +0 -57
  1247. sphinx-8.0.2/tests/test_markup/test_smartquotes.py +0 -98
  1248. sphinx-8.0.2/tests/test_project.py +0 -79
  1249. sphinx-8.0.2/tests/test_pycode/test_pycode.py +0 -173
  1250. sphinx-8.0.2/tests/test_pycode/test_pycode_ast.py +0 -68
  1251. sphinx-8.0.2/tests/test_pycode/test_pycode_parser.py +0 -511
  1252. sphinx-8.0.2/tests/test_quickstart.py +0 -260
  1253. sphinx-8.0.2/tests/test_roles.py +0 -75
  1254. sphinx-8.0.2/tests/test_search.py +0 -394
  1255. sphinx-8.0.2/tests/test_theming/test_html_theme.py +0 -35
  1256. sphinx-8.0.2/tests/test_theming/test_templating.py +0 -48
  1257. sphinx-8.0.2/tests/test_theming/test_theming.py +0 -235
  1258. sphinx-8.0.2/tests/test_toctree.py +0 -39
  1259. sphinx-8.0.2/tests/test_transforms/test_transforms_move_module_targets.py +0 -77
  1260. sphinx-8.0.2/tests/test_transforms/test_transforms_post_transforms.py +0 -269
  1261. sphinx-8.0.2/tests/test_transforms/test_transforms_post_transforms_code.py +0 -44
  1262. sphinx-8.0.2/tests/test_transforms/test_transforms_reorder_nodes.py +0 -96
  1263. sphinx-8.0.2/tests/test_util/intersphinx_data.py +0 -64
  1264. sphinx-8.0.2/tests/test_util/test_util.py +0 -74
  1265. sphinx-8.0.2/tests/test_util/test_util_display.py +0 -105
  1266. sphinx-8.0.2/tests/test_util/test_util_docstrings.py +0 -88
  1267. sphinx-8.0.2/tests/test_util/test_util_docutils.py +0 -98
  1268. sphinx-8.0.2/tests/test_util/test_util_docutils_sphinx_directive.py +0 -139
  1269. sphinx-8.0.2/tests/test_util/test_util_fileutil.py +0 -128
  1270. sphinx-8.0.2/tests/test_util/test_util_i18n.py +0 -187
  1271. sphinx-8.0.2/tests/test_util/test_util_images.py +0 -74
  1272. sphinx-8.0.2/tests/test_util/test_util_inspect.py +0 -857
  1273. sphinx-8.0.2/tests/test_util/test_util_inventory.py +0 -104
  1274. sphinx-8.0.2/tests/test_util/test_util_logging.py +0 -414
  1275. sphinx-8.0.2/tests/test_util/test_util_matching.py +0 -174
  1276. sphinx-8.0.2/tests/test_util/test_util_nodes.py +0 -254
  1277. sphinx-8.0.2/tests/test_util/test_util_rst.py +0 -164
  1278. sphinx-8.0.2/tests/test_util/test_util_template.py +0 -29
  1279. sphinx-8.0.2/tests/test_util/test_util_typing.py +0 -741
  1280. sphinx-8.0.2/tests/test_util/typing_test_data.py +0 -133
  1281. sphinx-8.0.2/tests/test_writers/test_api_translator.py +0 -92
  1282. sphinx-8.0.2/tests/test_writers/test_docutilsconf.py +0 -29
  1283. sphinx-8.0.2/tests/utils.py +0 -125
  1284. sphinx-8.0.2/tox.ini +0 -87
  1285. sphinx-8.0.2/utils/babel_runner.py +0 -294
  1286. sphinx-8.0.2/utils/bump_version.py +0 -202
  1287. {sphinx-8.0.2 → sphinx-8.1.1}/CODE_OF_CONDUCT.rst +0 -0
  1288. {sphinx-8.0.2 → sphinx-8.1.1}/README.rst +0 -0
  1289. {sphinx-8.0.2 → sphinx-8.1.1}/doc/Makefile +0 -0
  1290. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/Makefile +0 -0
  1291. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/bookcover.png +0 -0
  1292. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/favicon.svg +0 -0
  1293. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/jupyter-logo.png +0 -0
  1294. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/linux-logo.png +0 -0
  1295. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/python-logo.png +0 -0
  1296. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/sphinx.png +0 -0
  1297. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/agogo.png +0 -0
  1298. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/alabaster.png +0 -0
  1299. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/bizstyle.png +0 -0
  1300. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/classic.png +0 -0
  1301. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/agogo.png +0 -0
  1302. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/alabaster.png +0 -0
  1303. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/bizstyle.png +0 -0
  1304. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/classic.png +0 -0
  1305. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/haiku.png +0 -0
  1306. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/nature.png +0 -0
  1307. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/pyramid.png +0 -0
  1308. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/scrolls.png +0 -0
  1309. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/sphinx_rtd_theme.png +0 -0
  1310. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/sphinxdoc.png +0 -0
  1311. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/fullsize/traditional.png +0 -0
  1312. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/haiku.png +0 -0
  1313. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/nature.png +0 -0
  1314. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/pyramid.png +0 -0
  1315. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/scrolls.png +0 -0
  1316. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/sphinx_rtd_theme.png +0 -0
  1317. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/sphinxdoc.png +0 -0
  1318. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/themes/traditional.png +0 -0
  1319. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/translation.png +0 -0
  1320. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/translation.puml +0 -0
  1321. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/translation.svg +0 -0
  1322. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/tutorial/lumache-autosummary.png +0 -0
  1323. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/tutorial/lumache-first-light.png +0 -0
  1324. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/tutorial/lumache-furo.png +0 -0
  1325. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/tutorial/lumache-py-function-full.png +0 -0
  1326. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_static/tutorial/lumache-py-function.png +0 -0
  1327. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_templates/contents.html +0 -0
  1328. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_themes/sphinx13/layout.html +0 -0
  1329. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_themes/sphinx13/static/sphinx-logo.svg +0 -0
  1330. {sphinx-8.0.2 → sphinx-8.1.1}/doc/_themes/sphinx13/theme.toml +0 -0
  1331. {sphinx-8.0.2 → sphinx-8.1.1}/doc/authors.rst +0 -0
  1332. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/howtos/builders.rst +0 -0
  1333. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/howtos/index.rst +0 -0
  1334. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/howtos/setup_extension.rst +0 -0
  1335. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/html_themes/templating.rst +0 -0
  1336. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/index.rst +0 -0
  1337. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/tutorials/adding_domain.rst +0 -0
  1338. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/tutorials/autodoc_ext.rst +0 -0
  1339. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/tutorials/examples/README.rst +0 -0
  1340. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/tutorials/examples/autodoc_intenum.py +0 -0
  1341. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/tutorials/examples/helloworld.py +0 -0
  1342. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/tutorials/extending_build.rst +0 -0
  1343. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/tutorials/extending_syntax.rst +0 -0
  1344. {sphinx-8.0.2 → sphinx-8.1.1}/doc/development/tutorials/index.rst +0 -0
  1345. {sphinx-8.0.2 → sphinx-8.1.1}/doc/examples.rst +0 -0
  1346. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/appapi.rst +0 -0
  1347. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/collectorapi.rst +0 -0
  1348. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/envapi.rst +0 -0
  1349. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/i18n.rst +0 -0
  1350. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/logging.rst +0 -0
  1351. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/markupapi.rst +0 -0
  1352. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/nodes.rst +0 -0
  1353. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/projectapi.rst +0 -0
  1354. {sphinx-8.0.2 → sphinx-8.1.1}/doc/extdev/utils.rst +0 -0
  1355. {sphinx-8.0.2 → sphinx-8.1.1}/doc/faq.rst +0 -0
  1356. {sphinx-8.0.2 → sphinx-8.1.1}/doc/glossary.rst +0 -0
  1357. {sphinx-8.0.2 → sphinx-8.1.1}/doc/internals/code-of-conduct.rst +0 -0
  1358. {sphinx-8.0.2 → sphinx-8.1.1}/doc/internals/index.rst +0 -0
  1359. {sphinx-8.0.2 → sphinx-8.1.1}/doc/internals/organization.rst +0 -0
  1360. {sphinx-8.0.2 → sphinx-8.1.1}/doc/internals/release-process.rst +0 -0
  1361. {sphinx-8.0.2 → sphinx-8.1.1}/doc/make.bat +0 -0
  1362. {sphinx-8.0.2 → sphinx-8.1.1}/doc/man/sphinx-apidoc.rst +0 -0
  1363. {sphinx-8.0.2 → sphinx-8.1.1}/doc/man/sphinx-quickstart.rst +0 -0
  1364. {sphinx-8.0.2 → sphinx-8.1.1}/doc/support.rst +0 -0
  1365. {sphinx-8.0.2 → sphinx-8.1.1}/doc/tutorial/automatic-doc-generation.rst +0 -0
  1366. {sphinx-8.0.2 → sphinx-8.1.1}/doc/tutorial/deploying.rst +0 -0
  1367. {sphinx-8.0.2 → sphinx-8.1.1}/doc/tutorial/describing-code.rst +0 -0
  1368. {sphinx-8.0.2 → sphinx-8.1.1}/doc/tutorial/end.rst +0 -0
  1369. {sphinx-8.0.2 → sphinx-8.1.1}/doc/tutorial/first-steps.rst +0 -0
  1370. {sphinx-8.0.2 → sphinx-8.1.1}/doc/tutorial/getting-started.rst +0 -0
  1371. {sphinx-8.0.2 → sphinx-8.1.1}/doc/tutorial/index.rst +0 -0
  1372. {sphinx-8.0.2 → sphinx-8.1.1}/doc/tutorial/more-sphinx-customization.rst +0 -0
  1373. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/advanced/websupport/index.rst +0 -0
  1374. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/builders/index.rst +0 -0
  1375. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/domains/c.rst +0 -0
  1376. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/domains/cpp.rst +0 -0
  1377. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/domains/javascript.rst +0 -0
  1378. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/domains/mathematics.rst +0 -0
  1379. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/domains/standard.rst +0 -0
  1380. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/autosummary.rst +0 -0
  1381. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/coverage.rst +0 -0
  1382. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/doctest.rst +0 -0
  1383. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/duration.rst +0 -0
  1384. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/example_google.py +0 -0
  1385. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/example_google.rst +0 -0
  1386. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/example_numpy.py +0 -0
  1387. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/example_numpy.rst +0 -0
  1388. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/extlinks.rst +0 -0
  1389. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/githubpages.rst +0 -0
  1390. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/graphviz.rst +0 -0
  1391. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/ifconfig.rst +0 -0
  1392. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/imgconverter.rst +0 -0
  1393. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/index.rst +0 -0
  1394. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/inheritance.rst +0 -0
  1395. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/linkcode.rst +0 -0
  1396. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/math.rst +0 -0
  1397. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/napoleon.rst +0 -0
  1398. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/todo.rst +0 -0
  1399. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/extensions/viewcode.rst +0 -0
  1400. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/index.rst +0 -0
  1401. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/installation.rst +0 -0
  1402. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/markdown.rst +0 -0
  1403. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/restructuredtext/domains.rst +0 -0
  1404. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/restructuredtext/field-lists.rst +0 -0
  1405. {sphinx-8.0.2 → sphinx-8.1.1}/doc/usage/restructuredtext/index.rst +0 -0
  1406. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/__main__.py +0 -0
  1407. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/_cli/util/__init__.py +0 -0
  1408. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/addnodes.py +0 -0
  1409. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/builders/latex/util.py +0 -0
  1410. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/cmd/__init__.py +0 -0
  1411. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/domains/c/_ast.py +0 -0
  1412. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/domains/c/_ids.py +0 -0
  1413. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/domains/c/_symbol.py +0 -0
  1414. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/domains/cpp/_ast.py +0 -0
  1415. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/domains/cpp/_ids.py +0 -0
  1416. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/domains/cpp/_symbol.py +0 -0
  1417. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/domains/python/_annotations.py +0 -0
  1418. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/environment/adapters/__init__.py +0 -0
  1419. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/__init__.py +0 -0
  1420. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/autodoc/directive.py +0 -0
  1421. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/autodoc/mock.py +0 -0
  1422. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/autodoc/preserve_defaults.py +0 -0
  1423. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/autodoc/type_comment.py +0 -0
  1424. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/autodoc/typehints.py +0 -0
  1425. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/autosummary/templates/autosummary/base.rst +0 -0
  1426. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/autosummary/templates/autosummary/class.rst +0 -0
  1427. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/autosummary/templates/autosummary/module.rst +0 -0
  1428. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/extlinks.py +0 -0
  1429. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/githubpages.py +0 -0
  1430. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/graphviz.py +0 -0
  1431. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/ifconfig.py +0 -0
  1432. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/imgconverter.py +0 -0
  1433. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/imgmath.py +0 -0
  1434. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/intersphinx/__init__.py +0 -0
  1435. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/intersphinx/__main__.py +0 -0
  1436. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/ext/viewcode.py +0 -0
  1437. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/extension.py +0 -0
  1438. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/.tx/config +0 -0
  1439. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js +0 -0
  1440. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +0 -0
  1441. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js +0 -0
  1442. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +0 -0
  1443. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/ta/LC_MESSAGES/sphinx.js +0 -0
  1444. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/ta/LC_MESSAGES/sphinx.mo +0 -0
  1445. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/ta/LC_MESSAGES/sphinx.po +0 -0
  1446. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js +0 -0
  1447. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo +0 -0
  1448. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +0 -0
  1449. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/py.typed +0 -0
  1450. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/base-stemmer.js +0 -0
  1451. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/danish-stemmer.js +0 -0
  1452. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/dutch-stemmer.js +0 -0
  1453. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/finnish-stemmer.js +0 -0
  1454. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/french-stemmer.js +0 -0
  1455. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/german-stemmer.js +0 -0
  1456. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/hungarian-stemmer.js +0 -0
  1457. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/italian-stemmer.js +0 -0
  1458. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/norwegian-stemmer.js +0 -0
  1459. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/porter-stemmer.js +0 -0
  1460. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/portuguese-stemmer.js +0 -0
  1461. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/romanian-stemmer.js +0 -0
  1462. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/russian-stemmer.js +0 -0
  1463. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/spanish-stemmer.js +0 -0
  1464. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/swedish-stemmer.js +0 -0
  1465. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/minified-js/turkish-stemmer.js +0 -0
  1466. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/base-stemmer.js +0 -0
  1467. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/danish-stemmer.js +0 -0
  1468. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/dutch-stemmer.js +0 -0
  1469. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/finnish-stemmer.js +0 -0
  1470. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/french-stemmer.js +0 -0
  1471. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/german-stemmer.js +0 -0
  1472. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/hungarian-stemmer.js +0 -0
  1473. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/italian-stemmer.js +0 -0
  1474. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/norwegian-stemmer.js +0 -0
  1475. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/porter-stemmer.js +0 -0
  1476. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/portuguese-stemmer.js +0 -0
  1477. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/romanian-stemmer.js +0 -0
  1478. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/russian-stemmer.js +0 -0
  1479. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/spanish-stemmer.js +0 -0
  1480. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/swedish-stemmer.js +0 -0
  1481. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/search/non-minified-js/turkish-stemmer.js +0 -0
  1482. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/apidoc/module.rst.jinja +0 -0
  1483. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/apidoc/package.rst.jinja +0 -0
  1484. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/apidoc/toc.rst.jinja +0 -0
  1485. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/epub3/container.xml +0 -0
  1486. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/epub3/content.opf.jinja +0 -0
  1487. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/epub3/mimetype +0 -0
  1488. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/epub3/nav.xhtml.jinja +0 -0
  1489. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/epub3/toc.ncx.jinja +0 -0
  1490. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/gettext/message.pot.jinja +0 -0
  1491. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/htmlhelp/project.hhc +0 -0
  1492. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/htmlhelp/project.hhp +0 -0
  1493. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/htmlhelp/project.stp +0 -0
  1494. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/imgmath/preview.tex.jinja +0 -0
  1495. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/imgmath/template.tex.jinja +0 -0
  1496. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/latex/latex.tex.jinja +0 -0
  1497. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/latex/longtable.tex.jinja +0 -0
  1498. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/latex/sphinxmessages.sty.jinja +0 -0
  1499. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/latex/tabular.tex.jinja +0 -0
  1500. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/latex/tabulary.tex.jinja +0 -0
  1501. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/quickstart/Makefile.new.jinja +0 -0
  1502. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/quickstart/conf.py.jinja +0 -0
  1503. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/quickstart/make.bat.new.jinja +0 -0
  1504. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/quickstart/root_doc.rst.jinja +0 -0
  1505. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/templates/texinfo/Makefile +0 -0
  1506. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/testing/__init__.py +0 -0
  1507. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/testing/restructuredtext.py +0 -0
  1508. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/LICRcyr2utf8.xdy +0 -0
  1509. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/LICRlatin2utf8.xdy +0 -0
  1510. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/LatinRules.xdy +0 -0
  1511. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/Makefile.jinja +0 -0
  1512. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/latexmkjarc.jinja +0 -0
  1513. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/latexmkrc.jinja +0 -0
  1514. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/make.bat.jinja +0 -0
  1515. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/python.ist +0 -0
  1516. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/sphinx.xdy +0 -0
  1517. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/sphinxhowto.cls +0 -0
  1518. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/sphinxmanual.cls +0 -0
  1519. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/sphinxpackageboxes.sty +0 -0
  1520. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/sphinxpackagecyrillic.sty +0 -0
  1521. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/sphinxpackagefootnote.sty +0 -0
  1522. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs/sphinxpackagesubstitutefont.sty +0 -0
  1523. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/texinputs_win/Makefile.jinja +0 -0
  1524. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/agogo/static/bgfooter.png +0 -0
  1525. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/agogo/static/bgtop.png +0 -0
  1526. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/agogo/theme.toml +0 -0
  1527. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/changes/frameset.html +0 -0
  1528. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/changes/rstsource.html +0 -0
  1529. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/changes/versionchanges.html +0 -0
  1530. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/opensearch.xml +0 -0
  1531. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/static/documentation_options.js.jinja +0 -0
  1532. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/static/file.png +0 -0
  1533. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/static/minus.png +0 -0
  1534. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/static/plus.png +0 -0
  1535. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/static/sphinx_highlight.js +0 -0
  1536. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/basic/theme.toml +0 -0
  1537. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/bizstyle/static/background_b01.png +0 -0
  1538. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/bizstyle/static/css3-mediaqueries.js +0 -0
  1539. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/bizstyle/static/css3-mediaqueries_src.js +0 -0
  1540. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/bizstyle/theme.toml +0 -0
  1541. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/classic/theme.toml +0 -0
  1542. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/default/static/default.css +0 -0
  1543. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/default/theme.toml +0 -0
  1544. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/epub/theme.toml +0 -0
  1545. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/haiku/static/alert_info_32.png +0 -0
  1546. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/haiku/static/alert_warning_32.png +0 -0
  1547. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/haiku/static/bg-page.png +0 -0
  1548. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/haiku/static/bullet_orange.png +0 -0
  1549. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/haiku/theme.toml +0 -0
  1550. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/nature/theme.toml +0 -0
  1551. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/nonav/theme.toml +0 -0
  1552. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/layout.html +0 -0
  1553. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/dialog-note.png +0 -0
  1554. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/dialog-seealso.png +0 -0
  1555. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/dialog-todo.png +0 -0
  1556. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/dialog-topic.png +0 -0
  1557. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/dialog-warning.png +0 -0
  1558. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/footerbg.png +0 -0
  1559. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/headerbg.png +0 -0
  1560. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/ie6.css +0 -0
  1561. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/middlebg.png +0 -0
  1562. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/static/transparent.gif +0 -0
  1563. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/pyramid/theme.toml +0 -0
  1564. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/artwork/logo.svg +0 -0
  1565. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/darkmetal.png +0 -0
  1566. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/headerbg.png +0 -0
  1567. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/logo.png +0 -0
  1568. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/metal.png +0 -0
  1569. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/navigation.png +0 -0
  1570. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/print.css +0 -0
  1571. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/theme_extras.js +0 -0
  1572. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/watermark.png +0 -0
  1573. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/static/watermark_blur.png +0 -0
  1574. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/scrolls/theme.toml +0 -0
  1575. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/sphinxdoc/static/contents.png +0 -0
  1576. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/sphinxdoc/static/navigation.png +0 -0
  1577. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/sphinxdoc/theme.toml +0 -0
  1578. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/themes/traditional/theme.toml +0 -0
  1579. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/util/build_phase.py +0 -0
  1580. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/util/index_entries.py +0 -0
  1581. {sphinx-8.0.2 → sphinx-8.1.1}/sphinx/writers/__init__.py +0 -0
  1582. {sphinx-8.0.2 → sphinx-8.1.1}/tests/__init__.py +0 -0
  1583. {sphinx-8.0.2 → sphinx-8.1.1}/tests/certs/cert.pem +0 -0
  1584. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/documentation_options.js +0 -0
  1585. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/roots/cpp/conf.py +0 -0
  1586. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/roots/cpp/index.rst +0 -0
  1587. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/roots/multiterm/conf.py +0 -0
  1588. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/roots/multiterm/index.rst +0 -0
  1589. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/roots/partial/conf.py +0 -0
  1590. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/roots/titles/conf.py +0 -0
  1591. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/roots/titles/relevance.py +0 -0
  1592. {sphinx-8.0.2 → sphinx-8.1.1}/tests/js/roots/titles/relevance.rst +0 -0
  1593. /sphinx-8.0.2/tests/js/sphinx_highlight.js → /sphinx-8.1.1/tests/js/sphinx_highlight.spec.js +0 -0
  1594. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-add_enumerable_node/conf.py +0 -0
  1595. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-add_enumerable_node/enumerable_node.py +0 -0
  1596. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-add_enumerable_node/index.rst +0 -0
  1597. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-add_enumerable_node/rimg.png +0 -0
  1598. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-add_source_parser/conf.py +0 -0
  1599. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-add_source_parser/source_parser.py +0 -0
  1600. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py +0 -0
  1601. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py +0 -0
  1602. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-api-set-translator/conf.py +0 -0
  1603. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-api-set-translator/index.rst +0 -0
  1604. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-api-set-translator/nonext/conf.py +0 -0
  1605. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-api-set-translator/translator.py +0 -0
  1606. {sphinx-8.0.2/tests/roots/test-apidoc-pep420/a/b/e → sphinx-8.1.1/tests/roots/test-apidoc-custom-templates/mypackage}/__init__.py +0 -0
  1607. /sphinx-8.0.2/tests/roots/test-apidoc-duplicates/fish_licence/halibut.pyx → /sphinx-8.1.1/tests/roots/test-apidoc-duplicates/fish_licence/halibut.cpython-38-x86_64-linux-gnu.so +0 -0
  1608. /sphinx-8.0.2/tests/roots/test-apidoc-subpackage-in-toc/parent/__init__.py → /sphinx-8.1.1/tests/roots/test-apidoc-duplicates/fish_licence/halibut.pyx +0 -0
  1609. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-pep420/a/b/c/__init__.py +0 -0
  1610. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-pep420/a/b/c/d.py +0 -0
  1611. {sphinx-8.0.2/tests/roots/test-apidoc-subpackage-in-toc/parent/child → sphinx-8.1.1/tests/roots/test-apidoc-pep420/a/b/e}/__init__.py +0 -0
  1612. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-pep420/a/b/e/f.py +0 -0
  1613. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-pep420/a/b/x/y.py +0 -0
  1614. {sphinx-8.0.2/tests/roots/test-apidoc-toc/mypackage → sphinx-8.1.1/tests/roots/test-apidoc-subpackage-in-toc/parent}/__init__.py +0 -0
  1615. {sphinx-8.0.2/tests/roots/test-apidoc-toc/mypackage/resource → sphinx-8.1.1/tests/roots/test-apidoc-subpackage-in-toc/parent/child}/__init__.py +0 -0
  1616. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-subpackage-in-toc/parent/child/foo.py +0 -0
  1617. {sphinx-8.0.2/tests/roots/test-ext-autodoc/bug2437 → sphinx-8.1.1/tests/roots/test-apidoc-toc/mypackage}/__init__.py +0 -0
  1618. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-toc/mypackage/main.py +0 -0
  1619. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-toc/mypackage/no_init/foo.py +0 -0
  1620. {sphinx-8.0.2/tests/roots/test-ext-autosummary-module_prefix/pkg → sphinx-8.1.1/tests/roots/test-apidoc-toc/mypackage/resource}/__init__.py +0 -0
  1621. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-toc/mypackage/resource/resource.txt +0 -0
  1622. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-toc/mypackage/something/__init__.py +0 -0
  1623. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-trailing-underscore/package_/__init__.py +0 -0
  1624. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-apidoc-trailing-underscore/package_/module_.py +0 -0
  1625. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-autosummary/conf.py +0 -0
  1626. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-autosummary/dummy_module.py +0 -0
  1627. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-autosummary/index.rst +0 -0
  1628. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-autosummary/sphinx.rst +0 -0
  1629. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-autosummary/underscore_module_.py +0 -0
  1630. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-basic/index.rst +0 -0
  1631. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-html-theme-having-multiple-stylesheets/_themes/mytheme/_static/extra.css +0 -0
  1632. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-html-theme-having-multiple-stylesheets/_themes/mytheme/_static/mytheme.css +0 -0
  1633. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-html-theme-having-multiple-stylesheets/_themes/mytheme/theme.conf +0 -0
  1634. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-html-theme-having-multiple-stylesheets/conf.py +0 -0
  1635. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-html-theme-having-multiple-stylesheets/index.rst +0 -0
  1636. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-html-translator/conf.py +0 -0
  1637. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-html-translator/index.rst +0 -0
  1638. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/conf.py +0 -0
  1639. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/doc1.txt +0 -0
  1640. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/doc2.txt +0 -0
  1641. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/index.txt +0 -0
  1642. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/lineblock.txt +0 -0
  1643. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/listitems.txt +0 -0
  1644. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/maxwidth.txt +0 -0
  1645. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/nonascii_maxwidth.txt +0 -0
  1646. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/nonascii_table.txt +0 -0
  1647. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/nonascii_title.txt +0 -0
  1648. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/table.txt +0 -0
  1649. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/table_colspan.txt +0 -0
  1650. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/table_colspan_and_rowspan.txt +0 -0
  1651. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/table_colspan_left.txt +0 -0
  1652. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-build-text/table_rowspan.txt +0 -0
  1653. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-dirhtml/bar.rst +0 -0
  1654. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-dirhtml/conf.py +0 -0
  1655. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-dirhtml/foo/foo_1.rst +0 -0
  1656. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-dirhtml/foo/foo_2.rst +0 -0
  1657. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-dirhtml/foo/index.rst +0 -0
  1658. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-dirhtml/index.rst +0 -0
  1659. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-gettext-dont-rebuild-mo/bom.rst +0 -0
  1660. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-gettext-dont-rebuild-mo/conf.py +0 -0
  1661. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-gettext-dont-rebuild-mo/index.rst +0 -0
  1662. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-builder-gettext-dont-rebuild-mo/xx/LC_MESSAGES/bom.po +0 -0
  1663. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-changes/base.rst +0 -0
  1664. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-changes/c-api.rst +0 -0
  1665. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-changes/contents.rst +0 -0
  1666. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-changes/library/utils.rst +0 -0
  1667. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-circular/conf.py +0 -0
  1668. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-circular/index.rst +0 -0
  1669. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-circular/sub.rst +0 -0
  1670. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-config/conf.py +0 -0
  1671. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-copyright-multiline/conf.py +0 -0
  1672. {sphinx-8.0.2/tests/roots/test-gettext-template → sphinx-8.1.1/tests/roots/test-copyright-multiline}/index.rst +0 -0
  1673. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-default_role/conf.py +0 -0
  1674. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-default_role/foo.rst +0 -0
  1675. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-default_role/index.rst +0 -0
  1676. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/caption.rst +0 -0
  1677. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/classes.rst +0 -0
  1678. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/conf.py +0 -0
  1679. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/dedent.rst +0 -0
  1680. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/emphasize.rst +0 -0
  1681. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/empty.inc +0 -0
  1682. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/error.inc +0 -0
  1683. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/force.rst +0 -0
  1684. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/highlight.rst +0 -0
  1685. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/index.rst +0 -0
  1686. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/linenos.rst +0 -0
  1687. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/linenothreshold.rst +0 -0
  1688. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/literal-diff.inc +0 -0
  1689. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/literal-short.inc +0 -0
  1690. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/literal.inc +0 -0
  1691. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/namedblocks.rst +0 -0
  1692. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/py-decorators.inc +0 -0
  1693. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/py-decorators.rst +0 -0
  1694. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/python.rst +0 -0
  1695. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-code/target.py +0 -0
  1696. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-csv-table/conf.py +0 -0
  1697. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-csv-table/example.csv +0 -0
  1698. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-csv-table/subdir/example.csv +0 -0
  1699. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-include/bar.txt +0 -0
  1700. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-include/baz/baz.rst +0 -0
  1701. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-include/conf.py +0 -0
  1702. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-include/foo.rst +0 -0
  1703. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-include/text.txt +0 -0
  1704. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-only/conf.py +0 -0
  1705. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-only/index.rst +0 -0
  1706. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directive-only/only.rst +0 -0
  1707. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directives-raw/conf.py +0 -0
  1708. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-directives-raw/index.rst +0 -0
  1709. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-docutilsconf/conf.py +0 -0
  1710. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-docutilsconf/docutils.conf +0 -0
  1711. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-docutilsconf/index.rst +0 -0
  1712. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c/anon-dup-decl.rst +0 -0
  1713. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c/conf.py +0 -0
  1714. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c/field-role.rst +0 -0
  1715. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c/function_param_target.rst +0 -0
  1716. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c/index.rst +0 -0
  1717. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c/namespace.rst +0 -0
  1718. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c/ns_lookup.rst +0 -0
  1719. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c-c_maximum_signature_line_length/conf.py +0 -0
  1720. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c-c_maximum_signature_line_length/index.rst +0 -0
  1721. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c-intersphinx/conf.py +0 -0
  1722. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-c-intersphinx/index.rst +0 -0
  1723. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/anon-dup-decl.rst +0 -0
  1724. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/any-role.rst +0 -0
  1725. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/backslash.rst +0 -0
  1726. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/conf.py +0 -0
  1727. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/field-role.rst +0 -0
  1728. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/index.rst +0 -0
  1729. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/lookup-key-overload.rst +0 -0
  1730. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/multi-decl-lookup.rst +0 -0
  1731. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/operator-lookup.rst +0 -0
  1732. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/roles-targets-ok.rst +0 -0
  1733. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/roles-targets-warn.rst +0 -0
  1734. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/roles.rst +0 -0
  1735. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/roles2.rst +0 -0
  1736. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/semicolon.rst +0 -0
  1737. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/warn-template-param-qualified-name.rst +0 -0
  1738. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp/xref_consistency.rst +0 -0
  1739. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp-cpp_maximum_signature_line_length/conf.py +0 -0
  1740. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp-cpp_maximum_signature_line_length/index.rst +0 -0
  1741. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp-intersphinx/conf.py +0 -0
  1742. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-cpp-intersphinx/index.rst +0 -0
  1743. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-js/conf.py +0 -0
  1744. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-js/index.rst +0 -0
  1745. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-js/module.rst +0 -0
  1746. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-js/roles.rst +0 -0
  1747. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-js-javascript_maximum_signature_line_length/conf.py +0 -0
  1748. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-js-javascript_maximum_signature_line_length/index.rst +0 -0
  1749. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py/abbr.rst +0 -0
  1750. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py/canonical.rst +0 -0
  1751. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py/conf.py +0 -0
  1752. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py/index.rst +0 -0
  1753. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py/module.rst +0 -0
  1754. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py/module_option.rst +0 -0
  1755. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py/roles.rst +0 -0
  1756. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py/type_alias.rst +0 -0
  1757. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py-python_maximum_signature_line_length/conf.py +0 -0
  1758. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py-python_maximum_signature_line_length/index.rst +0 -0
  1759. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py-python_use_unqualified_type_names/conf.py +0 -0
  1760. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py-python_use_unqualified_type_names/index.rst +0 -0
  1761. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py-xref-warning/conf.py +0 -0
  1762. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-domain-py-xref-warning/index.rst +0 -0
  1763. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-double-inheriting-theme/base_themes_dir/base_theme1/theme.conf +0 -0
  1764. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-double-inheriting-theme/base_themes_dir/base_theme2/theme.conf +0 -0
  1765. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-double-inheriting-theme/conf.py +0 -0
  1766. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-double-inheriting-theme/index.rst +0 -0
  1767. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-environment-record-dependencies/api.rst +0 -0
  1768. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-environment-record-dependencies/conf.py +0 -0
  1769. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-environment-record-dependencies/example_module.py +0 -0
  1770. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-environment-record-dependencies/index.rst +0 -0
  1771. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-epub-anchor-id/conf.py +0 -0
  1772. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-epub-anchor-id/index.rst +0 -0
  1773. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/autodoc_dummy_bar.py +0 -0
  1774. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/autodoc_dummy_module.py +0 -0
  1775. {sphinx-8.0.2/tests/roots/test-ext-autosummary-module_prefix/pkg/mod0 → sphinx-8.1.1/tests/roots/test-ext-autodoc/bug2437}/__init__.py +0 -0
  1776. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py +0 -0
  1777. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/circular_import/__init__.py +0 -0
  1778. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/circular_import/a.py +0 -0
  1779. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/circular_import/b.py +0 -0
  1780. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/circular_import/c.py +0 -0
  1781. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/conf.py +0 -0
  1782. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/index.rst +0 -0
  1783. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/TYPE_CHECKING.py +0 -0
  1784. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/__init__.py +0 -0
  1785. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/_functions_to_import.py +0 -0
  1786. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/annotated.py +0 -0
  1787. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/autoclass_content.py +0 -0
  1788. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/autodoc_type_aliases.py +0 -0
  1789. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/bound_method.py +0 -0
  1790. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/cached_property.py +0 -0
  1791. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/canonical/__init__.py +0 -0
  1792. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/canonical/original.py +0 -0
  1793. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/classes.py +0 -0
  1794. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/coroutine.py +0 -0
  1795. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/cython.pyx +0 -0
  1796. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/decorator.py +0 -0
  1797. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/descriptor.py +0 -0
  1798. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/docstring_signature.py +0 -0
  1799. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/empty_all.py +0 -0
  1800. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/enums.py +0 -0
  1801. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/final.py +0 -0
  1802. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/functions.py +0 -0
  1803. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/generic_class.py +0 -0
  1804. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/genericalias.py +0 -0
  1805. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/hide_value.py +0 -0
  1806. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/imported_members.py +0 -0
  1807. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/inheritance.py +0 -0
  1808. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/inherited_annotations.py +0 -0
  1809. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/instance_variable.py +0 -0
  1810. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/literal.py +0 -0
  1811. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/metadata.py +0 -0
  1812. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/module.py +0 -0
  1813. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/name_conflict/__init__.py +0 -0
  1814. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/name_conflict/foo.py +0 -0
  1815. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/name_mangling.py +0 -0
  1816. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/need_mocks.py +0 -0
  1817. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/overload.py +0 -0
  1818. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/overload2.py +0 -0
  1819. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/partialfunction.py +0 -0
  1820. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/partialmethod.py +0 -0
  1821. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/pep570.py +0 -0
  1822. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/pep604.py +0 -0
  1823. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/preserve_defaults.py +0 -0
  1824. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/preserve_defaults_special_constructs.py +0 -0
  1825. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/private.py +0 -0
  1826. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/process_docstring.py +0 -0
  1827. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/properties.py +0 -0
  1828. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/singledispatch.py +0 -0
  1829. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/singledispatchmethod.py +0 -0
  1830. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/singledispatchmethod_classmethod.py +0 -0
  1831. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/slots.py +0 -0
  1832. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/sort_by_all.py +0 -0
  1833. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/typed_vars.py +0 -0
  1834. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/typehints.py +0 -0
  1835. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/typevar.py +0 -0
  1836. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/uninitialized_attributes.py +0 -0
  1837. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autodoc/target/wrappedfunction.py +0 -0
  1838. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosectionlabel/conf.py +0 -0
  1839. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosectionlabel/index.rst +0 -0
  1840. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosectionlabel-prefix-document/conf.py +0 -0
  1841. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosectionlabel-prefix-document/index.rst +0 -0
  1842. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary/autosummary_dummy_inherited_module.py +0 -0
  1843. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary/autosummary_dummy_module.py +0 -0
  1844. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary/autosummary_importfail.py +0 -0
  1845. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary/conf.py +0 -0
  1846. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary/index.rst +0 -0
  1847. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-filename-map/autosummary_dummy_module.py +0 -0
  1848. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-filename-map/conf.py +0 -0
  1849. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-filename-map/index.rst +0 -0
  1850. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-import_cycle/conf.py +0 -0
  1851. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-import_cycle/index.rst +0 -0
  1852. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-import_cycle/spam/__init__.py +0 -0
  1853. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-import_cycle/spam/eggs.py +0 -0
  1854. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-imported_members/autosummary_dummy_package/__init__.py +0 -0
  1855. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-imported_members/autosummary_dummy_package/autosummary_dummy_module.py +0 -0
  1856. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-imported_members/conf.py +0 -0
  1857. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-imported_members/index.rst +0 -0
  1858. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-mock_imports/conf.py +0 -0
  1859. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-mock_imports/foo.py +0 -0
  1860. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-mock_imports/index.rst +0 -0
  1861. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-module_all/autosummary_dummy_package_all/__init__.py +0 -0
  1862. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-module_all/autosummary_dummy_package_all/autosummary_dummy_module.py +0 -0
  1863. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-module_all/autosummary_dummy_package_all/extra_dummy_module.py +0 -0
  1864. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-module_all/conf.py +0 -0
  1865. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-module_all/index.rst +0 -0
  1866. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-module_prefix/conf.py +0 -0
  1867. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-module_prefix/index.rst +0 -0
  1868. {sphinx-8.0.2/tests/roots/test-ext-autosummary-module_prefix/pkg/mod1 → sphinx-8.1.1/tests/roots/test-ext-autosummary-module_prefix/pkg}/__init__.py +0 -0
  1869. {sphinx-8.0.2/tests/roots/test-ext-autosummary-recursive/package → sphinx-8.1.1/tests/roots/test-ext-autosummary-module_prefix/pkg/mod0}/__init__.py +0 -0
  1870. {sphinx-8.0.2/tests/roots/test-ext-autosummary-recursive/package/package → sphinx-8.1.1/tests/roots/test-ext-autosummary-module_prefix/pkg/mod1}/__init__.py +0 -0
  1871. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-recursive/conf.py +0 -0
  1872. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-recursive/index.rst +0 -0
  1873. {sphinx-8.0.2/tests/roots/test-ext-autosummary-recursive/package2 → sphinx-8.1.1/tests/roots/test-ext-autosummary-recursive/package}/__init__.py +0 -0
  1874. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-recursive/package/module.py +0 -0
  1875. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-recursive/package/module_importfail.py +0 -0
  1876. {sphinx-8.0.2/tests/roots/test-ext-coverage/grog → sphinx-8.1.1/tests/roots/test-ext-autosummary-recursive/package/package}/__init__.py +0 -0
  1877. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-recursive/package/package/module.py +0 -0
  1878. {sphinx-8.0.2/tests/roots/test-ext-doctest-with-autodoc/dir → sphinx-8.1.1/tests/roots/test-ext-autosummary-recursive/package2}/__init__.py +0 -0
  1879. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-recursive/package2/module.py +0 -0
  1880. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-skip-member/conf.py +0 -0
  1881. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-skip-member/index.rst +0 -0
  1882. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-skip-member/target.py +0 -0
  1883. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-template/_templates/empty.rst +0 -0
  1884. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-template/conf.py +0 -0
  1885. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-template/index.rst +0 -0
  1886. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-autosummary-template/target.py +0 -0
  1887. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-coverage/conf.py +0 -0
  1888. {sphinx-8.0.2/tests/roots/test-ext-napoleon-paramtype/pkg → sphinx-8.1.1/tests/roots/test-ext-coverage/grog}/__init__.py +0 -0
  1889. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-coverage/grog/coverage_ignored.py +0 -0
  1890. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-coverage/grog/coverage_missing.py +0 -0
  1891. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-coverage/grog/coverage_not_ignored.py +0 -0
  1892. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-coverage/index.rst +0 -0
  1893. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest/conf.py +0 -0
  1894. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest/doctest.txt +0 -0
  1895. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest-skipif/conf.py +0 -0
  1896. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest-skipif/skipif.txt +0 -0
  1897. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest-with-autodoc/conf.py +0 -0
  1898. {sphinx-8.0.2/tests/roots/test-ext-napoleon/mypackage → sphinx-8.1.1/tests/roots/test-ext-doctest-with-autodoc/dir}/__init__.py +0 -0
  1899. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest-with-autodoc/dir/bar.py +0 -0
  1900. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest-with-autodoc/dir/inner.rst +0 -0
  1901. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest-with-autodoc/foo.py +0 -0
  1902. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-doctest-with-autodoc/index.rst +0 -0
  1903. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-extlinks-hardcoded-urls/conf.py +0 -0
  1904. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-extlinks-hardcoded-urls/index.rst +0 -0
  1905. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements/conf.py +0 -0
  1906. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements/index.rst +0 -0
  1907. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-githubpages/conf.py +0 -0
  1908. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-githubpages/index.rst +0 -0
  1909. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-graphviz/_static/images/test.svg +0 -0
  1910. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-graphviz/conf.py +0 -0
  1911. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-graphviz/graph.dot +0 -0
  1912. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-graphviz/graph.xx.dot +0 -0
  1913. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-graphviz/index.rst +0 -0
  1914. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-ifconfig/conf.py +0 -0
  1915. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-ifconfig/index.rst +0 -0
  1916. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-imgconverter/conf.py +0 -0
  1917. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-imgconverter/img.pdf +0 -0
  1918. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-imgconverter/index.rst +0 -0
  1919. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-imgconverter/svgimg.svg +0 -0
  1920. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-imgmockconverter/1/svgimg.svg +0 -0
  1921. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-imgmockconverter/2/svgimg.svg +0 -0
  1922. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-imgmockconverter/conf.py +0 -0
  1923. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-imgmockconverter/index.rst +0 -0
  1924. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-inheritance_diagram/conf.py +0 -0
  1925. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-inheritance_diagram/example/__init__.py +0 -0
  1926. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-inheritance_diagram/example/sphinx.py +0 -0
  1927. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-inheritance_diagram/external/other.py +0 -0
  1928. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-inheritance_diagram/index.rst +0 -0
  1929. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-inheritance_diagram/subdir/page1.rst +0 -0
  1930. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-inheritance_diagram/subdir/page2.rst +0 -0
  1931. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-inheritance_diagram/test.py +0 -0
  1932. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-intersphinx-cppdomain/conf.py +0 -0
  1933. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-intersphinx-cppdomain/index.rst +0 -0
  1934. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-intersphinx-role/conf.py +0 -0
  1935. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-intersphinx-role/index.rst +0 -0
  1936. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math/conf.py +0 -0
  1937. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math/index.rst +0 -0
  1938. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math/math.rst +0 -0
  1939. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math/nomath.rst +0 -0
  1940. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math/page.rst +0 -0
  1941. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math-compat/conf.py +0 -0
  1942. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math-compat/index.rst +0 -0
  1943. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math-include/conf.py +0 -0
  1944. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math-include/included.rst +0 -0
  1945. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math-include/index.rst +0 -0
  1946. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math-include/math.rst +0 -0
  1947. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math-simple/conf.py +0 -0
  1948. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-math-simple/index.rst +0 -0
  1949. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-napoleon/conf.py +0 -0
  1950. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-napoleon/index.rst +0 -0
  1951. {sphinx-8.0.2/tests/test_builders → sphinx-8.1.1/tests/roots/test-ext-napoleon/mypackage}/__init__.py +0 -0
  1952. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-napoleon/mypackage/typehints.py +0 -0
  1953. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-napoleon/typehints.rst +0 -0
  1954. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-napoleon-paramtype/conf.py +0 -0
  1955. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-napoleon-paramtype/index.rst +0 -0
  1956. {sphinx-8.0.2/tests/roots/test-inheritance/dummy → sphinx-8.1.1/tests/roots/test-ext-napoleon-paramtype/pkg}/__init__.py +0 -0
  1957. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-napoleon-paramtype/pkg/bar.py +0 -0
  1958. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-napoleon-paramtype/pkg/foo.py +0 -0
  1959. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-todo/bar.rst +0 -0
  1960. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-todo/conf.py +0 -0
  1961. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-todo/foo.rst +0 -0
  1962. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-todo/index.rst +0 -0
  1963. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode/conf.py +0 -0
  1964. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode/index.rst +0 -0
  1965. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode/objects.rst +0 -0
  1966. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode/spam/__init__.py +0 -0
  1967. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode/spam/mod1.py +0 -0
  1968. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode/spam/mod2.py +0 -0
  1969. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode/spam/mod3.py +0 -0
  1970. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode-find/conf.py +0 -0
  1971. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode-find/index.rst +0 -0
  1972. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode-find/not_a_package/__init__.py +0 -0
  1973. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-ext-viewcode-find/not_a_package/submodule.py +0 -0
  1974. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-extensions/conf.py +0 -0
  1975. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-extensions/read_parallel.py +0 -0
  1976. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-extensions/read_serial.py +0 -0
  1977. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-extensions/write_parallel.py +0 -0
  1978. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-extensions/write_serial.py +0 -0
  1979. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-footnotes/bar.rst +0 -0
  1980. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-footnotes/baz.rst +0 -0
  1981. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-footnotes/conf.py +0 -0
  1982. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-footnotes/index.rst +0 -0
  1983. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-footnotes/rimg.png +0 -0
  1984. {sphinx-8.0.2/tests/roots/test-gettext-template → sphinx-8.1.1/tests/roots/test-gettext-custom-output-template}/conf.py +0 -0
  1985. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-gettext-template/_templates/template1.html +0 -0
  1986. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-gettext-template/_templates/template2.html +0 -0
  1987. {sphinx-8.0.2/tests/roots/test-html_assets/extra → sphinx-8.1.1/tests/roots/test-gettext-template}/index.rst +0 -0
  1988. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-glossary/conf.py +0 -0
  1989. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-glossary/index.rst +0 -0
  1990. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-highlight_options/conf.py +0 -0
  1991. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-highlight_options/index.rst +0 -0
  1992. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/conf.py +0 -0
  1993. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/extra/.htaccess +0 -0
  1994. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/extra/.htpasswd +0 -0
  1995. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/extra/API.html.jinja +0 -0
  1996. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/extra/css/style.css +0 -0
  1997. {sphinx-8.0.2/tests/roots/test-html_assets/static → sphinx-8.1.1/tests/roots/test-html_assets/extra}/index.rst +0 -0
  1998. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/extra/rimg.png +0 -0
  1999. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/extra/subdir/.htaccess +0 -0
  2000. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/extra/subdir/.htpasswd +0 -0
  2001. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/index.rst +0 -0
  2002. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/static/.htaccess +0 -0
  2003. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/static/.htpasswd +0 -0
  2004. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/static/API.html.jinja +0 -0
  2005. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/static/css/style.css +0 -0
  2006. {sphinx-8.0.2/tests/roots/test-html_file_checksum → sphinx-8.1.1/tests/roots/test-html_assets/static}/index.rst +0 -0
  2007. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/static/js/custom.js +0 -0
  2008. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/static/rimg.png +0 -0
  2009. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/static/subdir/.htaccess +0 -0
  2010. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/static/subdir/.htpasswd +0 -0
  2011. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/subdir/_build/index.html +0 -0
  2012. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_assets/subdir/background.png +0 -0
  2013. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_entity/conf.py +0 -0
  2014. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_entity/index.rst +0 -0
  2015. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_file_checksum/conf.py +0 -0
  2016. {sphinx-8.0.2/tests/roots/test-util-copyasset_overwrite → sphinx-8.1.1/tests/roots/test-html_file_checksum}/index.rst +0 -0
  2017. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_file_checksum/static/empty.js +0 -0
  2018. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_file_checksum/static/script.js +0 -0
  2019. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_file_checksum/static/stylesheet-a.css +0 -0
  2020. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_file_checksum/static/stylesheet-b.css +0 -0
  2021. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_scaled_image_link/conf.py +0 -0
  2022. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_scaled_image_link/img.png +0 -0
  2023. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_scaled_image_link/index.rst +0 -0
  2024. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_signaturereturn_icon/conf.py +0 -0
  2025. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_signaturereturn_icon/index.rst +0 -0
  2026. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_style/_static/default.css +0 -0
  2027. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_style/conf.py +0 -0
  2028. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-html_style/index.rst +0 -0
  2029. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-escape/conf.py +0 -0
  2030. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-escape/img_#1.png +0 -0
  2031. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-escape/index.rst +0 -0
  2032. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-in-parsed-literal/conf.py +0 -0
  2033. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-in-parsed-literal/index.rst +0 -0
  2034. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-in-parsed-literal/pic.png +0 -0
  2035. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-in-section/conf.py +0 -0
  2036. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-in-section/index.rst +0 -0
  2037. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-image-in-section/pic.png +0 -0
  2038. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/conf.py +0 -0
  2039. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/img.gif +0 -0
  2040. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/img.ja.png +0 -0
  2041. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/img.pdf +0 -0
  2042. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/img.png +0 -0
  2043. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/img.zh.png +0 -0
  2044. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/index.rst +0 -0
  2045. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/rimg.png +0 -0
  2046. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/rimg.png.xx +0 -0
  2047. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/rimg.xx.png +0 -0
  2048. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/subdir/index.rst +0 -0
  2049. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/subdir/rimg.png +0 -0
  2050. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/subdir/rimg.xx.png +0 -0
  2051. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/subdir/svgimg.pdf +0 -0
  2052. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/subdir/svgimg.svg +0 -0
  2053. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/subdir/svgimg.xx.svg +0 -0
  2054. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-images/testim/303/244ge.png" +0 -0
  2055. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-index_on_title/conf.py +0 -0
  2056. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-index_on_title/contents.rst +0 -0
  2057. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/basic_diagram.rst +0 -0
  2058. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/conf.py +0 -0
  2059. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/diagram_module_w_2_top_classes.rst +0 -0
  2060. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/diagram_w_1_top_class.rst +0 -0
  2061. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/diagram_w_2_top_classes.rst +0 -0
  2062. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/diagram_w_nested_classes.rst +0 -0
  2063. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/diagram_w_parts.rst +0 -0
  2064. {sphinx-8.0.2/tests/test_config → sphinx-8.1.1/tests/roots/test-inheritance/dummy}/__init__.py +0 -0
  2065. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/dummy/test.py +0 -0
  2066. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/dummy/test_nested.py +0 -0
  2067. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-inheritance/index.rst +0 -0
  2068. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/_templates/contents.html +0 -0
  2069. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/admonitions.txt +0 -0
  2070. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/bom.txt +0 -0
  2071. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/conf.py +0 -0
  2072. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/definition_terms.txt +0 -0
  2073. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/docfields.txt +0 -0
  2074. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/external_links.txt +0 -0
  2075. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/figure.txt +0 -0
  2076. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/footnote.txt +0 -0
  2077. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/glossary_terms.txt +0 -0
  2078. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/glossary_terms_inconsistency.txt +0 -0
  2079. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/i18n.png +0 -0
  2080. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/img.png +0 -0
  2081. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/index.txt +0 -0
  2082. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/index_entries.txt +0 -0
  2083. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/label_target.txt +0 -0
  2084. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/literalblock.txt +0 -0
  2085. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/markup.txt +0 -0
  2086. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/noqa.txt +0 -0
  2087. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/only.txt +0 -0
  2088. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/raw.txt +0 -0
  2089. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/refs.txt +0 -0
  2090. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/refs_inconsistency.txt +0 -0
  2091. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/refs_python_domain.txt +0 -0
  2092. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/role_xref.txt +0 -0
  2093. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/rubric.txt +0 -0
  2094. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/section.txt +0 -0
  2095. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/seealso.txt +0 -0
  2096. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/subdir/index.txt +0 -0
  2097. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/table.txt +0 -0
  2098. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/toctree.txt +0 -0
  2099. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/topic.txt +0 -0
  2100. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/translation_progress.txt +0 -0
  2101. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/versionchange.txt +0 -0
  2102. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/warnings.txt +0 -0
  2103. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/admonitions.po +0 -0
  2104. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/bom.po +0 -0
  2105. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/definition_terms.po +0 -0
  2106. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/docfields.po +0 -0
  2107. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/external_links.po +0 -0
  2108. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/figure.po +0 -0
  2109. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/footnote.po +0 -0
  2110. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/glossary_terms.po +0 -0
  2111. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/glossary_terms_inconsistency.po +0 -0
  2112. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/index.po +0 -0
  2113. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/index_entries.po +0 -0
  2114. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/label_target.po +0 -0
  2115. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/literalblock.po +0 -0
  2116. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/markup.po +0 -0
  2117. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/noqa.po +0 -0
  2118. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/only.po +0 -0
  2119. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/raw.po +0 -0
  2120. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/refs.po +0 -0
  2121. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/refs_inconsistency.po +0 -0
  2122. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/refs_python_domain.po +0 -0
  2123. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/role_xref.po +0 -0
  2124. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/rubric.po +0 -0
  2125. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/section.po +0 -0
  2126. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/seealso.po +0 -0
  2127. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/sphinx.po +0 -0
  2128. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/table.po +0 -0
  2129. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/toctree.po +0 -0
  2130. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/topic.po +0 -0
  2131. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/translation_progress.po +0 -0
  2132. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/versionchange.po +0 -0
  2133. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl/xx/LC_MESSAGES/warnings.po +0 -0
  2134. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl_substitution_definitions/conf.py +0 -0
  2135. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl_substitution_definitions/i18n.png +0 -0
  2136. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl_substitution_definitions/img.png +0 -0
  2137. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl_substitution_definitions/index.rst +0 -0
  2138. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl_substitution_definitions/prolog_epilog_substitution.rst +0 -0
  2139. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl_substitution_definitions/prolog_epilog_substitution_excluded.rst +0 -0
  2140. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-intl_substitution_definitions/xx/LC_MESSAGES/prolog_epilog_substitution.po +0 -0
  2141. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-keep_warnings/conf.py +0 -0
  2142. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-keep_warnings/index.rst +0 -0
  2143. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-babel/bar.rst +0 -0
  2144. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-babel/conf.py +0 -0
  2145. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-babel/foo.rst +0 -0
  2146. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-babel/index.rst +0 -0
  2147. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-container/conf.py +0 -0
  2148. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-container/index.rst +0 -0
  2149. {sphinx-8.0.2/tests/roots/test-latex-index → sphinx-8.1.1/tests/roots/test-latex-contents-topic-sidebar}/conf.py +0 -0
  2150. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-equations/conf.py +0 -0
  2151. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-equations/equations.rst +0 -0
  2152. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-equations/expects/latex-equations.tex +0 -0
  2153. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-figure-in-admonition/conf.py +0 -0
  2154. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-figure-in-admonition/img.png +0 -0
  2155. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-figure-in-admonition/index.rst +0 -0
  2156. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-includegraphics/conf.py +0 -0
  2157. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-includegraphics/img.png +0 -0
  2158. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-includegraphics/index.rst +0 -0
  2159. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-includegraphics/sphinx.png +0 -0
  2160. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-includegraphics/tall.png +0 -0
  2161. {sphinx-8.0.2/tests/roots/test-latex-labels → sphinx-8.1.1/tests/roots/test-latex-index}/conf.py +0 -0
  2162. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-index/index.rst +0 -0
  2163. {sphinx-8.0.2/tests/roots/test-latex-table → sphinx-8.1.1/tests/roots/test-latex-labels}/conf.py +0 -0
  2164. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-labels/index.rst +0 -0
  2165. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-labels/otherdoc.rst +0 -0
  2166. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-labels-before-module/automodule1.py +0 -0
  2167. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-labels-before-module/automodule2a.py +0 -0
  2168. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-labels-before-module/automodule2b.py +0 -0
  2169. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-labels-before-module/automodule3.py +0 -0
  2170. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-labels-before-module/conf.py +0 -0
  2171. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-labels-before-module/index.rst +0 -0
  2172. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-numfig/conf.py +0 -0
  2173. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-numfig/index.rst +0 -0
  2174. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-numfig/indexhowto.rst +0 -0
  2175. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-numfig/indexmanual.rst +0 -0
  2176. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/_mytemplates/latex/longtable.tex.jinja +0 -0
  2177. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/_mytemplates/latex/tabulary.tex_t +0 -0
  2178. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/complex.rst +0 -0
  2179. {sphinx-8.0.2/tests/roots/test-latex-unicode → sphinx-8.1.1/tests/roots/test-latex-table}/conf.py +0 -0
  2180. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/complex_spanning_cell.tex +0 -0
  2181. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/gridtable.tex +0 -0
  2182. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/gridtable_with_tabularcolumn.tex +0 -0
  2183. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/longtable.tex +0 -0
  2184. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/longtable_having_align.tex +0 -0
  2185. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/longtable_having_caption.tex +0 -0
  2186. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/longtable_having_problematic_cell.tex +0 -0
  2187. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/longtable_having_stub_columns_and_problematic_cell.tex +0 -0
  2188. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/longtable_having_verbatim.tex +0 -0
  2189. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/longtable_having_widths_and_problematic_cell.tex +0 -0
  2190. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/longtable_with_tabularcolumn.tex +0 -0
  2191. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/simple_table.tex +0 -0
  2192. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/table_having_caption.tex +0 -0
  2193. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/table_having_problematic_cell.tex +0 -0
  2194. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/table_having_stub_columns_and_problematic_cell.tex +0 -0
  2195. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/table_having_threeparagraphs_cell_in_first_col.tex +0 -0
  2196. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/table_having_verbatim.tex +0 -0
  2197. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/table_having_widths_and_problematic_cell.tex +0 -0
  2198. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/tabular_having_widths.tex +0 -0
  2199. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/tabularcolumn.tex +0 -0
  2200. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/expects/tabulary_having_widths.tex +0 -0
  2201. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/index.rst +0 -0
  2202. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/longtable.rst +0 -0
  2203. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-table/tabular.rst +0 -0
  2204. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-theme/conf.py +0 -0
  2205. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-theme/index.rst +0 -0
  2206. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-theme/theme/custom/theme.conf +0 -0
  2207. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-title/conf.py +0 -0
  2208. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-title/index.rst +0 -0
  2209. {sphinx-8.0.2/tests/roots/test-metadata → sphinx-8.1.1/tests/roots/test-latex-unicode}/conf.py +0 -0
  2210. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-latex-unicode/index.rst +0 -0
  2211. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck/conf.py +0 -0
  2212. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck/links.rst +0 -0
  2213. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-anchors-ignore/conf.py +0 -0
  2214. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-anchors-ignore/index.rst +0 -0
  2215. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-anchors-ignore-for-url/conf.py +0 -0
  2216. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-anchors-ignore-for-url/index.rst +0 -0
  2217. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-documents_exclude/br0ken_link.rst +0 -0
  2218. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-documents_exclude/broken_link.rst +0 -0
  2219. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-documents_exclude/conf.py +0 -0
  2220. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-documents_exclude/index.rst +0 -0
  2221. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-localserver/conf.py +0 -0
  2222. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-localserver/index.rst +0 -0
  2223. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-localserver-anchor/conf.py +0 -0
  2224. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-localserver-anchor/index.rst +0 -0
  2225. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-localserver-https/conf.py +0 -0
  2226. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-localserver-https/index.rst +0 -0
  2227. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-localserver-warn-redirects/conf.py +0 -0
  2228. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-localserver-warn-redirects/index.rst +0 -0
  2229. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-raw-node/conf.py +0 -0
  2230. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-too-many-retries/conf.py +0 -0
  2231. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-linkcheck-too-many-retries/index.rst +0 -0
  2232. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-local-logo/conf.py +0 -0
  2233. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-local-logo/images/img.png +0 -0
  2234. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-local-logo/index.rst +0 -0
  2235. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-locale/locale1/en/LC_MESSAGES/myext.mo +0 -0
  2236. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-locale/locale1/en/LC_MESSAGES/myext.po +0 -0
  2237. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-locale/locale1/et/LC_MESSAGES/myext.mo +0 -0
  2238. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-locale/locale1/et/LC_MESSAGES/myext.po +0 -0
  2239. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-locale/locale2/en/LC_MESSAGES/myext.mo +0 -0
  2240. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-locale/locale2/en/LC_MESSAGES/myext.po +0 -0
  2241. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-manpage_url/conf.py +0 -0
  2242. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-manpage_url/index.rst +0 -0
  2243. {sphinx-8.0.2/tests/roots/test-basic → sphinx-8.1.1/tests/roots/test-markup-citation}/conf.py +0 -0
  2244. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-markup-citation/index.rst +0 -0
  2245. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-markup-rubric/conf.py +0 -0
  2246. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-markup-rubric/index.rst +0 -0
  2247. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-maxlistdepth/conf.py +0 -0
  2248. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-maxlistdepth/index.rst +0 -0
  2249. {sphinx-8.0.2/tests/roots/test-nested-enumerated-list → sphinx-8.1.1/tests/roots/test-metadata}/conf.py +0 -0
  2250. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-metadata/index.rst +0 -0
  2251. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-need-escaped/bar.rst +0 -0
  2252. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-need-escaped/baz.rst +0 -0
  2253. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-need-escaped/conf.py +0 -0
  2254. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-need-escaped/foo.rst +0 -0
  2255. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-need-escaped/index.rst +0 -0
  2256. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-need-escaped/quux.rst +0 -0
  2257. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-need-escaped/qux.rst +0 -0
  2258. {sphinx-8.0.2/tests/roots/test-nested-tables → sphinx-8.1.1/tests/roots/test-nested-enumerated-list}/conf.py +0 -0
  2259. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-nested-enumerated-list/index.rst +0 -0
  2260. {sphinx-8.0.2/tests/roots/test-object-description-sections → sphinx-8.1.1/tests/roots/test-nested-tables}/conf.py +0 -0
  2261. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-nested-tables/index.rst +0 -0
  2262. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-nitpicky-warnings/conf.py +0 -0
  2263. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-nitpicky-warnings/index.rst +0 -0
  2264. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numbered-circular/conf.py +0 -0
  2265. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numbered-circular/index.rst +0 -0
  2266. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numbered-circular/sub.rst +0 -0
  2267. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numfig/bar.rst +0 -0
  2268. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numfig/baz.rst +0 -0
  2269. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numfig/conf.py +0 -0
  2270. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numfig/foo.rst +0 -0
  2271. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numfig/index.rst +0 -0
  2272. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-numfig/rimg.png +0 -0
  2273. {sphinx-8.0.2/tests/roots/test-reST-code-block → sphinx-8.1.1/tests/roots/test-object-description-sections}/conf.py +0 -0
  2274. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-object-description-sections/index.rst +0 -0
  2275. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/Bare.rst +0 -0
  2276. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/Dup1.rst +0 -0
  2277. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/Dup2.rst +0 -0
  2278. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/LineContinuation.rst +0 -0
  2279. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/P1.rst +0 -0
  2280. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/P2.rst +0 -0
  2281. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/conf.py +0 -0
  2282. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/firstLineRule.rst +0 -0
  2283. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-productionlist/index.rst +0 -0
  2284. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-prolog/conf.py +0 -0
  2285. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-prolog/index.rst +0 -0
  2286. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-prolog/markdown.md +0 -0
  2287. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-prolog/prolog_markdown_parser.py +0 -0
  2288. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-prolog/restructuredtext.rst +0 -0
  2289. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-pycode/cp_1251_coded.py +0 -0
  2290. {sphinx-8.0.2/tests/roots/test-reST-code-role → sphinx-8.1.1/tests/roots/test-reST-code-block}/conf.py +0 -0
  2291. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-reST-code-block/index.rst +0 -0
  2292. {sphinx-8.0.2/tests/roots/test-smartquotes → sphinx-8.1.1/tests/roots/test-reST-code-role}/conf.py +0 -0
  2293. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-reST-code-role/index.rst +0 -0
  2294. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-refonly_bullet_list/conf.py +0 -0
  2295. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-refonly_bullet_list/index.rst +0 -0
  2296. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-remote-logo/conf.py +0 -0
  2297. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-remote-logo/index.rst +0 -0
  2298. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-roles-download/another/dummy.dat +0 -0
  2299. {sphinx-8.0.2/tests/roots/test-markup-citation → sphinx-8.1.1/tests/roots/test-roles-download}/conf.py +0 -0
  2300. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-roles-download/dummy.dat +0 -0
  2301. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-roles-download/index.rst +0 -0
  2302. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/Makefile +0 -0
  2303. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/_templates/contentssb.html +0 -0
  2304. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/_templates/customsb.html +0 -0
  2305. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/_templates/layout.html +0 -0
  2306. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/autodoc.txt +0 -0
  2307. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/autodoc_target.py +0 -0
  2308. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/bom.txt +0 -0
  2309. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/extapi.txt +0 -0
  2310. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/extensions.txt +0 -0
  2311. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/file_with_special_#_chars.xyz +0 -0
  2312. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/footnote.txt +0 -0
  2313. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/images.txt +0 -0
  2314. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/img.foo.png +0 -0
  2315. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/img.gif +0 -0
  2316. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/img.pdf +0 -0
  2317. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/img.png +0 -0
  2318. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/includes.txt +0 -0
  2319. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/index.txt +0 -0
  2320. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/lists.txt +0 -0
  2321. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/literal.inc +0 -0
  2322. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/literal_orig.inc +0 -0
  2323. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/markup.txt +0 -0
  2324. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/math.txt +0 -0
  2325. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/objects.txt +0 -0
  2326. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/otherext.foo +0 -0
  2327. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/parsermod.py +0 -0
  2328. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/quotes.inc +0 -0
  2329. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/rimg.png +0 -0
  2330. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/special/api.h +0 -0
  2331. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/special/code.py +0 -0
  2332. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/subdir/excluded.txt +0 -0
  2333. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/subdir/images.txt +0 -0
  2334. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/subdir/img.png +0 -0
  2335. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/subdir/include.inc +0 -0
  2336. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/subdir/includes.txt +0 -0
  2337. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/subdir/simg.png +0 -0
  2338. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/svgimg.pdf +0 -0
  2339. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/svgimg.svg +0 -0
  2340. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/tabs.inc +0 -0
  2341. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/test.inc +0 -0
  2342. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-root/wrongenc.inc +0 -0
  2343. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-search/conf.py +0 -0
  2344. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-search/index.rst +0 -0
  2345. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-search/nosearch.rst +0 -0
  2346. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-search/tocitem.rst +0 -0
  2347. {sphinx-8.0.2/tests/roots/test-toctree-domain-objects → sphinx-8.1.1/tests/roots/test-smartquotes}/conf.py +0 -0
  2348. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-smartquotes/index.rst +0 -0
  2349. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-smartquotes/literals.rst +0 -0
  2350. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-stylesheets/_templates/layout.html +0 -0
  2351. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-stylesheets/conf.py +0 -0
  2352. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-stylesheets/index.rst +0 -0
  2353. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-templating/_templates/autosummary/class.rst +0 -0
  2354. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-templating/_templates/layout.html +0 -0
  2355. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-templating/autosummary_templating.txt +0 -0
  2356. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-templating/conf.py +0 -0
  2357. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-templating/index.txt +0 -0
  2358. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/child.zip +0 -0
  2359. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/conf.py +0 -0
  2360. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/index.rst +0 -0
  2361. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/parent.zip +0 -0
  2362. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/test_theme/__init__.py +0 -0
  2363. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/test_theme/staticfiles/layout.html +0 -0
  2364. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/test_theme/staticfiles/static/legacytmpl.html_t +0 -0
  2365. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/test_theme/staticfiles/static/staticimg.png +0 -0
  2366. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html.jinja +0 -0
  2367. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/test_theme/staticfiles/theme.conf +0 -0
  2368. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/test_theme/test-theme/theme.conf +0 -0
  2369. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-theming/ziptheme.zip +0 -0
  2370. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-tocdepth/bar.rst +0 -0
  2371. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-tocdepth/baz.rst +0 -0
  2372. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-tocdepth/conf.py +0 -0
  2373. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-tocdepth/foo.rst +0 -0
  2374. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-tocdepth/index.rst +0 -0
  2375. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree/bar.rst +0 -0
  2376. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree/baz.rst +0 -0
  2377. {sphinx-8.0.2/tests/roots/test-transforms-post_transforms-keyboard → sphinx-8.1.1/tests/roots/test-toctree}/conf.py +0 -0
  2378. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree/foo.rst +0 -0
  2379. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree/index.rst +0 -0
  2380. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree/quux.rst +0 -0
  2381. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree/qux.rst +0 -0
  2382. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree/tocdepth.rst +0 -0
  2383. {sphinx-8.0.2/tests/roots/test-toctree-duplicated → sphinx-8.1.1/tests/roots/test-toctree-domain-objects}/conf.py +0 -0
  2384. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-domain-objects/document_scoping.rst +0 -0
  2385. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-domain-objects/domains.rst +0 -0
  2386. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-domain-objects/index.rst +0 -0
  2387. {sphinx-8.0.2/tests/roots/test-toctree-index → sphinx-8.1.1/tests/roots/test-toctree-duplicated}/conf.py +0 -0
  2388. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-duplicated/foo.rst +0 -0
  2389. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-duplicated/index.rst +0 -0
  2390. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-empty/_templates/localtoc.html +0 -0
  2391. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-empty/conf.py +0 -0
  2392. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-empty/index.rst +0 -0
  2393. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/bar/bar_1.rst +0 -0
  2394. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/bar/bar_2.rst +0 -0
  2395. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/bar/bar_3.rst +0 -0
  2396. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/bar/bar_4/index.rst +0 -0
  2397. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/bar/index.rst +0 -0
  2398. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/baz.rst +0 -0
  2399. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/conf.py +0 -0
  2400. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/foo.rst +0 -0
  2401. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/index.rst +0 -0
  2402. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/quux.rst +0 -0
  2403. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/qux/index.rst +0 -0
  2404. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/qux/qux_1.rst +0 -0
  2405. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-glob/qux/qux_2.rst +0 -0
  2406. {sphinx-8.0.2/tests/roots/test-toctree → sphinx-8.1.1/tests/roots/test-toctree-index}/conf.py +0 -0
  2407. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-index/foo.rst +0 -0
  2408. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-index/index.rst +0 -0
  2409. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-maxdepth/bar.rst +0 -0
  2410. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-maxdepth/baz.rst +0 -0
  2411. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-maxdepth/conf.py +0 -0
  2412. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-maxdepth/foo.rst +0 -0
  2413. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-maxdepth/index.rst +0 -0
  2414. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-toctree-maxdepth/qux.rst +0 -0
  2415. /sphinx-8.0.2/tests/test_directives/__init__.py → /sphinx-8.1.1/tests/roots/test-transforms-post_transforms-keyboard/conf.py +0 -0
  2416. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-transforms-post_transforms-keyboard/index.rst +0 -0
  2417. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-transforms-post_transforms-missing-reference/conf.py +0 -0
  2418. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-transforms-post_transforms-missing-reference/index.rst +0 -0
  2419. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-trim_doctest_flags/conf.py +0 -0
  2420. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-trim_doctest_flags/index.rst +0 -0
  2421. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-util-copyasset_overwrite/conf.py +0 -0
  2422. /sphinx-8.0.2/tests/test_domains/__init__.py → /sphinx-8.1.1/tests/roots/test-util-copyasset_overwrite/index.rst +0 -0
  2423. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-util-copyasset_overwrite/myext.py +0 -0
  2424. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-util-copyasset_overwrite/myext_static/custom-styles.css +0 -0
  2425. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-util-copyasset_overwrite/user_static/custom-styles.css +0 -0
  2426. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/added.txt +0 -0
  2427. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/conf.py +0 -0
  2428. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/deleted.txt +0 -0
  2429. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/deleted_end.txt +0 -0
  2430. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/index.txt +0 -0
  2431. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/insert.txt +0 -0
  2432. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/insert_beginning.txt +0 -0
  2433. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/insert_similar.txt +0 -0
  2434. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/modified.txt +0 -0
  2435. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-versioning/original.txt +0 -0
  2436. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-warnings/autodoc_fodder.py +0 -0
  2437. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-warnings/conf.py +0 -0
  2438. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-warnings/index.rst +0 -0
  2439. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-warnings/svgimg.pdf +0 -0
  2440. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-warnings/svgimg.svg +0 -0
  2441. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-warnings/undecodable.rst +0 -0
  2442. {sphinx-8.0.2 → sphinx-8.1.1}/tests/roots/test-warnings/wrongenc.inc +0 -0
  2443. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_addnodes.py +0 -0
  2444. {sphinx-8.0.2/tests/test_environment → sphinx-8.1.1/tests/test_builders}/__init__.py +0 -0
  2445. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_builders/conftest.py +0 -0
  2446. {sphinx-8.0.2/tests/test_extensions → sphinx-8.1.1/tests/test_config}/__init__.py +0 -0
  2447. {sphinx-8.0.2/tests/test_intl → sphinx-8.1.1/tests/test_directives}/__init__.py +0 -0
  2448. {sphinx-8.0.2/tests/test_markup → sphinx-8.1.1/tests/test_domains}/__init__.py +0 -0
  2449. {sphinx-8.0.2/tests/test_pycode → sphinx-8.1.1/tests/test_environment}/__init__.py +0 -0
  2450. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_environment/test_environment_record_dependencies.py +0 -0
  2451. {sphinx-8.0.2/tests/test_theming → sphinx-8.1.1/tests/test_extensions}/__init__.py +0 -0
  2452. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_extensions/autodoc_util.py +0 -0
  2453. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_extensions/ext_napoleon_pep526_data_google.py +0 -0
  2454. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_extensions/ext_napoleon_pep526_data_numpy.py +0 -0
  2455. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_extensions/test_ext_autodoc_autoattribute.py +0 -0
  2456. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_extensions/test_ext_autodoc_autodata.py +0 -0
  2457. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_extensions/test_ext_imgmockconverter.py +0 -0
  2458. {sphinx-8.0.2/tests/test_transforms → sphinx-8.1.1/tests/test_intl}/__init__.py +0 -0
  2459. {sphinx-8.0.2/tests/test_util → sphinx-8.1.1/tests/test_markup}/__init__.py +0 -0
  2460. {sphinx-8.0.2/tests/test_writers → sphinx-8.1.1/tests/test_pycode}/__init__.py +0 -0
  2461. {sphinx-8.0.2/utils → sphinx-8.1.1/tests/test_theming}/__init__.py +0 -0
  2462. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_theming/theme.conf +0 -0
  2463. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_theming/theme.toml +0 -0
  2464. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_transforms/test_transforms_post_transforms_images.py +0 -0
  2465. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_util/test_util_console.py +0 -0
  2466. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_versioning.py +0 -0
  2467. {sphinx-8.0.2 → sphinx-8.1.1}/tests/test_writers/test_writer_latex.py +0 -0
  2468. {sphinx-8.0.2 → sphinx-8.1.1}/utils/CHANGES_template.rst +0 -0
  2469. {sphinx-8.0.2 → sphinx-8.1.1}/utils/bump_docker.py +0 -0
  2470. {sphinx-8.0.2 → sphinx-8.1.1}/utils/generate_js_fixtures.py +0 -0
  2471. {sphinx-8.0.2 → sphinx-8.1.1}/utils/release-checklist.rst +0 -0
@@ -0,0 +1,107 @@
1
+ Maintainers
2
+ ===========
3
+
4
+ *Listed alphabetically in forename, surname order*
5
+
6
+ * Adam Turner <@AA-Turner>
7
+ * Bénédikt Tran <@picnixz>
8
+ * Chris Sewell <@chrisjsewell>
9
+ * François Freitag <@francoisfreitag>
10
+ * Jakob Lykke Andersen <@jakobandersen>
11
+ * Jean-François Burnol <@jfbu>
12
+ * Stephen Finucane <@stephenfin>
13
+ * Takayuki Shimizukawa <@shimizukawa>
14
+ * Takeshi Komiya <@tk0miya>
15
+
16
+ Contributors
17
+ ============
18
+
19
+ *Listed alphabetically in forename, surname order*
20
+
21
+ * Adrián Chaves (Gallaecio) -- coverage builder improvements
22
+ * Alastair Houghton -- Apple Help builder
23
+ * Alexander Todorov -- inheritance_diagram tests and improvements
24
+ * Andi Albrecht -- agogo theme
25
+ * Antonio Valentino -- qthelp builder, docstring inheritance
26
+ * Antti Kaihola -- doctest extension (skipif option)
27
+ * Barry Warsaw -- setup command improvements
28
+ * Ben Egan -- Napoleon improvements
29
+ * Benjamin Peterson -- unittests
30
+ * Blaise Laflamme -- pyramid theme
31
+ * Bruce Mitchener -- Minor epub improvement
32
+ * Buck Evan -- dummy builder
33
+ * Charles Duffy -- original graphviz extension
34
+ * Chris Lamb -- reproducibility fixes
35
+ * Christopher Perkins -- autosummary integration
36
+ * Dan MacKinlay -- metadata fixes
37
+ * Daniel Bültmann -- todo extension
38
+ * Daniel Neuhäuser -- JavaScript domain, Python 3 support (GSOC)
39
+ * Daniel Pizetta -- inheritance diagram improvements
40
+ * Dave Kuhlman -- original LaTeX writer
41
+ * Doug Hellmann -- graphviz improvements
42
+ * Eric N. Vander Weele -- autodoc improvements
43
+ * Etienne Desautels -- apidoc module
44
+ * Ezio Melotti -- collapsible sidebar JavaScript
45
+ * Filip Vavera -- napoleon todo directive
46
+ * Glenn Matthews -- python domain signature improvements
47
+ * Gregory Szorc -- performance improvements
48
+ * Henrique Bastos -- SVG support for graphviz extension
49
+ * Hernan Grecco -- search improvements
50
+ * Hong Xu -- svg support in imgmath extension and various bug fixes
51
+ * Horst Gutmann -- internationalization support
52
+ * Hugo van Kemenade -- support FORCE_COLOR and NO_COLOR
53
+ * Ian Lee -- quickstart improvements
54
+ * Jacob Mason -- websupport library (GSOC project)
55
+ * Jeppe Pihl -- literalinclude improvements
56
+ * Joel Wurtz -- cellspanning support in LaTeX
57
+ * John Waltman -- Texinfo builder
58
+ * Josip Dzolonga -- coverage builder
59
+ * Julien Palard -- Colspan and rowspan in text builder
60
+ * Kevin Dunn -- MathJax extension
61
+ * KINEBUCHI Tomohiko -- typing Sphinx as well as docutils
62
+ * Kurt McKee -- documentation updates
63
+ * Lars Hupfeldt Nielsen - OpenSSL FIPS mode md5 bug fix
64
+ * Łukasz Langa -- partial support for autodoc
65
+ * Marco Buttu -- doctest extension (pyversion option)
66
+ * Martin Hans -- autodoc improvements
67
+ * Martin Larralde -- additional napoleon admonitions
68
+ * Martin Mahner -- nature theme
69
+ * Matthew Fernandez -- todo extension fix
70
+ * Matthew Woodcraft -- text output improvements
71
+ * Michael Droettboom -- inheritance_diagram extension
72
+ * Michael Wilson -- Intersphinx HTTP basic auth support
73
+ * Nathan Damon -- bugfix in validation of static paths in html builders
74
+ * Pauli Virtanen -- autodoc improvements, autosummary extension
75
+ * A. Rafey Khan -- improved intersphinx typing
76
+ * Rob Ruana -- napoleon extension
77
+ * Robert Lehmann -- gettext builder (GSOC project)
78
+ * Roland Meister -- epub builder
79
+ * Sebastian Wiesner -- image handling, distutils support
80
+ * Stefan Seefeld -- toctree improvements
81
+ * Stefan van der Walt -- autosummary extension
82
+ * T. Powers -- HTML output improvements
83
+ * Taku Shimizu -- epub3 builder
84
+ * Thomas Lamb -- linkcheck builder
85
+ * Thomas Waldmann -- apidoc module fixes
86
+ * Tim Hoffmann -- theme improvements
87
+ * Vince Salvino -- JavaScript search improvements
88
+ * Will Maier -- directory HTML builder
89
+ * Zac Hatfield-Dodds -- doctest reporting improvements, intersphinx performance
90
+
91
+ Former maintainers
92
+ ==================
93
+
94
+ *Listed alphabetically in forename, surname order*
95
+
96
+ Former maintainers are those who haven't committed in the last two years.
97
+ Those on the list below may become active maintainers again at any time.
98
+
99
+ * Armin Ronacher <@mitsuhiko>
100
+ * Daniel Neuhäuser <@DasIch>
101
+ * Georg Brandl <georg@python.org>
102
+ * Rob Ruana <@RobRuana>
103
+ * Robert Lehmann <@lehmannro>
104
+ * Timotheus Kampik <@TimKam>
105
+ * Yoshiki Shibukawa <@shibukawa>
106
+
107
+ Many thanks for all contributions!
@@ -0,0 +1,179 @@
1
+ Release 8.1.1 (released Oct 11, 2024)
2
+ =====================================
3
+
4
+ Bugs fixed
5
+ ----------
6
+
7
+ * #13006: Use the preferred https://www.cve.org/ URL for
8
+ the :rst:role:`:cve: <cve>` role.
9
+ Patch by Hugo van Kemenade.
10
+ * #13007: LaTeX: Improve resiliency when the required
11
+ ``fontawesome`` or ``fontawesome5`` packages are not installed.
12
+ Patch by Jean-François B.
13
+
14
+
15
+ Release 8.1.0 (released Oct 10, 2024)
16
+ =====================================
17
+
18
+ Dependencies
19
+ ------------
20
+
21
+ * #12756: Add lower-bounds to the ``sphinxcontrib-*`` dependencies.
22
+ Patch by Adam Turner.
23
+ * #12833: Update the LaTeX ``parskip`` package from 2001 to 2018.
24
+ Patch by Jean-François B.
25
+
26
+ Incompatible changes
27
+ --------------------
28
+
29
+ * #12763: Remove unused internal class ``sphinx.util.Tee``.
30
+ Patch by Adam Turner.
31
+ * #12822: LaTeX: for Unicode engines, the :ref:`fvset` default is changed to
32
+ ``'\\fvset{fontsize=auto}'`` from ``'\\fvset{fontsize=\\small}'``.
33
+ Code-blocks are unchanged as FreeMono is now loaded with ``Scale=0.9``.
34
+ An adjustment to existing projects is needed only if they used a custom
35
+ :ref:`fontpkg` configuration and did not set :ref:`fvset`.
36
+ Patch by Jean-François B.
37
+ * #12875: Disable smartquotes for languages: ``zh_CN`` and ``zh_TW`` by default.
38
+ Patch by A. Rafey Khan.
39
+
40
+ Deprecated
41
+ ----------
42
+
43
+ * #12762: Deprecate ``sphinx.util.import_object``.
44
+ Use :py:func:`importlib.import_module` instead.
45
+ Patch by Adam Turner.
46
+ * #12766: Deprecate ``sphinx.util.FilenameUniqDict``
47
+ and ``sphinx.util.DownloadFiles``.
48
+ Patch by Adam Turner.
49
+
50
+ Features added
51
+ --------------
52
+
53
+ * #11328: Mention evaluation of templated content during production of static
54
+ output files.
55
+ Patch by James Addison.
56
+ * #12704: LaTeX: make :dudir:`contents <table-of-contents>`, :dudir:`topic`,
57
+ and :dudir:`sidebar` directives separately customizable for PDF output.
58
+ Patch by Jean-François B. and Bénédikt Tran.
59
+ * #12474: Support type-dependent search result highlighting via CSS.
60
+ Patch by Tim Hoffmann.
61
+ * #12652: LaTeX: Add :confval:`math_numsep` support to latex builder.
62
+ Patch by Thomas Fanning and Jean-François B.
63
+ * #12743: No longer exit on the first warning when
64
+ :option:`--fail-on-warning <sphinx-build --fail-on-warning>` is used.
65
+ Instead, exit with a non-zero status if any warnings were generated
66
+ during the build.
67
+ Patch by Adam Turner.
68
+ * #12743: Add :option:`sphinx-build --exception-on-warning`,
69
+ to raise an exception when warnings are emitted during the build.
70
+ Patch by Adam Turner and Jeremy Maitin-Shepard.
71
+ * #12907: Add :confval:`html_last_updated_use_utc` to allow using
72
+ universal time (GMT/UTC) instead of local time for the date-time
73
+ supplied to :confval:`html_last_updated_fmt`.
74
+ Patch by Adam Turner.
75
+ * #12910: Copyright entries now support the ``'%Y'`` placeholder
76
+ to substitute the current year.
77
+ This is helpful for reducing the reliance on Python modules
78
+ such as :py:mod:`time` or :py:mod:`datetime` in :file:`conf.py`.
79
+ See :ref:`the docs <config-copyright>` for further detail.
80
+ Patch by Adam Turner.
81
+ * #11781: Add roles for referencing CVEs (:rst:role:`:cve: <cve>`)
82
+ and CWEs (:rst:role:`:cwe: <cwe>`).
83
+ Patch by Hugo van Kemenade.
84
+ * #11809: Improve the formatting for RFC section anchors.
85
+ Patch by Jakub Stasiak and Adam Turner.
86
+ * #12852: Support a :attr:`.Builder.supported_linkcode` attribute
87
+ for builders to enable use of :mod:`sphinx.ext.linkcode`-generated
88
+ references.
89
+ Patch by James Knight.
90
+ * #12949: Print configuration options that differ from the pickled environment.
91
+ This can be helpful in diagnosing the cause of a full rebuild.
92
+ Patch by Adam Turner.
93
+
94
+ Bugs fixed
95
+ ----------
96
+
97
+ * #12514: intersphinx: fix the meaning of a negative value for
98
+ :confval:`intersphinx_cache_limit`.
99
+ Patch by Shengyu Zhang.
100
+ * #12722: LaTeX: avoid TeX reporting ``Overfull \hbox`` from too long
101
+ strings in a codeline when the problem has actually been solved thanks
102
+ to :ref:`latexsphinxsetupforcewraps`.
103
+ Patch by Jean-François B.
104
+ * #12730: The ``UnreferencedFootnotesDetector`` transform has been improved
105
+ to more consistently detect unreferenced footnotes.
106
+ Note, the priority of the transform has been changed from 200 to 622,
107
+ so that it now runs after the docutils ``Footnotes`` resolution transform.
108
+ Patch by Chris Sewell.
109
+ * #12778: LaTeX: let :ref:`'sphinxsetup' <latexsphinxsetup>`
110
+ ``div.topic_box-shadow`` key if used with only one dimension set both
111
+ x-offset and y-offset as per documentation.
112
+ Patch by Jean-François B.
113
+ * #12587: Do not warn when potential ambiguity detected during Intersphinx
114
+ resolution occurs due to duplicate targets that differ case-insensitively.
115
+ Patch by James Addison.
116
+ * #12639: Fix singular and plural search results text.
117
+ Patch by Hugo van Kemenade.
118
+ * #12645: Correctly support custom gettext output templates.
119
+ Patch by Jeremy Bowman.
120
+ * #12717: LaTeX: let :option:`-q <sphinx-build -q>` (quiet) option for
121
+ :program:`sphinx-build -M latexpdf` or :program:`make latexpdf` (``O=-q``)
122
+ get passed to :program:`latexmk`. Let :option:`-Q <sphinx-build -Q>`
123
+ (silent) apply as well to the PDF build phase.
124
+ Patch by Jean-François B.
125
+ * #12744: LaTeX: Classes injected by a custom interpreted text role now give
126
+ rise to nested ``\DUrole``'s, rather than a single one with comma separated
127
+ classes.
128
+ Patch by Jean-François B.
129
+ * #12831: LaTeX: avoid large voids sometimes occurring at page bottoms.
130
+ Patch by Jean-François B.
131
+ * #11970, #12551: singlehtml builder: make target URIs to be same-document
132
+ references in the sense of :rfc:`RFC 3986, §4.4 <3986#section-4.4>`,
133
+ e.g., ``index.html#foo`` becomes ``#foo``.
134
+ (note: continuation of a partial fix added in Sphinx 7.3.0)
135
+ Patch by James Addison (with reference to prior work by Eric Norige).
136
+ * #12735: Fix :pep:`695` generic classes LaTeX output formatting.
137
+ Patch by Jean-François B. and Bénédikt Tran.
138
+ * #12782: intersphinx: fix double forward slashes when generating the inventory
139
+ file URL (user-defined base URL of an intersphinx project are left untouched
140
+ even if they end with double forward slashes).
141
+ Patch by Bénédikt Tran.
142
+ * #12796: Enable parallel reading if requested,
143
+ even if there are fewer than 6 documents.
144
+ Patch by Matthias Geier.
145
+ * #12844: Restore support for ``:noindex:`` for the :rst:dir:`js:module`
146
+ and :rst:dir:`py:module` directives.
147
+ Patch by Stephen Finucane.
148
+ * #12916: Restore support for custom templates named with the legacy ``_t``
149
+ suffix during ``apidoc`` RST rendering (regression in 7.4.0).
150
+ Patch by James Addison.
151
+ * #12451: Only substitute copyright notice years with values from
152
+ ``SOURCE_DATE_EPOCH`` for entries that match the current system clock year,
153
+ and disallow substitution of future years.
154
+ Patch by James Addison and Adam Turner.
155
+ * #12905: intersphinx: fix flipped use of :confval:`intersphinx_cache_limit`,
156
+ which always kept the cache for positive values, and always refreshed it for
157
+ negative ones.
158
+ Patch by Nico Madysa.
159
+ * #12888: Add a warning when document is included in multiple toctrees
160
+ and ensure deterministic resolution of global toctree in parallel builds
161
+ by choosing the lexicographically greatest parent document.
162
+ Patch by A. Rafey Khan
163
+ * #12995: Significantly improve performance when building the search index
164
+ for Chinese languages.
165
+ Patch by Adam Turner.
166
+ * #12767: :py:meth:`.Builder.write` is typed as ``final``, meaning that the
167
+ :event:`write-started` event may be relied upon by extensions.
168
+ A new :py:meth:`.Builder.write_documents` method has been added to
169
+ control how documents are written.
170
+ This is intended for builders that do not output a file for each document.
171
+ Patch by Adam Turner.
172
+
173
+
174
+ Testing
175
+ -------
176
+
177
+ * #12141: Migrate from the deprecated ``karma`` JavaScript test framework to
178
+ the actively-maintained ``jasmine`` framework. Test coverage is unaffected.
179
+ Patch by James Addison.