Sphinx 7.4.5__tar.gz → 7.4.7__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.
- {sphinx-7.4.5 → sphinx-7.4.7}/CHANGES.rst +37 -3
- {sphinx-7.4.5 → sphinx-7.4.7}/PKG-INFO +1 -1
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/__init__.py +2 -2
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/html/__init__.py +4 -3
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/directives/__init__.py +14 -9
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/javascript.py +1 -1
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/python/__init__.py +1 -1
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/python/_annotations.py +23 -1
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autodoc/__init__.py +8 -4
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autosummary/__init__.py +8 -1
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autosummary/generate.py +7 -10
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autosummary/templates/autosummary/module.rst +14 -14
- sphinx-7.4.7/sphinx/locale/ta/LC_MESSAGES/sphinx.js +60 -0
- sphinx-7.4.7/sphinx/locale/ta/LC_MESSAGES/sphinx.mo +0 -0
- sphinx-7.4.7/sphinx/locale/ta/LC_MESSAGES/sphinx.po +3695 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +496 -704
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/fileutil.py +35 -8
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/inspect.py +1 -1
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/inventory.py +2 -2
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/osutil.py +24 -2
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/typing.py +36 -3
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/searchtools.js +2 -1
- sphinx-7.4.7/tests/roots/test-ext-autodoc/target/annotated.py +42 -0
- sphinx-7.4.7/tests/roots/test-ext-autosummary-module_prefix/conf.py +8 -0
- sphinx-7.4.7/tests/roots/test-ext-autosummary-module_prefix/index.rst +5 -0
- sphinx-7.4.7/tests/roots/test-util-copyasset_overwrite/conf.py +7 -0
- sphinx-7.4.7/tests/roots/test-util-copyasset_overwrite/myext.py +22 -0
- sphinx-7.4.7/tests/roots/test-util-copyasset_overwrite/myext_static/custom-styles.css +1 -0
- sphinx-7.4.7/tests/roots/test-util-copyasset_overwrite/user_static/custom-styles.css +1 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_manpage.py +4 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_py.py +38 -2
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc.py +46 -2
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autosummary.py +15 -7
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autosummary_imports.py +9 -0
- sphinx-7.4.7/tests/test_transforms/__init__.py +0 -0
- sphinx-7.4.7/tests/test_util/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_fileutil.py +15 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_inventory.py +13 -3
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_typing.py +4 -5
- sphinx-7.4.7/tests/test_writers/__init__.py +0 -0
- sphinx-7.4.7/utils/__init__.py +0 -0
- sphinx-7.4.5/sphinx/locale/ta/LC_MESSAGES/sphinx.js +0 -60
- sphinx-7.4.5/sphinx/locale/ta/LC_MESSAGES/sphinx.mo +0 -0
- sphinx-7.4.5/sphinx/locale/ta/LC_MESSAGES/sphinx.po +0 -3960
- sphinx-7.4.5/tests/roots/test-ext-autodoc/target/annotated.py +0 -8
- {sphinx-7.4.5 → sphinx-7.4.7}/AUTHORS.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/CODE_OF_CONDUCT.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/EXAMPLES.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/LICENSE.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/README.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/Makefile +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/Makefile +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/bookcover.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/diagrams/sphinx_build_flow.dot +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/diagrams/sphinx_core_events_flow.dot +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/favicon.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/jupyter-logo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/linux-logo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/python-logo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/sphinx.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/agogo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/alabaster.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/bizstyle.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/classic.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/agogo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/alabaster.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/bizstyle.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/classic.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/haiku.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/nature.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/pyramid.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/scrolls.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/sphinx_rtd_theme.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/sphinxdoc.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/fullsize/traditional.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/haiku.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/nature.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/pyramid.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/scrolls.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/sphinx_rtd_theme.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/sphinxdoc.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/themes/traditional.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/translation.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/translation.puml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/translation.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/tutorial/lumache-autosummary.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/tutorial/lumache-first-light.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/tutorial/lumache-furo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/tutorial/lumache-py-function-full.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_static/tutorial/lumache-py-function.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_templates/contents.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_themes/sphinx13/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_themes/sphinx13/static/sphinx-logo.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_themes/sphinx13/static/sphinx13.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/_themes/sphinx13/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/authors.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/changes.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/howtos/builders.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/howtos/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/howtos/setup_extension.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/html_themes/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/html_themes/templating.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/adding_domain.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/autodoc_ext.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/examples/README.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/examples/autodoc_intenum.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/examples/helloworld.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/examples/recipe.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/examples/todo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/extending_build.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/extending_syntax.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/development/tutorials/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/examples.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/appapi.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/builderapi.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/collectorapi.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/deprecated.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/domainapi.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/envapi.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/event_callbacks.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/i18n.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/logging.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/markupapi.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/nodes.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/parserapi.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/projectapi.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/extdev/utils.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/faq.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/glossary.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/internals/code-of-conduct.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/internals/contributing.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/internals/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/internals/organization.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/internals/release-process.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/latex.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/make.bat +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/man/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/man/sphinx-apidoc.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/man/sphinx-autogen.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/man/sphinx-build.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/man/sphinx-quickstart.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/support.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/automatic-doc-generation.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/deploying.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/describing-code.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/end.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/first-steps.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/getting-started.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/more-sphinx-customization.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/tutorial/narrative-documentation.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/advanced/intl.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/advanced/websupport/api.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/advanced/websupport/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/advanced/websupport/quickstart.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/advanced/websupport/searchadapters.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/advanced/websupport/storagebackends.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/builders/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/configuration.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/domains/c.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/domains/cpp.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/domains/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/domains/javascript.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/domains/mathematics.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/domains/python.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/domains/restructuredtext.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/domains/standard.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/autodoc.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/autosectionlabel.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/autosummary.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/coverage.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/doctest.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/duration.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/example_google.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/example_google.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/example_numpy.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/example_numpy.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/extlinks.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/githubpages.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/graphviz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/ifconfig.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/imgconverter.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/inheritance.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/intersphinx.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/linkcode.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/math.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/napoleon.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/todo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/extensions/viewcode.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/installation.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/markdown.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/quickstart.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/referencing.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/restructuredtext/basics.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/restructuredtext/directives.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/restructuredtext/domains.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/restructuredtext/field-lists.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/restructuredtext/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/restructuredtext/roles.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/doc/usage/theming.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/pyproject.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/__main__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/_cli/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/_cli/util/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/_cli/util/colour.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/_cli/util/errors.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/addnodes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/application.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/_epub_base.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/changes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/dirhtml.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/dummy.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/epub3.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/gettext.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/html/_assets.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/html/transforms.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/latex/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/latex/constants.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/latex/nodes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/latex/theming.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/latex/transforms.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/latex/util.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/linkcheck.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/manpage.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/singlehtml.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/texinfo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/text.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/builders/xml.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/cmd/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/cmd/build.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/cmd/make_mode.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/cmd/quickstart.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/config.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/deprecation.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/directives/code.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/directives/other.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/directives/patches.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/c/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/c/_ast.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/c/_ids.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/c/_parser.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/c/_symbol.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/changeset.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/citation.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/cpp/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/cpp/_ast.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/cpp/_ids.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/cpp/_parser.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/cpp/_symbol.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/index.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/math.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/python/_object.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/rst.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/domains/std/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/adapters/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/adapters/asset.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/adapters/indexentries.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/adapters/toctree.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/collectors/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/collectors/asset.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/collectors/dependencies.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/collectors/metadata.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/collectors/title.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/environment/collectors/toctree.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/errors.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/events.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/apidoc.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autodoc/directive.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autodoc/importer.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autodoc/mock.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autodoc/preserve_defaults.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autodoc/type_comment.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autodoc/typehints.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autosectionlabel.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autosummary/templates/autosummary/base.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/autosummary/templates/autosummary/class.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/coverage.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/doctest.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/duration.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/extlinks.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/githubpages.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/graphviz.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/ifconfig.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/imgconverter.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/imgmath.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/inheritance_diagram.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/intersphinx/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/intersphinx/__main__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/intersphinx/_cli.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/intersphinx/_load.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/intersphinx/_resolve.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/intersphinx/_shared.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/linkcode.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/mathjax.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/napoleon/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/napoleon/docstring.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/todo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/ext/viewcode.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/extension.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/highlighting.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/io.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/jinja2glue.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/.tx/config +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ar/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ar/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ar/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/bg/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/bg/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/bg/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/bn/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/bn/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/bn/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ca/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ca/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ca/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cak/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cak/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cak/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cs/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cs/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cs/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cy/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cy/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/cy/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/da/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/da/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/da/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/de/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/de/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/de/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/el/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/el/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/el/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/eo/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/eo/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/eo/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/es/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/es/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/es/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/et/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/et/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/et/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/eu/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/eu/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/eu/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fa/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fa/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fa/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fi/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fi/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fi/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fr/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fr/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fr/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/gl/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/gl/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/gl/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/he/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/he/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/he/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hi/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hi/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hi/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hr/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hr/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hr/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hu/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hu/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/hu/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/id/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/id/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/id/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/is/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/is/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/is/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/it/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/it/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/it/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ja/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ja/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ja/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ka/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ka/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ka/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ko/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ko/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ko/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/lt/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/lt/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/lt/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/lv/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/lv/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/lv/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/mk/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/mk/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/mk/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ne/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ne/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ne/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/nl/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/nl/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/nl/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pl/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pl/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pl/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ro/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ro/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ro/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ru/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ru/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ru/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/si/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/si/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/si/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sk/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sk/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sk/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sl/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sl/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sl/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sphinx.pot +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sq/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sq/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sq/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sv/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sv/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/sv/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/te/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/te/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/te/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/tr/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/tr/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/tr/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ur/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ur/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/ur/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/vi/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/vi/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/vi/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/yue/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/yue/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/yue/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/parsers.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/project.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/py.typed +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/pycode/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/pycode/ast.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/pycode/parser.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/pygments_styles.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/registry.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/roles.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/da.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/de.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/en.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/es.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/fi.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/fr.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/hu.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/it.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/ja.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/base-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/danish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/dutch-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/finnish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/french-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/german-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/hungarian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/italian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/norwegian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/porter-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/portuguese-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/romanian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/russian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/spanish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/swedish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/minified-js/turkish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/nl.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/no.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/base-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/danish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/dutch-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/finnish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/french-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/german-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/hungarian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/italian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/norwegian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/porter-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/portuguese-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/romanian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/russian-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/spanish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/swedish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/non-minified-js/turkish-stemmer.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/pt.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/ro.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/ru.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/sv.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/tr.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/search/zh.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/apidoc/module.rst.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/apidoc/package.rst.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/apidoc/toc.rst.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/epub3/container.xml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/epub3/content.opf.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/epub3/mimetype +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/epub3/nav.xhtml.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/epub3/toc.ncx.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/gettext/message.pot.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/graphviz/graphviz.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/htmlhelp/project.hhc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/htmlhelp/project.hhp +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/htmlhelp/project.stp +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/imgmath/preview.tex.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/imgmath/template.tex.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/latex/latex.tex.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/latex/longtable.tex.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/latex/sphinxmessages.sty.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/latex/tabular.tex.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/latex/tabulary.tex.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/quickstart/Makefile.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/quickstart/Makefile.new.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/quickstart/conf.py.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/quickstart/make.bat.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/quickstart/make.bat.new.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/quickstart/root_doc.rst.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/templates/texinfo/Makefile +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/testing/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/testing/fixtures.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/testing/path.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/testing/restructuredtext.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/testing/util.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/LICRcyr2utf8.xdy +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/LICRlatin2utf8.xdy +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/LatinRules.xdy +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/Makefile.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/latexmkjarc.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/latexmkrc.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/make.bat.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/python.ist +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinx.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinx.xdy +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxhowto.cls +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexadmonitions.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexcontainers.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexgraphics.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexindbibtoc.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexlists.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexliterals.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexnumfig.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexobjects.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexshadowbox.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexstyleheadings.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexstylepage.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatexstyletext.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxlatextables.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxmanual.cls +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxoptionsgeometry.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxoptionshyperref.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxpackageboxes.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxpackagecyrillic.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxpackagefootnote.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs/sphinxpackagesubstitutefont.sty +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/texinputs_win/Makefile.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/agogo/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/agogo/static/agogo.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/agogo/static/bgfooter.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/agogo/static/bgtop.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/agogo/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/changes/frameset.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/changes/rstsource.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/changes/versionchanges.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/defindex.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/domainindex.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/genindex-single.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/genindex-split.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/genindex.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/globaltoc.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/localtoc.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/opensearch.xml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/page.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/relations.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/search.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/searchbox.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/searchfield.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/sourcelink.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/basic.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/doctools.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/documentation_options.js.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/file.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/language_data.js.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/minus.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/plus.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/searchtools.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/static/sphinx_highlight.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/basic/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/bizstyle/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/bizstyle/static/background_b01.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/bizstyle/static/bizstyle.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/bizstyle/static/bizstyle.js.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/bizstyle/static/css3-mediaqueries.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/bizstyle/static/css3-mediaqueries_src.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/bizstyle/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/classic/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/classic/static/classic.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/classic/static/sidebar.js.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/classic/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/default/static/default.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/default/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/epub/epub-cover.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/epub/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/epub/static/epub.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/epub/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/haiku/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/haiku/static/alert_info_32.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/haiku/static/alert_warning_32.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/haiku/static/bg-page.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/haiku/static/bullet_orange.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/haiku/static/haiku.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/haiku/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/nature/static/nature.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/nature/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/nonav/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/nonav/static/nonav.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/nonav/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/dialog-note.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/dialog-seealso.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/dialog-todo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/dialog-topic.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/dialog-warning.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/epub.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/footerbg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/headerbg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/ie6.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/middlebg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/pyramid.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/static/transparent.gif +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/pyramid/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/artwork/logo.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/darkmetal.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/headerbg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/logo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/metal.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/navigation.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/print.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/scrolls.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/theme_extras.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/watermark.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/static/watermark_blur.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/scrolls/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/sphinxdoc/static/contents.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/sphinxdoc/static/navigation.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/sphinxdoc/static/sphinxdoc.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/sphinxdoc/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/traditional/static/traditional.css.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/themes/traditional/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/theming.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/transforms/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/transforms/compact_bullet_list.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/transforms/i18n.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/transforms/post_transforms/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/transforms/post_transforms/code.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/transforms/post_transforms/images.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/transforms/references.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/_io.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/_pathlib.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/build_phase.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/cfamily.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/console.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/display.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/docfields.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/docstrings.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/docutils.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/exceptions.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/http_date.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/i18n.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/images.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/index_entries.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/logging.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/matching.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/math.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/nodes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/parallel.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/parsing.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/png.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/requests.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/rst.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/tags.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/template.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/util/texescape.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/versioning.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/writers/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/writers/html.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/writers/html5.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/writers/latex.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/writers/manpage.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/writers/texinfo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/writers/text.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/sphinx/writers/xml.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/certs/cert.pem +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/conftest.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/documentation_options.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/fixtures/cpp/searchindex.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/fixtures/multiterm/searchindex.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/fixtures/partial/searchindex.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/fixtures/titles/searchindex.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/language_data.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/cpp/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/cpp/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/multiterm/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/multiterm/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/partial/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/partial/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/titles/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/titles/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/titles/relevance.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/roots/titles/relevance.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/js/sphinx_highlight.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-add_enumerable_node/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-add_enumerable_node/enumerable_node.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-add_enumerable_node/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-add_enumerable_node/rimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-add_source_parser/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-add_source_parser/source_parser.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-add_source_parser-conflicts-with-users-setting/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-add_source_parser-conflicts-with-users-setting/source_parser.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-api-set-translator/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-api-set-translator/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-api-set-translator/nonext/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-api-set-translator/translator.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-duplicates/fish_licence/halibut.cpython-38-x86_64-linux-gnu.so +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-duplicates/fish_licence/halibut.pyx +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-pep420/a/b/c/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-pep420/a/b/c/d.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-pep420/a/b/e/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-pep420/a/b/e/f.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-pep420/a/b/x/y.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-subpackage-in-toc/parent/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-subpackage-in-toc/parent/child/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-subpackage-in-toc/parent/child/foo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-toc/mypackage/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-toc/mypackage/main.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-toc/mypackage/no_init/foo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-toc/mypackage/resource/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-toc/mypackage/resource/resource.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-toc/mypackage/something/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-trailing-underscore/package_/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-apidoc-trailing-underscore/package_/module_.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-autosummary/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-autosummary/dummy_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-autosummary/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-autosummary/sphinx.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-autosummary/underscore_module_.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-basic/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-basic/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-html-theme-having-multiple-stylesheets/_themes/mytheme/_static/extra.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-html-theme-having-multiple-stylesheets/_themes/mytheme/_static/mytheme.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-html-theme-having-multiple-stylesheets/_themes/mytheme/theme.conf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-html-theme-having-multiple-stylesheets/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-html-theme-having-multiple-stylesheets/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-html-translator/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-html-translator/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/doc1.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/doc2.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/index.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/lineblock.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/listitems.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/maxwidth.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/nonascii_maxwidth.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/nonascii_table.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/nonascii_title.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/table.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/table_colspan.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/table_colspan_and_rowspan.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/table_colspan_left.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-build-text/table_rowspan.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-dirhtml/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-dirhtml/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-dirhtml/foo/foo_1.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-dirhtml/foo/foo_2.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-dirhtml/foo/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-dirhtml/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-gettext-dont-rebuild-mo/bom.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-gettext-dont-rebuild-mo/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-gettext-dont-rebuild-mo/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-builder-gettext-dont-rebuild-mo/xx/LC_MESSAGES/bom.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-changes/base.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-changes/c-api.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-changes/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-changes/contents.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-changes/library/utils.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-circular/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-circular/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-circular/sub.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-config/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-copyright-multiline/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-copyright-multiline/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-correct-year/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-correct-year/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-default_role/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-default_role/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-default_role/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/caption.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/classes.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/dedent.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/emphasize.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/empty.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/error.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/force.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/highlight.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/linenos.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/linenothreshold.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/literal-diff.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/literal-short.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/literal.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/namedblocks.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/py-decorators.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/py-decorators.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/python.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-code/target.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-csv-table/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-csv-table/example.csv +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-csv-table/subdir/example.csv +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-include/bar.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-include/baz/baz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-include/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-include/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-include/text.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-only/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-only/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directive-only/only.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directives-raw/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-directives-raw/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-docutilsconf/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-docutilsconf/docutils.conf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-docutilsconf/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c/anon-dup-decl.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c/field-role.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c/function_param_target.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c/namespace.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c/ns_lookup.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c-c_maximum_signature_line_length/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c-c_maximum_signature_line_length/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c-intersphinx/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-c-intersphinx/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/anon-dup-decl.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/any-role.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/backslash.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/field-role.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/lookup-key-overload.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/multi-decl-lookup.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/operator-lookup.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/roles-targets-ok.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/roles-targets-warn.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/roles.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/roles2.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/semicolon.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/warn-template-param-qualified-name.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp/xref_consistency.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp-cpp_maximum_signature_line_length/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp-cpp_maximum_signature_line_length/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp-intersphinx/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-cpp-intersphinx/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-js/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-js/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-js/module.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-js/roles.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-js-javascript_maximum_signature_line_length/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-js-javascript_maximum_signature_line_length/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py/abbr.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py/canonical.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py/module.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py/module_option.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py/roles.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py/type_alias.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py-python_maximum_signature_line_length/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py-python_maximum_signature_line_length/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py-python_use_unqualified_type_names/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py-python_use_unqualified_type_names/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py-xref-warning/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-domain-py-xref-warning/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-double-inheriting-theme/base_themes_dir/base_theme1/theme.conf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-double-inheriting-theme/base_themes_dir/base_theme2/theme.conf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-double-inheriting-theme/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-double-inheriting-theme/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-environment-record-dependencies/api.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-environment-record-dependencies/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-environment-record-dependencies/example_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-environment-record-dependencies/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-epub-anchor-id/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-epub-anchor-id/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/autodoc_dummy_bar.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/autodoc_dummy_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/bug2437/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/circular_import/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/circular_import/a.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/circular_import/b.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/circular_import/c.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/TYPE_CHECKING.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/_functions_to_import.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/abstractmethods.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/autoclass_content.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/autodoc_type_aliases.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/bound_method.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/cached_property.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/callable.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/canonical/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/canonical/original.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/classes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/coroutine.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/cython.pyx +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/decorator.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/descriptor.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/docstring_signature.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/empty_all.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/enums.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/final.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/functions.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/generic_class.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/genericalias.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/hide_value.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/imported_members.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/inheritance.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/inherited_annotations.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/instance_variable.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/literal.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/metadata.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/methods.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/name_conflict/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/name_conflict/foo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/name_mangling.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/need_mocks.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/overload.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/overload2.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/partialfunction.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/partialmethod.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/pep570.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/pep604.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/preserve_defaults.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/preserve_defaults_special_constructs.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/private.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/process_docstring.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/properties.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/singledispatch.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/singledispatchmethod.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/singledispatchmethod_classmethod.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/slots.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/sort_by_all.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/typed_vars.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/typehints.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/typevar.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/uninitialized_attributes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autodoc/target/wrappedfunction.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosectionlabel/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosectionlabel/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosectionlabel-prefix-document/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosectionlabel-prefix-document/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary/autosummary_class_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary/autosummary_dummy_inherited_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary/autosummary_dummy_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary/autosummary_importfail.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-filename-map/autosummary_dummy_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-filename-map/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-filename-map/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-import_cycle/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-import_cycle/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-import_cycle/spam/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-import_cycle/spam/eggs.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-imported_members/autosummary_dummy_package/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-imported_members/autosummary_dummy_package/autosummary_dummy_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-imported_members/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-imported_members/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-mock_imports/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-mock_imports/foo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-mock_imports/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-module_all/autosummary_dummy_package_all/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-module_all/autosummary_dummy_package_all/autosummary_dummy_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-module_all/autosummary_dummy_package_all/extra_dummy_module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-module_all/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-module_all/index.rst +0 -0
- {sphinx-7.4.5/tests/roots/test-ext-autosummary-recursive/package → sphinx-7.4.7/tests/roots/test-ext-autosummary-module_prefix/pkg}/__init__.py +0 -0
- {sphinx-7.4.5/tests/roots/test-ext-autosummary-recursive/package/package → sphinx-7.4.7/tests/roots/test-ext-autosummary-module_prefix/pkg/mod0}/__init__.py +0 -0
- {sphinx-7.4.5/tests/roots/test-ext-autosummary-recursive/package2 → sphinx-7.4.7/tests/roots/test-ext-autosummary-module_prefix/pkg/mod1}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-recursive/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-recursive/index.rst +0 -0
- {sphinx-7.4.5/tests/roots/test-ext-coverage/grog → sphinx-7.4.7/tests/roots/test-ext-autosummary-recursive/package}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-recursive/package/module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-recursive/package/module_importfail.py +0 -0
- {sphinx-7.4.5/tests/roots/test-ext-doctest-with-autodoc/dir → sphinx-7.4.7/tests/roots/test-ext-autosummary-recursive/package/package}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-recursive/package/package/module.py +0 -0
- {sphinx-7.4.5/tests/roots/test-ext-napoleon-paramtype/pkg → sphinx-7.4.7/tests/roots/test-ext-autosummary-recursive/package2}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-recursive/package2/module.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-skip-member/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-skip-member/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-skip-member/target.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-template/_templates/empty.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-template/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-template/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-autosummary-template/target.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-coverage/conf.py +0 -0
- {sphinx-7.4.5/tests/roots/test-ext-napoleon/mypackage → sphinx-7.4.7/tests/roots/test-ext-coverage/grog}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-coverage/grog/coverage_ignored.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-coverage/grog/coverage_missing.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-coverage/grog/coverage_not_ignored.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-coverage/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest/doctest.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest-skipif/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest-skipif/skipif.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest-with-autodoc/conf.py +0 -0
- {sphinx-7.4.5/tests/roots/test-inheritance/dummy → sphinx-7.4.7/tests/roots/test-ext-doctest-with-autodoc/dir}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest-with-autodoc/dir/bar.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest-with-autodoc/dir/inner.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest-with-autodoc/foo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-doctest-with-autodoc/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-extlinks-hardcoded-urls/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-extlinks-hardcoded-urls/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-githubpages/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-githubpages/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-graphviz/_static/images/test.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-graphviz/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-graphviz/graph.dot +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-graphviz/graph.xx.dot +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-graphviz/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-ifconfig/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-ifconfig/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgconverter/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgconverter/img.pdf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgconverter/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgconverter/svgimg.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgmockconverter/1/svgimg.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgmockconverter/2/svgimg.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgmockconverter/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgmockconverter/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-imgmockconverter/mocksvgconverter.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-inheritance_diagram/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-inheritance_diagram/example/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-inheritance_diagram/example/sphinx.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-inheritance_diagram/external/other.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-inheritance_diagram/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-inheritance_diagram/subdir/page1.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-inheritance_diagram/subdir/page2.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-inheritance_diagram/test.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-intersphinx-cppdomain/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-intersphinx-cppdomain/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-intersphinx-role/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-intersphinx-role/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math/math.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math/nomath.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math/page.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math-compat/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math-compat/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math-include/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math-include/included.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math-include/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math-include/math.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math-simple/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-math-simple/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-napoleon/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-napoleon/index.rst +0 -0
- {sphinx-7.4.5/tests/test_config → sphinx-7.4.7/tests/roots/test-ext-napoleon/mypackage}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-napoleon/mypackage/typehints.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-napoleon/typehints.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-napoleon-paramtype/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-napoleon-paramtype/index.rst +0 -0
- {sphinx-7.4.5/tests/test_builders → sphinx-7.4.7/tests/roots/test-ext-napoleon-paramtype/pkg}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-napoleon-paramtype/pkg/bar.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-napoleon-paramtype/pkg/foo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-todo/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-todo/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-todo/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-todo/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode/objects.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode/spam/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode/spam/mod1.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode/spam/mod2.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode/spam/mod3.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode-find/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode-find/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode-find/not_a_package/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-ext-viewcode-find/not_a_package/submodule.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-extensions/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-extensions/read_parallel.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-extensions/read_serial.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-extensions/write_parallel.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-extensions/write_serial.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-footnotes/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-footnotes/baz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-footnotes/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-footnotes/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-footnotes/rimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-gettext-template/_templates/template1.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-gettext-template/_templates/template2.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-gettext-template/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-gettext-template/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-glossary/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-glossary/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-highlight_options/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-highlight_options/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/extra/.htaccess +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/extra/.htpasswd +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/extra/API.html.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/extra/css/style.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/extra/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/extra/rimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/extra/subdir/.htaccess +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/extra/subdir/.htpasswd +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/.htaccess +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/.htpasswd +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/API.html.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/css/style.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/js/custom.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/rimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/subdir/.htaccess +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/static/subdir/.htpasswd +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/subdir/_build/index.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_assets/subdir/background.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_entity/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_entity/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_file_checksum/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_file_checksum/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_file_checksum/static/empty.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_file_checksum/static/script.js +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_file_checksum/static/stylesheet-a.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_file_checksum/static/stylesheet-b.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_scaled_image_link/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_scaled_image_link/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_scaled_image_link/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_signaturereturn_icon/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_signaturereturn_icon/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_style/_static/default.css +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_style/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-html_style/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-escape/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-escape/img_#1.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-escape/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-in-parsed-literal/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-in-parsed-literal/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-in-parsed-literal/pic.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-in-section/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-in-section/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-image-in-section/pic.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/img.gif +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/img.ja.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/img.pdf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/img.zh.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/rimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/rimg.png.xx +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/rimg.xx.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/subdir/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/subdir/rimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/subdir/rimg.xx.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/subdir/svgimg.pdf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/subdir/svgimg.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/subdir/svgimg.xx.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-images/testim/303/244ge.png" +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-index_on_title/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-index_on_title/contents.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/basic_diagram.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/diagram_module_w_2_top_classes.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/diagram_w_1_top_class.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/diagram_w_2_top_classes.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/diagram_w_nested_classes.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/diagram_w_parts.rst +0 -0
- {sphinx-7.4.5/tests/test_directives → sphinx-7.4.7/tests/roots/test-inheritance/dummy}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/dummy/test.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/dummy/test_nested.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-inheritance/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/_templates/contents.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/admonitions.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/bom.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/definition_terms.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/docfields.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/external_links.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/figure.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/footnote.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/glossary_terms.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/glossary_terms_inconsistency.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/i18n.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/index.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/index_entries.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/label_target.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/literalblock.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/markup.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/noqa.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/only.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/raw.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/refs.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/refs_inconsistency.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/refs_python_domain.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/role_xref.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/rubric.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/section.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/seealso.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/subdir/index.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/table.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/toctree.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/topic.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/translation_progress.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/versionchange.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/warnings.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/admonitions.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/bom.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/definition_terms.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/docfields.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/external_links.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/figure.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/footnote.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/glossary_terms.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/glossary_terms_inconsistency.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/index.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/index_entries.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/label_target.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/literalblock.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/markup.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/noqa.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/only.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/raw.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/refs.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/refs_inconsistency.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/refs_python_domain.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/role_xref.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/rubric.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/section.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/seealso.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/sphinx.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/table.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/toctree.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/topic.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/translation_progress.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/versionchange.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl/xx/LC_MESSAGES/warnings.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl_substitution_definitions/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl_substitution_definitions/i18n.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl_substitution_definitions/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl_substitution_definitions/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl_substitution_definitions/prolog_epilog_substitution.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl_substitution_definitions/prolog_epilog_substitution_excluded.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-intl_substitution_definitions/xx/LC_MESSAGES/prolog_epilog_substitution.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-keep_warnings/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-keep_warnings/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-babel/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-babel/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-babel/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-babel/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-container/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-container/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-equations/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-equations/equations.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-equations/expects/latex-equations.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-figure-in-admonition/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-figure-in-admonition/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-figure-in-admonition/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-includegraphics/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-includegraphics/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-includegraphics/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-includegraphics/sphinx.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-includegraphics/tall.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-index/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-index/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels/otherdoc.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels-before-module/automodule1.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels-before-module/automodule2a.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels-before-module/automodule2b.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels-before-module/automodule3.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels-before-module/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-labels-before-module/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-numfig/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-numfig/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-numfig/indexhowto.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-numfig/indexmanual.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/_mytemplates/latex/longtable.tex.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/_mytemplates/latex/tabulary.tex_t +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/complex.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/complex_spanning_cell.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/gridtable.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/gridtable_with_tabularcolumn.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable_having_align.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable_having_caption.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable_having_problematic_cell.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable_having_stub_columns_and_problematic_cell.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable_having_verbatim.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable_having_widths.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable_having_widths_and_problematic_cell.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/longtable_with_tabularcolumn.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/simple_table.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/table_having_caption.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/table_having_problematic_cell.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/table_having_stub_columns_and_problematic_cell.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/table_having_threeparagraphs_cell_in_first_col.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/table_having_verbatim.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/table_having_widths.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/table_having_widths_and_problematic_cell.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/tabular_having_widths.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/tabularcolumn.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/expects/tabulary_having_widths.tex +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/longtable.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-table/tabular.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-theme/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-theme/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-theme/theme/custom/theme.conf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-title/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-title/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-unicode/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-latex-unicode/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck/links.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-anchors-ignore/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-anchors-ignore/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-anchors-ignore-for-url/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-anchors-ignore-for-url/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-documents_exclude/br0ken_link.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-documents_exclude/broken_link.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-documents_exclude/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-documents_exclude/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-localserver/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-localserver/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-localserver-anchor/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-localserver-anchor/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-localserver-https/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-localserver-https/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-localserver-warn-redirects/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-localserver-warn-redirects/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-raw-node/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-too-many-retries/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-linkcheck-too-many-retries/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-local-logo/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-local-logo/images/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-local-logo/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-locale/locale1/en/LC_MESSAGES/myext.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-locale/locale1/en/LC_MESSAGES/myext.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-locale/locale1/et/LC_MESSAGES/myext.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-locale/locale1/et/LC_MESSAGES/myext.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-locale/locale2/en/LC_MESSAGES/myext.mo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-locale/locale2/en/LC_MESSAGES/myext.po +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-manpage_url/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-manpage_url/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-markup-citation/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-markup-citation/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-markup-rubric/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-markup-rubric/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-maxlistdepth/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-maxlistdepth/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-metadata/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-metadata/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-need-escaped/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-need-escaped/baz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-need-escaped/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-need-escaped/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-need-escaped/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-need-escaped/quux.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-need-escaped/qux.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-nested-enumerated-list/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-nested-enumerated-list/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-nested-tables/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-nested-tables/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-nitpicky-warnings/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-nitpicky-warnings/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numbered-circular/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numbered-circular/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numbered-circular/sub.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numfig/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numfig/baz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numfig/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numfig/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numfig/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-numfig/rimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-object-description-sections/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-object-description-sections/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/Bare.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/Dup1.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/Dup2.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/LineContinuation.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/P1.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/P2.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/firstLineRule.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-productionlist/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-prolog/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-prolog/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-prolog/markdown.md +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-prolog/prolog_markdown_parser.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-prolog/restructuredtext.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-pycode/cp_1251_coded.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-reST-code-block/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-reST-code-block/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-reST-code-role/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-reST-code-role/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-refonly_bullet_list/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-refonly_bullet_list/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-remote-logo/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-remote-logo/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-roles-download/another/dummy.dat +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-roles-download/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-roles-download/dummy.dat +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-roles-download/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/Makefile +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/_templates/contentssb.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/_templates/customsb.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/_templates/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/autodoc.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/autodoc_target.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/bom.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/extapi.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/extensions.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/file_with_special_#_chars.xyz +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/footnote.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/images.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/img.foo.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/img.gif +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/img.pdf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/includes.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/index.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/lists.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/literal.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/literal_orig.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/markup.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/math.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/objects.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/otherext.foo +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/parsermod.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/quotes.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/rimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/special/api.h +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/special/code.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/subdir/excluded.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/subdir/images.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/subdir/img.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/subdir/include.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/subdir/includes.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/subdir/simg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/svgimg.pdf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/svgimg.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/tabs.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/test.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-root/wrongenc.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-search/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-search/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-search/nosearch.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-search/tocitem.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-smartquotes/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-smartquotes/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-smartquotes/literals.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-stylesheets/_templates/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-stylesheets/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-stylesheets/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-templating/_templates/autosummary/class.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-templating/_templates/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-templating/autosummary_templating.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-templating/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-templating/index.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/child.zip +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/parent.zip +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/test_theme/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/test_theme/staticfiles/layout.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/test_theme/staticfiles/static/legacytmpl.html_t +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/test_theme/staticfiles/static/staticimg.png +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/test_theme/staticfiles/static/statictmpl.html.jinja +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/test_theme/staticfiles/theme.conf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/test_theme/test-theme/theme.conf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-theming/ziptheme.zip +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-tocdepth/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-tocdepth/baz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-tocdepth/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-tocdepth/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-tocdepth/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree/baz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree/quux.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree/qux.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree/tocdepth.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-domain-objects/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-domain-objects/document_scoping.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-domain-objects/domains.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-domain-objects/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-duplicated/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-duplicated/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-duplicated/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-empty/_templates/localtoc.html +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-empty/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-empty/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/bar/bar_1.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/bar/bar_2.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/bar/bar_3.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/bar/bar_4/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/bar/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/baz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/quux.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/qux/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/qux/qux_1.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-glob/qux/qux_2.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-index/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-index/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-index/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-maxdepth/bar.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-maxdepth/baz.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-maxdepth/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-maxdepth/foo.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-maxdepth/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-toctree-maxdepth/qux.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-transforms-post_transforms-keyboard/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-transforms-post_transforms-keyboard/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-transforms-post_transforms-missing-reference/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-transforms-post_transforms-missing-reference/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-trim_doctest_flags/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-trim_doctest_flags/index.rst +0 -0
- /sphinx-7.4.5/tests/test_domains/__init__.py → /sphinx-7.4.7/tests/roots/test-util-copyasset_overwrite/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/added.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/deleted.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/deleted_end.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/index.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/insert.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/insert_beginning.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/insert_similar.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/modified.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-versioning/original.txt +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-warnings/autodoc_fodder.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-warnings/conf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-warnings/index.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-warnings/svgimg.pdf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-warnings/svgimg.svg +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-warnings/undecodable.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/roots/test-warnings/wrongenc.inc +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_addnodes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_application.py +0 -0
- {sphinx-7.4.5/tests/test_environment → sphinx-7.4.7/tests/test_builders}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/conftest.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_changes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_dirhtml.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_epub.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_gettext.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_5_output.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_assets.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_code.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_download.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_highlight.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_image.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_maths.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_numfig.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_html_tocdepth.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_latex.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_linkcheck.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_texinfo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_text.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_build_warnings.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/test_builder.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/xpath_data.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_builders/xpath_util.py +0 -0
- {sphinx-7.4.5/tests/test_extensions → sphinx-7.4.7/tests/test_config}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_config/test_config.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_config/test_correct_year.py +0 -0
- {sphinx-7.4.5/tests/test_intl → sphinx-7.4.7/tests/test_directives}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_directives/test_directive_code.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_directives/test_directive_object_description.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_directives/test_directive_only.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_directives/test_directive_option.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_directives/test_directive_other.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_directives/test_directive_patch.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_directives/test_directives_no_typesetting.py +0 -0
- {sphinx-7.4.5/tests/test_markup → sphinx-7.4.7/tests/test_domains}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_c.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_cpp.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_js.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_py_canonical.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_py_fields.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_py_pyfunction.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_py_pyobject.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_rst.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_domains/test_domain_std.py +0 -0
- {sphinx-7.4.5/tests/test_pycode → sphinx-7.4.7/tests/test_environment}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_environment/test_environment.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_environment/test_environment_indexentries.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_environment/test_environment_record_dependencies.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_environment/test_environment_toctree.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_errors.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_events.py +0 -0
- {sphinx-7.4.5/tests/test_theming → sphinx-7.4.7/tests/test_extensions}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/autodoc_util.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/ext_napoleon_pep526_data_google.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/ext_napoleon_pep526_data_numpy.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_apidoc.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_autoattribute.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_autoclass.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_autodata.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_autofunction.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_automodule.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_autoproperty.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_configs.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_events.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_mock.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_preserve_defaults.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autodoc_private_members.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_autosectionlabel.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_coverage.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_doctest.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_duration.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_extlinks.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_githubpages.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_graphviz.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_ifconfig.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_imgconverter.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_imgmockconverter.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_inheritance_diagram.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_intersphinx.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_math.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_napoleon.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_napoleon_docstring.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_todo.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_ext_viewcode.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_extensions/test_extension.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_highlighting.py +0 -0
- {sphinx-7.4.5/tests/test_transforms → sphinx-7.4.7/tests/test_intl}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_intl/test_catalogs.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_intl/test_intl.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_intl/test_locale.py +0 -0
- {sphinx-7.4.5/tests/test_util → sphinx-7.4.7/tests/test_markup}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_markup/test_markup.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_markup/test_metadata.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_markup/test_parser.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_markup/test_smartquotes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_project.py +0 -0
- {sphinx-7.4.5/tests/test_writers → sphinx-7.4.7/tests/test_pycode}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_pycode/test_pycode.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_pycode/test_pycode_ast.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_pycode/test_pycode_parser.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_quickstart.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_roles.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_search.py +0 -0
- {sphinx-7.4.5/utils → sphinx-7.4.7/tests/test_theming}/__init__.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_theming/test_html_theme.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_theming/test_templating.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_theming/test_theming.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_theming/theme.conf +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_theming/theme.toml +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_toctree.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_transforms/test_transforms_move_module_targets.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_transforms/test_transforms_post_transforms.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_transforms/test_transforms_post_transforms_code.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_transforms/test_transforms_post_transforms_images.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_transforms/test_transforms_reorder_nodes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/intersphinx_data.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_console.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_display.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_docstrings.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_docutils.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_docutils_sphinx_directive.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_i18n.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_images.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_inspect.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_logging.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_matching.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_nodes.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_rst.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/test_util_template.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_util/typing_test_data.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_versioning.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_writers/test_api_translator.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_writers/test_docutilsconf.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/test_writers/test_writer_latex.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tests/utils.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/tox.ini +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/utils/CHANGES_template.rst +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/utils/babel_runner.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/utils/bump_docker.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/utils/bump_version.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/utils/generate_js_fixtures.py +0 -0
- {sphinx-7.4.5 → sphinx-7.4.7}/utils/release-checklist.rst +0 -0
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
Release 7.4.7 (released Jul 20, 2024)
|
|
2
|
+
=====================================
|
|
3
|
+
|
|
4
|
+
Bugs fixed
|
|
5
|
+
----------
|
|
6
|
+
|
|
7
|
+
* #12096: Warn when files are overwritten in the build directory.
|
|
8
|
+
Patch by Adam Turner and Bénédikt Tran.
|
|
9
|
+
* #12620: Ensure that old-style object description options are respected.
|
|
10
|
+
Patch by Adam Turner.
|
|
11
|
+
* #12601, #12625: Support callable objects in :py:class:`~typing.Annotated` type
|
|
12
|
+
metadata in the Python domain.
|
|
13
|
+
Patch by Adam Turner.
|
|
14
|
+
* #12601, #12622: Resolve :py:class:`~typing.Annotated` warnings with
|
|
15
|
+
``sphinx.ext.autodoc``,
|
|
16
|
+
especially when using :mod:`dataclasses` as type metadata.
|
|
17
|
+
Patch by Adam Turner.
|
|
18
|
+
* #12589, #12626: autosummary: Fix warnings with :rst:role:`!autolink`.
|
|
19
|
+
Patch by Adam Turner.
|
|
20
|
+
|
|
21
|
+
Release 7.4.6 (released Jul 18, 2024)
|
|
22
|
+
=====================================
|
|
23
|
+
|
|
24
|
+
Bugs fixed
|
|
25
|
+
----------
|
|
26
|
+
|
|
27
|
+
* #12589, #9743, #12609: autosummary: Do not add the package prefix when
|
|
28
|
+
generating autosummary directives for modules within a package.
|
|
29
|
+
Patch by Adam Turner.
|
|
30
|
+
* #12613: Reduce log severity for ambiguity detection during inventory loading.
|
|
31
|
+
Patch by James Addison.
|
|
32
|
+
|
|
1
33
|
Release 7.4.5 (released Jul 16, 2024)
|
|
2
34
|
=====================================
|
|
3
35
|
|
|
@@ -174,11 +206,13 @@ Bugs fixed
|
|
|
174
206
|
Patch by Matthias Geier.
|
|
175
207
|
* #12224: Properly detect WebP files.
|
|
176
208
|
Patch by Benjamin Cabé.
|
|
177
|
-
* #12380: LaTeX:
|
|
178
|
-
the current page number
|
|
209
|
+
* #12380: LaTeX: Avoid footnote markers ``Page N`` when ``N`` is already
|
|
210
|
+
the current page number.
|
|
179
211
|
Patch by Jean-François B.
|
|
180
212
|
* #12410: LaTeX: for French and ``'lualatex'`` as :confval:`latex_engine`
|
|
181
|
-
``
|
|
213
|
+
use ``babel`` as with ``'xelatex'`` (and not ``polyglossia``).
|
|
214
|
+
Patch by Jean-François B.
|
|
215
|
+
* #12520: LaTeX: let :rst:dir:`todolist` produce correct hyperlinks in PDF.
|
|
182
216
|
Patch by Jean-François B.
|
|
183
217
|
* #12416: Ensure that configuration setting aliases are always synchronised
|
|
184
218
|
when one value or the other is modified.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"""The Sphinx documentation toolchain."""
|
|
2
2
|
|
|
3
|
-
__version__ = '7.4.
|
|
3
|
+
__version__ = '7.4.7'
|
|
4
4
|
__display_version__ = __version__ # used for command line version
|
|
5
5
|
|
|
6
6
|
# Keep this file executable as-is in Python 3!
|
|
@@ -27,7 +27,7 @@ warnings.filterwarnings(
|
|
|
27
27
|
#:
|
|
28
28
|
#: .. versionadded:: 1.2
|
|
29
29
|
#: Before version 1.2, check the string ``sphinx.__version__``.
|
|
30
|
-
version_info = (7, 4,
|
|
30
|
+
version_info = (7, 4, 7, 'final', 0)
|
|
31
31
|
|
|
32
32
|
package_dir = os.path.abspath(os.path.dirname(__file__))
|
|
33
33
|
|
|
@@ -815,8 +815,8 @@ class StandaloneHTMLBuilder(Builder):
|
|
|
815
815
|
|
|
816
816
|
def copy_theme_static_files(self, context: dict[str, Any]) -> None:
|
|
817
817
|
def onerror(filename: str, error: Exception) -> None:
|
|
818
|
-
|
|
819
|
-
|
|
818
|
+
msg = __("Failed to copy a file in the theme's 'static' directory: %s: %r")
|
|
819
|
+
logger.warning(msg, filename, error)
|
|
820
820
|
|
|
821
821
|
if self.theme:
|
|
822
822
|
for entry in reversed(self.theme.get_theme_dirs()):
|
|
@@ -1142,7 +1142,8 @@ class StandaloneHTMLBuilder(Builder):
|
|
|
1142
1142
|
source_name = path.join(self.outdir, '_sources',
|
|
1143
1143
|
os_path(ctx['sourcename']))
|
|
1144
1144
|
ensuredir(path.dirname(source_name))
|
|
1145
|
-
copyfile(self.env.doc2path(pagename), source_name
|
|
1145
|
+
copyfile(self.env.doc2path(pagename), source_name,
|
|
1146
|
+
__overwrite_warning__=False)
|
|
1146
1147
|
|
|
1147
1148
|
def update_page_context(self, pagename: str, templatename: str,
|
|
1148
1149
|
ctx: dict[str, Any], event_arg: Any) -> None:
|
|
@@ -220,21 +220,26 @@ class ObjectDescription(SphinxDirective, Generic[ObjDescT]):
|
|
|
220
220
|
node['domain'] = self.domain
|
|
221
221
|
# 'desctype' is a backwards compatible attribute
|
|
222
222
|
node['objtype'] = node['desctype'] = self.objtype
|
|
223
|
+
|
|
224
|
+
# Copy old option names to new ones
|
|
225
|
+
# xref RemovedInSphinx90Warning
|
|
226
|
+
# deprecate noindex, noindexentry, and nocontentsentry in Sphinx 9.0
|
|
227
|
+
if 'no-index' not in self.options and 'noindex' in self.options:
|
|
228
|
+
self.options['no-index'] = self.options['noindex']
|
|
229
|
+
if 'no-index-entry' not in self.options and 'noindexentry' in self.options:
|
|
230
|
+
self.options['no-index-entry'] = self.options['noindexentry']
|
|
231
|
+
if 'no-contents-entry' not in self.options and 'nocontentsentry' in self.options:
|
|
232
|
+
self.options['no-contents-entry'] = self.options['nocontentsentry']
|
|
233
|
+
|
|
223
234
|
node['no-index'] = node['noindex'] = no_index = (
|
|
224
235
|
'no-index' in self.options
|
|
225
|
-
|
|
226
|
-
# deprecate noindex in Sphinx 9.0
|
|
227
|
-
or 'noindex' in self.options)
|
|
236
|
+
)
|
|
228
237
|
node['no-index-entry'] = node['noindexentry'] = (
|
|
229
238
|
'no-index-entry' in self.options
|
|
230
|
-
|
|
231
|
-
# deprecate noindexentry in Sphinx 9.0
|
|
232
|
-
or 'noindexentry' in self.options)
|
|
239
|
+
)
|
|
233
240
|
node['no-contents-entry'] = node['nocontentsentry'] = (
|
|
234
241
|
'no-contents-entry' in self.options
|
|
235
|
-
|
|
236
|
-
# deprecate nocontentsentry in Sphinx 9.0
|
|
237
|
-
or 'nocontentsentry' in self.options)
|
|
242
|
+
)
|
|
238
243
|
node['no-typesetting'] = ('no-typesetting' in self.options)
|
|
239
244
|
if self.domain:
|
|
240
245
|
node['classes'].append(self.domain)
|
|
@@ -309,7 +309,7 @@ class JSModule(SphinxDirective):
|
|
|
309
309
|
def run(self) -> list[Node]:
|
|
310
310
|
mod_name = self.arguments[0].strip()
|
|
311
311
|
self.env.ref_context['js:module'] = mod_name
|
|
312
|
-
no_index = 'no-index' in self.options
|
|
312
|
+
no_index = 'no-index' in self.options
|
|
313
313
|
|
|
314
314
|
content_nodes = self.parse_content_to_nodes(allow_section_headings=True)
|
|
315
315
|
|
|
@@ -452,7 +452,7 @@ class PyModule(SphinxDirective):
|
|
|
452
452
|
domain = cast(PythonDomain, self.env.get_domain('py'))
|
|
453
453
|
|
|
454
454
|
modname = self.arguments[0].strip()
|
|
455
|
-
no_index = 'no-index' in self.options
|
|
455
|
+
no_index = 'no-index' in self.options
|
|
456
456
|
self.env.ref_context['py:module'] = modname
|
|
457
457
|
|
|
458
458
|
content_nodes = self.parse_content_to_nodes(allow_section_headings=True)
|
|
@@ -161,7 +161,29 @@ def _parse_annotation(annotation: str, env: BuildEnvironment) -> list[Node]:
|
|
|
161
161
|
addnodes.desc_sig_punctuation('', ')')]
|
|
162
162
|
|
|
163
163
|
return result
|
|
164
|
-
|
|
164
|
+
if isinstance(node, ast.Call):
|
|
165
|
+
# Call nodes can be used in Annotated type metadata,
|
|
166
|
+
# for example Annotated[str, ArbitraryTypeValidator(str, len=10)]
|
|
167
|
+
args = []
|
|
168
|
+
for arg in node.args:
|
|
169
|
+
args += unparse(arg)
|
|
170
|
+
args.append(addnodes.desc_sig_punctuation('', ','))
|
|
171
|
+
args.append(addnodes.desc_sig_space())
|
|
172
|
+
for kwd in node.keywords:
|
|
173
|
+
args.append(addnodes.desc_sig_name(kwd.arg, kwd.arg)) # type: ignore[arg-type]
|
|
174
|
+
args.append(addnodes.desc_sig_operator('', '='))
|
|
175
|
+
args += unparse(kwd.value)
|
|
176
|
+
args.append(addnodes.desc_sig_punctuation('', ','))
|
|
177
|
+
args.append(addnodes.desc_sig_space())
|
|
178
|
+
result = [
|
|
179
|
+
*unparse(node.func),
|
|
180
|
+
addnodes.desc_sig_punctuation('', '('),
|
|
181
|
+
*args[:-2], # skip the final comma and space
|
|
182
|
+
addnodes.desc_sig_punctuation('', ')'),
|
|
183
|
+
]
|
|
184
|
+
return result
|
|
185
|
+
msg = f'unsupported syntax: {node}'
|
|
186
|
+
raise SyntaxError(msg) # unsupported syntax
|
|
165
187
|
|
|
166
188
|
def _unparse_pep_604_annotation(node: ast.Subscript) -> list[Node]:
|
|
167
189
|
subscript = node.slice
|
|
@@ -2008,7 +2008,8 @@ class UninitializedGlobalVariableMixin(DataDocumenterMixinBase):
|
|
|
2008
2008
|
with mock(self.config.autodoc_mock_imports):
|
|
2009
2009
|
parent = import_module(self.modname, self.config.autodoc_warningiserror)
|
|
2010
2010
|
annotations = get_type_hints(parent, None,
|
|
2011
|
-
self.config.autodoc_type_aliases
|
|
2011
|
+
self.config.autodoc_type_aliases,
|
|
2012
|
+
include_extras=True)
|
|
2012
2013
|
if self.objpath[-1] in annotations:
|
|
2013
2014
|
self.object = UNINITIALIZED_ATTR
|
|
2014
2015
|
self.parent = parent
|
|
@@ -2097,7 +2098,8 @@ class DataDocumenter(GenericAliasMixin,
|
|
|
2097
2098
|
if self.config.autodoc_typehints != 'none':
|
|
2098
2099
|
# obtain annotation for this data
|
|
2099
2100
|
annotations = get_type_hints(self.parent, None,
|
|
2100
|
-
self.config.autodoc_type_aliases
|
|
2101
|
+
self.config.autodoc_type_aliases,
|
|
2102
|
+
include_extras=True)
|
|
2101
2103
|
if self.objpath[-1] in annotations:
|
|
2102
2104
|
if self.config.autodoc_typehints_format == "short":
|
|
2103
2105
|
objrepr = stringify_annotation(annotations.get(self.objpath[-1]),
|
|
@@ -2541,7 +2543,8 @@ class UninitializedInstanceAttributeMixin(DataDocumenterMixinBase):
|
|
|
2541
2543
|
|
|
2542
2544
|
def is_uninitialized_instance_attribute(self, parent: Any) -> bool:
|
|
2543
2545
|
"""Check the subject is an annotation only attribute."""
|
|
2544
|
-
annotations = get_type_hints(parent, None, self.config.autodoc_type_aliases
|
|
2546
|
+
annotations = get_type_hints(parent, None, self.config.autodoc_type_aliases,
|
|
2547
|
+
include_extras=True)
|
|
2545
2548
|
return self.objpath[-1] in annotations
|
|
2546
2549
|
|
|
2547
2550
|
def import_object(self, raiseerror: bool = False) -> bool:
|
|
@@ -2673,7 +2676,8 @@ class AttributeDocumenter(GenericAliasMixin, SlotsMixin, # type: ignore[misc]
|
|
|
2673
2676
|
if self.config.autodoc_typehints != 'none':
|
|
2674
2677
|
# obtain type annotation for this attribute
|
|
2675
2678
|
annotations = get_type_hints(self.parent, None,
|
|
2676
|
-
self.config.autodoc_type_aliases
|
|
2679
|
+
self.config.autodoc_type_aliases,
|
|
2680
|
+
include_extras=True)
|
|
2677
2681
|
if self.objpath[-1] in annotations:
|
|
2678
2682
|
if self.config.autodoc_typehints_format == "short":
|
|
2679
2683
|
objrepr = stringify_annotation(annotations.get(self.objpath[-1]),
|
|
@@ -765,7 +765,14 @@ class AutoLink(SphinxRole):
|
|
|
765
765
|
try:
|
|
766
766
|
# try to import object by name
|
|
767
767
|
prefixes = get_import_prefixes_from_env(self.env)
|
|
768
|
-
|
|
768
|
+
name = pending_xref['reftarget']
|
|
769
|
+
prefixes = [
|
|
770
|
+
prefix
|
|
771
|
+
for prefix in prefixes
|
|
772
|
+
if prefix is None
|
|
773
|
+
or not (name.startswith(f'{prefix}.') or name == prefix)
|
|
774
|
+
]
|
|
775
|
+
import_by_name(name, prefixes)
|
|
769
776
|
except ImportExceptionGroup:
|
|
770
777
|
literal = cast(nodes.literal, pending_xref[0])
|
|
771
778
|
objects[0] = nodes.emphasis(self.rawtext, literal.astext(),
|
|
@@ -330,10 +330,6 @@ def generate_autosummary_content(
|
|
|
330
330
|
doc, app, obj, {'module'}, imported=True
|
|
331
331
|
)
|
|
332
332
|
skip += all_imported_modules
|
|
333
|
-
imported_modules = [name + '.' + modname for modname in imported_modules]
|
|
334
|
-
all_imported_modules = [
|
|
335
|
-
name + '.' + modname for modname in all_imported_modules
|
|
336
|
-
]
|
|
337
333
|
public_members = getall(obj)
|
|
338
334
|
else:
|
|
339
335
|
imported_modules, all_imported_modules = [], []
|
|
@@ -476,21 +472,22 @@ def _get_modules(
|
|
|
476
472
|
if modname in skip:
|
|
477
473
|
# module was overwritten in __init__.py, so not accessible
|
|
478
474
|
continue
|
|
479
|
-
fullname = name
|
|
475
|
+
fullname = f'{name}.{modname}'
|
|
480
476
|
try:
|
|
481
477
|
module = import_module(fullname)
|
|
482
|
-
if module and hasattr(module, '__sphinx_mock__'):
|
|
483
|
-
continue
|
|
484
478
|
except ImportError:
|
|
485
479
|
pass
|
|
480
|
+
else:
|
|
481
|
+
if module and hasattr(module, '__sphinx_mock__'):
|
|
482
|
+
continue
|
|
486
483
|
|
|
487
|
-
items.append(
|
|
484
|
+
items.append(modname)
|
|
488
485
|
if public_members is not None:
|
|
489
486
|
if modname in public_members:
|
|
490
|
-
public.append(
|
|
487
|
+
public.append(modname)
|
|
491
488
|
else:
|
|
492
489
|
if not modname.startswith('_'):
|
|
493
|
-
public.append(
|
|
490
|
+
public.append(modname)
|
|
494
491
|
return public, items
|
|
495
492
|
|
|
496
493
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
.. automodule:: {{ fullname }}
|
|
4
4
|
|
|
5
5
|
{% block attributes %}
|
|
6
|
-
{
|
|
6
|
+
{%- if attributes %}
|
|
7
7
|
.. rubric:: {{ _('Module Attributes') }}
|
|
8
8
|
|
|
9
9
|
.. autosummary::
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
{{ item }}
|
|
12
12
|
{%- endfor %}
|
|
13
13
|
{% endif %}
|
|
14
|
-
{
|
|
14
|
+
{%- endblock %}
|
|
15
15
|
|
|
16
|
-
{
|
|
17
|
-
{
|
|
16
|
+
{%- block functions %}
|
|
17
|
+
{%- if functions %}
|
|
18
18
|
.. rubric:: {{ _('Functions') }}
|
|
19
19
|
|
|
20
20
|
.. autosummary::
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
{{ item }}
|
|
23
23
|
{%- endfor %}
|
|
24
24
|
{% endif %}
|
|
25
|
-
{
|
|
25
|
+
{%- endblock %}
|
|
26
26
|
|
|
27
|
-
{
|
|
28
|
-
{
|
|
27
|
+
{%- block classes %}
|
|
28
|
+
{%- if classes %}
|
|
29
29
|
.. rubric:: {{ _('Classes') }}
|
|
30
30
|
|
|
31
31
|
.. autosummary::
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
{{ item }}
|
|
34
34
|
{%- endfor %}
|
|
35
35
|
{% endif %}
|
|
36
|
-
{
|
|
36
|
+
{%- endblock %}
|
|
37
37
|
|
|
38
|
-
{
|
|
39
|
-
{
|
|
38
|
+
{%- block exceptions %}
|
|
39
|
+
{%- if exceptions %}
|
|
40
40
|
.. rubric:: {{ _('Exceptions') }}
|
|
41
41
|
|
|
42
42
|
.. autosummary::
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
{{ item }}
|
|
45
45
|
{%- endfor %}
|
|
46
46
|
{% endif %}
|
|
47
|
-
{
|
|
47
|
+
{%- endblock %}
|
|
48
48
|
|
|
49
|
-
{
|
|
50
|
-
{
|
|
49
|
+
{%- block modules %}
|
|
50
|
+
{%- if modules %}
|
|
51
51
|
.. rubric:: Modules
|
|
52
52
|
|
|
53
53
|
.. autosummary::
|
|
@@ -57,4 +57,4 @@
|
|
|
57
57
|
{{ item }}
|
|
58
58
|
{%- endfor %}
|
|
59
59
|
{% endif %}
|
|
60
|
-
{
|
|
60
|
+
{%- endblock %}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
Documentation.addTranslations({
|
|
2
|
+
"locale": "ta",
|
|
3
|
+
"messages": {
|
|
4
|
+
"%(filename)s — %(docstitle)s": "",
|
|
5
|
+
"© %(copyright_prefix)s %(copyright)s.": "",
|
|
6
|
+
", in ": "",
|
|
7
|
+
"About these documents": "",
|
|
8
|
+
"Automatically generated list of changes in version %(version)s": "",
|
|
9
|
+
"C API changes": "",
|
|
10
|
+
"Changes in Version %(version)s — %(docstitle)s": "",
|
|
11
|
+
"Collapse sidebar": "",
|
|
12
|
+
"Complete Table of Contents": "",
|
|
13
|
+
"Contents": "",
|
|
14
|
+
"Copyright": "",
|
|
15
|
+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> %(sphinx_version)s.": "",
|
|
16
|
+
"Expand sidebar": "",
|
|
17
|
+
"Full index on one page": "",
|
|
18
|
+
"General Index": "",
|
|
19
|
+
"Global Module Index": "",
|
|
20
|
+
"Go": "",
|
|
21
|
+
"Hide Search Matches": "",
|
|
22
|
+
"Index": "",
|
|
23
|
+
"Index – %(key)s": "",
|
|
24
|
+
"Index pages by letter": "",
|
|
25
|
+
"Indices and tables:": "",
|
|
26
|
+
"Last updated on %(last_updated)s.": "",
|
|
27
|
+
"Library changes": "",
|
|
28
|
+
"Navigation": "",
|
|
29
|
+
"Next topic": "",
|
|
30
|
+
"Other changes": "",
|
|
31
|
+
"Overview": "",
|
|
32
|
+
"Please activate JavaScript to enable the search\n functionality.": "",
|
|
33
|
+
"Preparing search...": "",
|
|
34
|
+
"Previous topic": "",
|
|
35
|
+
"Quick search": "",
|
|
36
|
+
"Search": "",
|
|
37
|
+
"Search Page": "",
|
|
38
|
+
"Search Results": "",
|
|
39
|
+
"Search finished, found ${resultCount} page(s) matching the search query.": "",
|
|
40
|
+
"Search within %(docstitle)s": "",
|
|
41
|
+
"Searching": "",
|
|
42
|
+
"Searching for multiple words only shows matches that contain\n all words.": "",
|
|
43
|
+
"Show Source": "",
|
|
44
|
+
"Table of Contents": "",
|
|
45
|
+
"This Page": "",
|
|
46
|
+
"Welcome! This is": "",
|
|
47
|
+
"Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "",
|
|
48
|
+
"all functions, classes, terms": "",
|
|
49
|
+
"can be huge": "",
|
|
50
|
+
"last updated": "",
|
|
51
|
+
"lists all sections and subsections": "",
|
|
52
|
+
"next chapter": "",
|
|
53
|
+
"previous chapter": "",
|
|
54
|
+
"quick access to all modules": "",
|
|
55
|
+
"search": "",
|
|
56
|
+
"search this documentation": "",
|
|
57
|
+
"the documentation for": ""
|
|
58
|
+
},
|
|
59
|
+
"plural_expr": "(n != 1)"
|
|
60
|
+
});
|
|
Binary file
|