Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-Sphinx-8.2.3-4.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-Sphinx Distribution: openSUSE Tumbleweed
Version: 8.2.3 Vendor: openSUSE
Release: 4.2 Build date: Mon Sep 22 12:57:18 2025
Group: Development/Languages/Python Build host: reproducible
Size: 18856705 Source RPM: python-Sphinx-8.2.3-4.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.sphinx-doc.org
Summary: Python documentation generator
Sphinx is a tool that facilitates creating documentation for Python
projects (or other documents consisting of multiple reStructuredText
sources). It was originally created for the Python documentation, and
supports Python project documentation well, but C/C++ is likewise
supported.

Sphinx uses reStructuredText as its markup language. Sphinx draws from
the parsing and translating suite, the Docutils.

Provides

Requires

License

BSD-2-Clause

Changelog

* Mon Sep 22 2025 Daniel Garcia <daniel.garcia@suse.com>
  - Add upstream patch docutils022plus.patch to fix compatibility with
    docutils >= 0.22
    gh#sphinx-doc/sphinx#13548
* Thu Sep 11 2025 Markéta Machová <mmachova@suse.com>
  - Add upstream patches to fix tests with Python 3.14:
    * autodoc.patch
    * autosummary.patch
    * typing.patch
  - Proactively add upstream patch to fix tests with docutils 0.22:
    * docutils022.patch
  - Rename multibuild flavor 'test' to 'test+doc' to better reflect
    the current behaviour
* Mon Aug 25 2025 Markéta Machová <mmachova@suse.com>
  - Convert to libalternatives on SLE-16-based and newer systems
* Fri Mar 14 2025 Markéta Machová <mmachova@suse.com>
  - Update to 8.2.3
    * Correct spelling of highlighting_failure in warning sub-type.
    * Restore support for using sphinx.testing.path paths with
      sphinx.testing.fixtures
    * viewcode: Fix importing modules more than once.
    * Fix argument type for jieba.load_userdict().
    * Add workaround for nbsphinx implicit imports.
    * Ensure inline <script/> tags are written exactly once.
    * Define _StrPath.__radd__().
    * Fix _CurrentDocument membership testing with parent_symbol.
* Wed Mar 12 2025 Daniel Garcia <daniel.garcia@suse.com>
  - Add missing dependency python-roman-numerals
* Tue Mar 11 2025 Dirk Müller <dmueller@suse.com>
  - update to 8.2.0:
    * #13000: Drop Python 3.10 support.
    * #13044: Remove the internal and undocumented has_equations
      data from the :py:class:`!MathDomain` domain. The
      undocumented :py:meth:`!MathDomain.has_equations` method now
      unconditionally returns True. These are replaced by the
      has_maths_elements key of the page context dict. Patch by
      Adam Turner.
    * #13227: HTML output for sequences of keys in the
      :rst:role:`kbd` role no longer uses a <kbd class="kbd
      compound"> element to wrap the keys and separators, but
      places them directly in the relevant parent node. This means
      that CSS rulesets targeting kbd.compound or .kbd.compound
      will no longer have any effect. Patch by Adam Turner.
    * #13037: Deprecate the SingleHTMLBuilder.fix_refuris method.
      Patch by James Addison.
    * #13083, #13330: Un-deprecate sphinx.util.import_object. Patch
      by Matthias Geier.
    * #13173: Add a new duplicate_declaration warning type, with
      duplicate_declaration.c and duplicate_declaration.cpp
      subtypes. Patch by Julien Lecomte and Adam Turner.
    * #11824: linkcode: Allow extensions to add support for a
      domain by defining the keys that should be present. Patch by
      Nicolas Peugnet.
    * #13144: Add a class option to the :rst:dir:`autosummary`
      directive. Patch by Tim Hoffmann.
    * #13146: Napoleon: Unify the type preprocessing logic to allow
      Google-style docstrings to use the optional and default
      keywords. Patch by Chris Barrick.
    * #13227: Implement the :rst:role:`kbd` role as a SphinxRole.
      Patch by Adam Turner.
    * #13065: Enable colour by default in when running on CI. Patch
      by Adam Turner.
    * #13230: Allow supressing warnings from the :rst:dir:`toctree`
      directive when a glob pattern doesn't match any documents,
      via the new toc.empty_glob warning sub-type. Patch by Slawek
      Figiel.
    * #9732: Add the new autodoc.mocked_object warnings sub-type.
      Patch by Cyril Roelandt.
    * #7630, #4824: autodoc: Use :file:`.pyi` type stub files to
      auto-document native modules. Patch by Adam Turner, partially
      based on work by Allie Fitter.
    * #12975: Enable configuration of trailing commas in multi-line
      signatures in the Python and Javascript domains, via the new
      :confval:`python_trailing_comma_in_multi_line_signatures` and
      :confval:`javascript_trailing_comma_in_multi_line_signatures`
      configuration options.
    * #13264: Rename the :rst:dir:`math` directive's nowrap option
      to :rst:dir:`math:no-wrap`. Patch by Adam Turner.
    * #13269: Added the option to disable the use of type comments
      in via the new :confval:`autodoc_use_type_comments` option,
      which defaults to True for backwards compatibility. The
      default will change to False in Sphinx 10. Patch by Adam
      Turner.
    * #9732: Add the new ref.any warnings sub-type to allow
      suppressing the ambiguous 'any' cross-reference warning.
      Patch by Simão Afonso and Adam Turner.
    * #13272: The Python and JavaScript module directives now
      support the :no-index-entry: option. Patch by Adam Turner.
    * #12233: autodoc: Allow directives to use :no-index-entry: and
      include the :no-index: and :no-index-entry: options within
      :confval:`autodoc_default_options`. Patch by Jonny Saunders
      and Adam Turner.
    * #13172: Add support for short signatures in autosummary.
      Patch by Tim Hoffmann.
    * #13271: Change the signature prefix for abstract methods in
      the Python domain to abstractmethod from abstract. Patch by
      Adam Turner.
    * #13271: Support the :abstract: option for classes, methods,
      and properties in the Python domain. Patch by Adam Turner.
    * #12507: Add the :ref:`collapsible <collapsible-admonitions>`
      option to admonition directives. Patch by Chris Sewell.
    * #8191, #8159: Add :rst:dir:`inheritance-diagram:include-
      subclasses` option to the :rst:dir:`inheritance-diagram`
      directive. Patch by Walter Dörwald.
    * #11995: autodoc: Add support for
      :confval:`python_display_short_literal_types`. Patch by
      Bénédikt Tran and Adam Turner.
    * #13163: Always print the full context when Sphinx encounters
      an internal error. Patch by Kevin Deldycke and Adam Turner.
    * #13105: Introduce the :rst:role:`py:deco` role to cross-
      reference decorator functions and methods in the Python
      domain. Patch by Adam Turner.
    * #9169: Add the :confval:`intersphinx_resolve_self` option to
      resolve an intersphinx reference to the current project.
      Patch by Jakob Lykke Andersen and Adam Turner.
    * #11280: Add ability to skip a particular section using the
      no-search class. Patch by Will Lachance.
    * #13326: Remove hardcoding from handling
      :class:`~sphinx.addnodes.productionlist` nodes in all
      writers, to improve flexibility. Patch by Adam Turner.
    * #13335: Use misc.highlighting_failure subtype for Pygments
      unknown lexers. Patch by Bart Kamphorst.
    * #13354: Insert abbreviation nodes (hover text) for
      positional- and keyword-only separators in Python signatures.
      Patch by Adam Turner.
    * #13333: Add the :mod:`sphinx.ext.apidoc` extension, to
      automate API documentation generation from Python modules.
      Patch by Chris Sewell and Adam Turner.
    * #12463: autosummary: Respect an empty module __all__. Patch
      by Valentin Pratz
    * #13060: HTML Search: use Map to store per-file term scores.
      Patch by James Addison
    * #13130: LaTeX docs: pdflatex index creation may fail for
      index entries in French.  See :confval:`latex_use_xindy`.
      Patch by Jean-François B.
    * #13152: LaTeX: fix a typo from v7.4.0 in a default for
      \sphinxboxsetup. Patch by Jean-François B.
    * #13096: HTML Search: check that query terms exist as
      properties in term indices before accessing them.
    * #11233: linkcheck: match redirect URIs against
      :confval:`linkcheck_ignore` by overriding session-level
      requests.get_redirect_target.
    * #13195: viewcode: Fix issue where import paths differ from
      the directory structure. Patch by Ben Egan and Adam Turner.
    * #13188: autodoc: fix detection of class methods implemented
      in C. Patch by Bénédikt Tran.
    * #1810: Always copy static files when building, regardless of
      whether any documents have changed since the previous build.
      Patch by Adam Turner.
    * #13201: autodoc: fix ordering of members when using groupwise
      for :confval:`autodoc_member_order`. Class methods are now
      rendered before static methods, which themselves are rendered
      before regular methods and attributes. Patch by Bénédikt
      Tran.
    * #12975: Avoid rendering a trailing comma in C and C++ multi-
      line signatures.
    * #13178: autodoc: Fix resolution for pathlib types. Patch by
      Adam Turner.
    * #13136: autodoc: Correctly handle multiple inheritance. Patch
      by Pavel Holica
    * #13273, #13318: Properly convert command-line overrides for
      Boolean types. Patch by Adam Turner.
    * #13302, #13319: Use the correct indentation for continuation
      lines in :rst:dir:`productionlist` directives. Patch by Adam
      Turner.
    * #13328: Fix parsing of PEP 695 functions with return
      annotations. Patch by Bénédikt Tran. Initial work by Arash
      Badie-Modiri.
    * #13224: Correctness fixup for test_html_multi_line_copyright.
      Patch by Colin Watson, applied by James Addison.
  - drop pygments.patch (upstream)
* Fri Jan 17 2025 Markéta Machová <mmachova@suse.com>
  - Add pygments.patch to fix tests with Pygments 2.19
* Wed Nov 20 2024 Dirk Müller <dmueller@suse.com>
  - update to 8.1.3:
    * #13013: Restore support for :func:`!cut_lines` with no object
      type. Patch by Adam Turner.
    * #13012: Expose :exc:`sphinx.errors.ExtensionError` in
      sphinx.util for backwards compatibility. This will be removed
      in Sphinx 9, as exposing the exception in sphinx.util was
      never intentional. :exc:`!ExtensionError` has been part of
      sphinx.errors since Sphinx 0.9. Patch by Adam Turner.
    * #13006: Use the preferred https://www.cve.org/ URL for the
      :rst:role:`:cve: <cve>` role. Patch by Hugo van Kemenade.
    * #13007: LaTeX: Improve resiliency when the required
      fontawesome or fontawesome5 packages are not installed. Patch
      by Jean-François B.
    * #12756: Add lower-bounds to the sphinxcontrib-* dependencies.
      Patch by Adam Turner.
    * #12833: Update the LaTeX parskip package from 2001 to 2018.
      Patch by Jean-François B.
    * #12763: Remove unused internal class sphinx.util.Tee. Patch
      by Adam Turner.
    * #12822: LaTeX: for Unicode engines, the :ref:`fvset` default
      is changed to '\fvset{fontsize=auto}' from
      '\fvset{fontsize=\small}'. Code-blocks are unchanged as
      FreeMono is now loaded with Scale=0.9. An adjustment to
      existing projects is needed only if they used a custom
      :ref:`fontpkg` configuration and did not set :ref:`fvset`.
      Patch by Jean-François B.
    * #12875: Disable smartquotes for languages: zh_CN and zh_TW by
      default. Patch by A. Rafey Khan.
    * #12762: Deprecate sphinx.util.import_object. Use
      :py:func:`importlib.import_module` instead. Patch by Adam
      Turner.
    * #12766: Deprecate sphinx.util.FilenameUniqDict and
      sphinx.util.DownloadFiles. Patch by Adam Turner.
    * #11328: Mention evaluation of templated content during
      production of static output files. Patch by James Addison.
    * #12704: LaTeX: make :dudir:`contents <table-of-contents>`,
      :dudir:`topic`, and :dudir:`sidebar` directives separately
      customizable for PDF output. Patch by Jean-François B. and
      Bénédikt Tran.
    * #12474: Support type-dependent search result highlighting via
      CSS. Patch by Tim Hoffmann.
    * #12652: LaTeX: Add :confval:`math_numsep` support to latex
      builder. Patch by Thomas Fanning and Jean-François B.
    * #12743: No longer exit on the first warning when
      :option:`--fail-on-warning <sphinx-build --fail-on-warning>`
      is used. Instead, exit with a non-zero status if any warnings
      were generated during the build. Patch by Adam Turner.
    * #12743: Add :option:`sphinx-build --exception-on-warning`, to
      raise an exception when warnings are emitted during the
      build. Patch by Adam Turner and Jeremy Maitin-Shepard.
    * #12907: Add :confval:`html_last_updated_use_utc` to allow
      using universal time (GMT/UTC) instead of local time for the
      date-time supplied to :confval:`html_last_updated_fmt`. Patch
      by Adam Turner.
    * #12910: Copyright entries now support the '%Y' placeholder to
      substitute the current year. This is helpful for reducing the
      reliance on Python modules such as :py:mod:`time` or
      :py:mod:`datetime` in :file:`conf.py`. See :ref:`the docs
      <config-copyright>` for further detail. Patch by Adam Turner.
    * #11781: Add roles for referencing CVEs (:rst:role:`:cve:
      <cve>`) and CWEs (:rst:role:`:cwe: <cwe>`). Patch by Hugo van
      Kemenade.
    * #11809: Improve the formatting for RFC section anchors. Patch
      by Jakub Stasiak and Adam Turner.
    * #12852: Support a :attr:`.Builder.supported_linkcode`
      attribute for builders to enable use of
      :mod:`sphinx.ext.linkcode`-generated references. Patch by
      James Knight.
    * #12949: Print configuration options that differ from the
      pickled environment. This can be helpful in diagnosing the
      cause of a full rebuild. Patch by Adam Turner.
    * #12514: intersphinx: fix the meaning of a negative value for
      :confval:`intersphinx_cache_limit`. Patch by Shengyu Zhang.
    * #12722: LaTeX: avoid TeX reporting Overfull \hbox from too
      long strings in a codeline when the problem has actually been
      solved thanks to :ref:`latexsphinxsetupforcewraps`. Patch by
      Jean-François B.
    * #12730: The UnreferencedFootnotesDetector transform has been
      improved to more consistently detect unreferenced footnotes.
      Note, the priority of the transform has been changed from 200
      to 622, so that it now runs after the docutils Footnotes
      resolution transform. Patch by Chris Sewell.
    * #12778: LaTeX: let :ref:`'sphinxsetup' <latexsphinxsetup>`
      div.topic_box-shadow key if used with only one dimension set
      both x-offset and y-offset as per documentation. Patch by
      Jean-François B.
    * #12587: Do not warn when potential ambiguity detected during
      Intersphinx resolution occurs due to duplicate targets that
      differ case-insensitively. Patch by James Addison.
    * #12639: Fix singular and plural search results text. Patch by
      Hugo van Kemenade.
    * #12645: Correctly support custom gettext output templates.
      Patch by Jeremy Bowman.
    * #12717: LaTeX: let :option:`-q <sphinx-build -q>` (quiet)
      option for :program:`sphinx-build -M latexpdf` or
      :program:`make latexpdf` (O=-q) get passed to
      :program:`latexmk`.  Let :option:`-Q <sphinx-build -Q>`
      (silent) apply as well to the PDF build phase. Patch by Jean-
      François B.
    * #12744: LaTeX: Classes injected by a custom interpreted text
      role now give rise to nested \DUrole's, rather than a single
      one with comma separated classes. Patch by Jean-François B.
    * #12831: LaTeX: avoid large voids sometimes occurring at page
      bottoms. Patch by Jean-François B.
    * #11970, #12551: singlehtml builder: make target URIs to be
      same-document references in the sense of :rfc:`RFC 3986, §4.4
      <3986#section-4.4>`, e.g., index.html#foo becomes #foo.
      (note: continuation of a partial fix added in Sphinx 7.3.0)
      Patch by James Addison (with reference to prior work by Eric
      Norige).
    * #12735: Fix PEP 695 generic classes LaTeX output formatting.
      Patch by Jean-François B. and Bénédikt Tran.
    * #12782: intersphinx: fix double forward slashes when
      generating the inventory file URL (user-defined base URL of
      an intersphinx project are left untouched even if they end
      with double forward slashes). Patch by Bénédikt Tran.
    * #12796: Enable parallel reading if requested, even if there
      are fewer than 6 documents. Patch by Matthias Geier.
    * #12844: Restore support for :noindex: for the
      :rst:dir:`js:module` and :rst:dir:`py:module` directives.
      Patch by Stephen Finucane.
    * #12916: Restore support for custom templates named with the
      legacy _t suffix during apidoc RST rendering (regression in
      7.4.0). Patch by James Addison.
    * #12451: Only substitute copyright notice years with values
      from SOURCE_DATE_EPOCH for entries that match the current
      system clock year, and disallow substitution of future years.
      Patch by James Addison and Adam Turner.
    * #12905: intersphinx: fix flipped use of
      :confval:`intersphinx_cache_limit`, which always kept the
      cache for positive values, and always refreshed it for
      negative ones. Patch by Nico Madysa.
    * #12888: Add a warning when document is included in multiple
      toctrees and ensure deterministic resolution of global
      toctree in parallel builds by choosing the lexicographically
      greatest parent document. Patch by A. Rafey Khan
    * #12995: Significantly improve performance when building the
      search index for Chinese languages. Patch by Adam Turner.
    * #12767: :py:meth:`.Builder.write` is typed as final, meaning
      that the :event:`write-started` event may be relied upon by
      extensions. A new :py:meth:`.Builder.write_documents` method
      has been added to control how documents are written. This is
      intended for builders that do not output a file for each
      document. Patch by Adam Turner.
    * #12141: Migrate from the deprecated karma JavaScript test
      framework to the actively-maintained jasmine framework.  Test
      coverage is unaffected. Patch by James Addison.
* Sun Sep 01 2024 Christoph G <foss@grueninger.de>
  - update to 8.0.2
    * #12633: Drop Python 3.9 support.
    * Remove deprecated functions from sphinx.util:
      + Removed sphinx.util.path_stabilize (use sphinx.util.osutil.path_stabilize).
      + Removed sphinx.util.display_chunk (use sphinx.util.display.display_chunk).
      + Removed sphinx.util.status_iterator (use sphinx.util.display.status_iterator).
      + Removed sphinx.util.SkipProgressMessage (use
      sphinx.util.display.SkipProgressMessage).
      + Removed sphinx.util.progress_message (use
      sphinx.util.display.progress_message).
      + Removed sphinx.util.epoch_to_rfc1123 (use sphinx.http_date.epoch_to_rfc1123).
      + Removed sphinx.util.rfc1123_to_epoch (use sphinx.http_date.rfc1123_to_epoch).
      + Removed sphinx.util.save_traceback (use sphinx.exceptions.save_traceback).
      + Removed sphinx.util.format_exception_cut_frames (use
      sphinx.exceptions.format_exception_cut_frames).
      + Removed sphinx.util.xmlname_checker (use
      sphinx.builders.epub3._XML_NAME_PATTERN).
      + Removed sphinx.util.osutil.cd() (use contextlib.chdir()).
      + Removed sphinx.util.typing.stringify() (use
      sphinx.util.typing.stringify_annotation()).
    * #12593: Raise an error for invalid html_sidebars values.
    * #12593: Raise an error in Theme.get_config() for invalid sections.
    * #11693: Remove support for old-style Makefile and make.bat output in
      sphinx-quickstart.
    * #11693: Remove the --no-use-make-mode, -M, --use-make-mode, and -m options
      from sphinx-quickstart.
    * Removed the tuple interface to sphinx.ext.autodoc.ObjectMember.
    * #12630: Sphinx 8 makes two changes to the linkcheck configuration defaults:
      + linkcheck_allow_unauthorized is now False by default.
      + linkcheck_report_timeouts_as_broken is now False by default.
    * #12597: Change the default of show_warning_types from False to True.
    * #12083: Remove support for the old (2008–2010) Sphinx 0.5 and Sphinx 0.6
      intersphinx_mapping format.
    * #12096: Do not overwrite user-supplied files when copying assets unless
      forced with force=True.
    * #12646: Remove sphinx.util.inspect.isNewType(). Use isinstance(obj,
      typing.NewType) instead on Python 3.10 and newer.
    * Remove the long-deprecated (since Sphinx 2) alias to VersionChange in
      sphinx.directives.other (Deprecated since Sphinx 2). Use
      sphinx.domains.changeset.VersionChange directly.
* Thu Jul 18 2024 Dirk Müller <dmueller@suse.com>
  - update to 7.4.5:
    * #12593, #12600: Revert coercing the type of selected
      :confval:`html_sidebars` values to a list. Log an error
      message when string values are detected. Patch by Adam
      Turner.
    * #12594: LaTeX: since 7.4.0, :rst:dir:`seealso` and other
      "light" admonitions now break PDF builds if they contain a
      :dudir:`figure` directive; and also if they are contained in
      a table cell (rendered by tabulary). Patch by Jean-François
      B.
    * #12585, #12586: Do not warn when an intersphinx inventory
      contains case-insensitively ambiguous duplicate items. Patch
      by James Addison.
    * #12582: Restore support for list-styled
      :confval:`source_suffix` values with extensions that register
      parsers. Patch by Adam Turner.
    * #12580, #12583: Resolve failures with the C domain on
      incremental builds with Sphinx 7.3.7 and earlier. Patch by
      Adam Turner.
    * Fix invalid HTML when a rubric node with invalid heading-
      level is used. Patch by Adam Turner.
    * #12579, #12581: Restore support for typing.ParamSpec in
      autodoc. Patch by Adam Turner.
    * #12555: Drop Docutils 0.18.1 and Docutils 0.19 support. Patch
      by Adam Turner.
    * LaTeX: the xcolor package is now required (but is for example
      part of Ubuntu texlive-latex-recommended which has always
      been required).
    * LaTeX: the fontawesome5 LaTeX package is needed for the
      default choices of icons now used in admonition titles in PDF
      output; but if unavailable the PDF build will simply silently
      omit rendering such icons.  Check the documentation of the
      iconpackage key of :ref:`'sphinxsetup' <latexsphinxsetup>`
      for more.
    * LaTeX: the sphinxlightbox environment is not used anymore,
      all types of admonitions use (by default) only
      sphinxheavybox.
    * #11165: Support the officially recommended .jinja suffix for
      template files. Patch by James Addison and Adam Turner
    * #11165: Support the officially recommended .jinja suffix for
      template files. Patch by James Addison and Adam Turner
    * #12325: Flatten Union[Literal[T], Literal[U], ...] to
      Literal[T, U, ...] when turning annotations into strings.
      Patch by Adam Turner.
    * #12325: Flatten Union[Literal[T], Literal[U], ...] to
      Literal[T, U, ...] when turning annotations into strings.
      Patch by Adam Turner.
    * #12319: sphinx.ext.extlinks: Add extlink-{name} CSS class to
      links. Patch by Hugo van Kemenade.
    * #12319: sphinx.ext.extlinks: Add extlink-{name} CSS class to
      links. Patch by Hugo van Kemenade.
    * #12387: Improve CLI progress message, when copying assets.
      Patch by INADA Nakoi and Bénédikt Tran.
    * #12387: Improve CLI progress message, when copying assets.
      Patch by INADA Nakoi and Bénédikt Tran.
    * #12361: Add :attr:`.BuildEnvironment.parser`. Patch by Chris
      Sewell.
    * #12361: Add :attr:`.BuildEnvironment.parser`. Patch by Chris
      Sewell.
    * #12358: Add :attr:`.Sphinx.fresh_env_used`. Patch by Chris
      Sewell.
    * #12358: Add :attr:`.Sphinx.fresh_env_used`. Patch by Chris
      Sewell.
    * #12329: Add detection of ambiguous std:label and std:term
      references during loading and resolution of Intersphinx
      targets. Patch by James Addison.
    * #12329: Add detection of ambiguous std:label and std:term
      references during loading and resolution of Intersphinx
      targets. Patch by James Addison.
    * #12422: Do not duplicate "navigation" in aria-label of built-
      in themes. Patch by Thomas Weißschuh
    * #12422: Do not duplicate "navigation" in aria-label of built-
      in themes. Patch by Thomas Weißschuh
    * #12421: Include project name in logo_alt of built-in themes.
      Patch by Thomas Weißschuh
    * #12421: Include project name in logo_alt of built-in themes.
      Patch by Thomas Weißschuh
    * #12448: Add :option:`sphinx-apidoc --remove-old` option.
      Patch by Chris Sewell.
    * #12448: Add :option:`sphinx-apidoc --remove-old` option.
      Patch by Chris Sewell.
    * #12456: Add :option:`sphinx-autogen --remove-old` option.
      Patch by Chris Sewell.
    * #12456: Add :option:`sphinx-autogen --remove-old` option.
      Patch by Chris Sewell.
    * #12479: Add warning subtype toc.no_title. Patch by Ondřej
      Navrátil.
    * #12479: Add warning subtype toc.no_title. Patch by Ondřej
      Navrátil.
    * #12492: Add helper methods for parsing reStructuredText
      content into nodes from within a directive.  :py:meth:`~sphin
      x.util.docutils.SphinxDirective.parse_content_to_nodes()`
      parses the directive's content and returns a list of Docutils
      nodes. :py:meth:`~sphinx.util.docutils.SphinxDirective.parse_
      text_to_nodes()` parses the provided text and returns a list
      of Docutils nodes. :py:meth:`~sphinx.util.docutils.SphinxDire
      ctive.parse_inline()` parses the provided text into inline
      elements and text nodes.  Patch by Adam Turner.
    * #12492: Add helper methods for parsing reStructuredText
      content into nodes from within a directive.
    * :py:meth:`~sphinx.util.docutils.SphinxDirective.parse_content
      _to_nodes()` parses the directive's content and returns a
      list of Docutils nodes.
    * :py:meth:`~sphinx.util.docutils.SphinxDirective.parse_text_to
      _nodes()` parses the provided text and returns a list of
      Docutils nodes.
    * :py:meth:`~sphinx.util.docutils.SphinxDirective.parse_inline(
      )` parses the provided text into inline elements and text
      nodes.
    * Patch by Adam Turner.
    * #12258: Support typing_extensions.Unpack Patch by Bénédikt
      Tran and Adam Turner.
    * #12258: Support typing_extensions.Unpack Patch by Bénédikt
      Tran and Adam Turner.
    * #12524: Add a class option to the :rst:dir:`toctree`
      directive. Patch by Tim Hoffmann.
    * #12524: Add a class option to the :rst:dir:`toctree`
      directive. Patch by Tim Hoffmann.
    * #12536: Add the :rst:dir:`confval` directive. Patch by Adam
      Turner.
    * #12536: Add the :rst:dir:`confval` directive. Patch by Adam
      Turner.
    * #12537: :confval:`c_id_attributes`,
      :confval:`c_paren_attributes`, :confval:`cpp_id_attributes`,
      and :confval:`cpp_paren_attributes` can now be a tuple of
      strings. :confval:`c_extra_keywords`,
      :confval:`gettext_additional_targets`,
      :confval:`html_domain_indices`,
      :confval:`latex_domain_indices`, and
      :confval:`texinfo_domain_indices`, can now be a set of
      strings. Patch by Adam Turner.
    * #12537: :confval:`c_id_attributes`,
      :confval:`c_paren_attributes`, :confval:`cpp_id_attributes`,
      and :confval:`cpp_paren_attributes` can now be a tuple of
      strings. :confval:`c_extra_keywords`,
      :confval:`gettext_additional_targets`,
      :confval:`html_domain_indices`,
      :confval:`latex_domain_indices`, and
      :confval:`texinfo_domain_indices`, can now be a set of
      strings. Patch by Adam Turner.
    * #12523: Added configuration option, :confval:`math_numsep`,
      to define the separator for math numbering. Patch by Thomas
      Fanning
    * #12523: Added configuration option, :confval:`math_numsep`,
      to define the separator for math numbering. Patch by Thomas
      Fanning
    * #11592: Add :confval:`coverage_modules` to the coverage
      builder to allow explicitly specifying which modules should
      be documented. Patch by Stephen Finucane.
    * #11592: Add :confval:`coverage_modules` to the coverage
      builder to allow explicitly specifying which modules should
      be documented. Patch by Stephen Finucane.
    * #7896, #11989: Add a :rst:dir:`py:type` directive for
      documenting type aliases, and a :rst:role:`py:type` role for
      linking to them. Patch by Ashley Whetter.
    * #7896, #11989: Add a :rst:dir:`py:type` directive for
      documenting type aliases, and a :rst:role:`py:type` role for
      linking to them. Patch by Ashley Whetter.
    * #12549: Add optional description argument to
      :meth:`.Sphinx.add_config_value`. Patch by Chris Sewell.
    * #12549: Add optional description argument to
      :meth:`.Sphinx.add_config_value`. Patch by Chris Sewell.
    * #6792: Prohibit module import cycles in
      :mod:`sphinx.ext.autosummary`. Patch by Trevor Bekolay.
    * #6792: Prohibit module import cycles in
      :mod:`sphinx.ext.autosummary`. Patch by Trevor Bekolay.
    * #12508: LaTeX: Revamped styling of all admonitions, with
      addition of a title row with icon. Patch by Jean-François B.
    * #12508: LaTeX: Revamped styling of all admonitions, with
      addition of a title row with icon. Patch by Jean-François B.
    * #11773: Display :py:class:`~typing.Annotated` annotations
      with their metadata in the Python domain. Patch by Adam
      Turner and David Stansby.
    * #11773: Display :py:class:`~typing.Annotated` annotations
      with their metadata in the Python domain. Patch by Adam
      Turner and David Stansby.
    * #12506: Add heading-level option to :rst:dir:`rubric`
      directive. Patch by Chris Sewell.
    * #12506: Add heading-level option to :rst:dir:`rubric`
      directive. Patch by Chris Sewell.
    * #12567: Add the :event:`write-started` event. Patch by Chris
      Sewell.
    * #12567: Add the :event:`write-started` event. Patch by Chris
      Sewell.
    * #12314: Properly format collections.abc.Callable in
      annotations. Patch by Adam Turner.
    * #12162: Fix a performance regression in the C domain that has
      been present since version 3.0.0. Patch by Donald Hunter.
    * #12320: Fix removal of anchors from search summaries
      (regression in 7.3.0). Patch by Will Lachance.
    * #12251: Fix merge_domaindata() in sphinx.ext.duration. Patch
      by Matthias Geier.
    * #12224: Properly detect WebP files. Patch by Benjamin Cabé.
    * #12380: LaTeX: Footnote mark sometimes indicates Page N where
      N is the current page number and the footnote does appear on
      that same page. Patch by Jean-François B.
    * #12410: LaTeX: for French and 'lualatex' as
      :confval:`latex_engine` polyglossia and not babel is used
      (contrarily to 'xelatex'). Patch by Jean-François B.
    * #12416: Ensure that configuration setting aliases are always
      synchronised when one value or the other is modified. Patch
      by Bénédikt Tran.
    * #12220: Fix loading custom template translations for en
      locale. Patch by Nicolas Peugnet.
    * #12459: Add valid-type arguments to the
      linkcheck_rate_limit_timeout configuration setting. Patch by
      James Addison.
    * #12331: Resolve data-URI-image-extraction regression from
      v7.3.0 affecting builders without native support for data-
      URIs in their output format. Patch by James Addison.
    * #12494: Fix invalid genindex.html file produced with
      translated docs (regression in 7.1.0). Patch by Nicolas
      Peugnet.
    * #11961: Omit anchor references from document title entries in
      the search index, removing duplication of search results.
      Patch by James Addison.
    * #12425: Use Docutils' SVG processing in the HTML builder and
      remove Sphinx's custom logic. Patch by Tunç Başar Köse.
    * #12391: Adjust scoring of matches during HTML search so that
      document main titles tend to rank higher than subsection
      titles. In addition, boost matches on the name of programming
      domain objects relative to title/subtitle matches. Patch by
      James Addison and Will Lachance.
    * #9634: Do not add a fallback language by stripping the
      country code. Patch by Alvin Wong.
    * #12352: Add domain objects to the table of contents in the
      same order as defined in the document. Previously, each
      domain used language-specific nesting rules, which removed
      control from document authors. Patch by Jakob Lykke Andersen
      and Adam Turner.
    * #11041: linkcheck: Ignore URLs that respond with non-Unicode
      content. Patch by James Addison.
    * #12543: Fix PEP 695 formatting for LaTeX output. Patch by
      Bénédikt Tran.
    * karma: refactor HTML search tests to use fixtures generated
      by Sphinx. Patch by James Addison.
* Sat Jun 29 2024 Dirk Müller <dmueller@suse.com>
  - update to 7.3.7:
    * #12299: Defer loading themes defined via entry points until
      their explicit use by the user or a child theme. Patch by
      Adam Turner.
    * #12305: Return the default value for theme.get_config() with
      an unsupported theme configuration section. Patch by Adam
      Turner.
    * #12295: Re-export all AST types in the C and C++ domains.
      Patch by Adam Turner.
    * #12295: Re-export various objects from
      sphinx.domains.python._annotations in sphinx.domains.python.
      Patch by Jacob Chesslo and Adam Turner.
    * #12295: Re-export various objects from
      sphinx.domains.python._object in sphinx.domains.python. Patch
      by Jacob Chesslo and Adam Turner.
    * Handle cases when Any is not an instance of type. Patch by
      Adam Turner.
    * #12290: Fix a false-positive warning when setting a
      configuration value with Any as the valid type to a type
      other than the value's default. Patch by Adam Turner.
    * Preload all themes defined via entry points. Patch by Adam
      Turner.
    * Fix a bad interaction between the 'Furo' theme and the new-
      style for configuration values. Patch by Adam Turner.
    * Require tomli on Python 3.10 and earlier. Patch by Adam
      Turner.
    * #11858: Increase the minimum supported version of Alabaster
      to 0.7.14. Patch by Adam Turner.
    * #11411: Support Docutils 0.21. Patch by Adam Turner.
    * #12012: Use types-docutils instead of docutils-stubs.
    * #11693: Support for old-style :file:`Makefile` and
      :file:`make.bat` output in :program:`sphinx-quickstart`, and
      the associated options :option:`!-M`, :option:`!-m`,
      :option:`!--no-use-make-mode`, and :option:`!--use-make-
      mode`.
    * #11285: Direct access to
      :attr:`!sphinx.testing.util.SphinxTestApp._status` or
      :attr:`!sphinx.testing.util.SphinxTestApp._warning` is
      deprecated. Use the public properties
      :attr:`!sphinx.testing.util.SphinxTestApp.status` and
      :attr:`!sphinx.testing.util.SphinxTestApp.warning` instead.
      Patch by Bénédikt Tran.
    * tests: :func:`!sphinx.testing.util.strip_escseq` is
      deprecated in favour of
      :func:`!sphinx.util.console.strip_colors`. Patch by Bénédikt
      Tran.
    * #12265: Support theme configuration via theme.toml.
    * #11701: HTML Search: Adopt the new <search> element. Patch by
      Bénédikt Tran.
    * #11776: Add long option names to sphinx-build. Patch by Hugo
      van Kemenade, Adam Turner, Bénédikt Tran, and Ezio Melotti.
    * Organise the sphinx-build options into groups. Patch by Adam
      Turner.
    * #11855: Defer computation of configuration values. Patch by
      Adam Turner.
    * Add :no-search: as an alias of the :nosearch: metadata field.
      Patch by Adam Turner.
    * #11803: autodoc: Use an overriden __repr__() function in an
      enum, if defined. Patch by Shengyu Zhang.
    * #11825: Allow custom targets in the manpage role. Patch by
      Nicolas Peugnet.
    * #11892: Improved performance when resolving cross references
      in the C++ domain. Patch by Rouslan Korneychuk.
    * #11905: Add a :rst:dir:`versionremoved` directive. Patch by
      Hugo van Kemenade, Adam Turner, and C.A.M. Gerlach.
    * #11981: Improve rendering of signatures using slice syntax,
      e.g., def foo(arg: np.float64[:,:]) -> None: ....
    * The manpage builder now adds OSC 8 anchors to hyperlinks,
      using the groff device control command.
    * #11015: Change the text of the :rst:dir:`versionadded`
      directive from New in [...] to Added in [...]. Patch by
      Bénédikt Tran.
    * #12131: Added :confval:`show_warning_types` configuration
      option. Patch by Chris Sewell.
    * #12193: Improve external warnings for unknown roles. In
      particular, suggest related role names if an object type is
      mistakenly used. Patch by Chris Sewell.
    * Add public type alias
      :class:`sphinx.util.typing.ExtensionMetadata`. This can be
      used by extension developers to annotate the return type of
      their setup function. Patch by Chris Sewell.
    * #11668: Raise a useful error when theme.conf is missing.
      Patch by Vinay Sajip.
    * #11622: Ensure that the order of keys in searchindex.js is
      deterministic. Patch by Pietro Albini.
    * #11617: ANSI control sequences are stripped from the output
      when writing to a warnings file with :option:`-w <sphinx-
      build -w>`. Patch by Bénédikt Tran.
    * #11666: Skip all hidden directories in
      CatalogRepository.pofiles. Patch by Aryaz Eghbali.
    * #9686: html builder: Fix MathJax lazy loading when equations
      appear in titles. Patch by Bénédikt Tran.
    * #11483: singlehtml builder: Fix MathJax lazy loading when the
      index does not contain any math equations. Patch by Bénédikt
      Tran.
    * #11697: HTML Search: add 'noindex' meta robots tag. Patch by
      James Addison.
    * #11678: Fix a possible ZeroDivisionError in
      sphinx.ext.coverage. Patch by Stephen Finucane.
    * #11756: LaTeX: build error with recent TeXLive due to missing
      substitutefont package (triggered if using fontenc with T2A
      option and document language is not a Cyrillic one). Patch by
      Jean-François B.
    * #11675: Fix rendering of progression bars in environments
      that do not support ANSI control sequences. Patch by Bénédikt
      Tran.
    * #11861: Whitelist more types with an incorrect __module__
      attribute. Patch by Adam Turner.
    * #11715: Apply tls_verify and tls_cacerts config to
      ImageDownloader. Patch by Nick Touran.
    * Allow hyphens in group names for :rst:dir:`productionlist`
      cross-references. Patch by Adam Turner.
    * #11433: Added the :confval:`linkcheck_allow_unauthorized`
      configuration option. Set this option to False to report HTTP
      401 (unauthorized) server responses as broken. Patch by James
      Addison.
    * #11868: linkcheck: added a distinct timeout reporting status
      code. This can be enabled by setting
      :confval:`linkcheck_report_timeouts_as_broken` to False.
      Patch by James Addison.
    * #11869: Refresh the documentation for the linkcheck_timeout
      setting. Patch by James Addison.
    * #11874: Configure a default 30-second value for
      linkcheck_timeout. Patch by James Addison.
    * #11886: Print the Jinja2 template path chain in
      TemplateNotFound exceptions. Patch by Colin Marquardt.
    * #11598: Do not use query components in URLs for assets in
      EPUB rendering. Patch by David Runge.
    * #11904: Support unary subtraction when parsing annotations.
      Patch by James Addison.
    * #11925: Blacklist the sphinxprettysearchresults extension;
      the functionality it provides was merged into Sphinx v2.0.0.
      Patch by James Addison.
    * #11917: Fix rendering of annotated inherited members for
      Python 3.9. Patch by Janet Carson.
    * #11935: C Domain: Fix namespace-pop context. Patch by Frank
      Dana.
    * #11923: Avoid zombie processes when parallel builds fail.
      Patch by Felix von Drigalski.
    * #11353: Support enumeration classes inheriting from mixin or
      data types. Patch by Bénédikt Tran.
    * #11962: Fix target resolution when using :paramtype: fields.
      Patch by Bénédikt Tran.
    * #11944: Use anchor in search preview. Patch by Will Lachance.
    * #12008: Fix case-sensitive lookup of std:label names in
      intersphinx inventory. Patch by Michael Goerz.
    * #11958: HTML Search: Fix partial matches overwriting full
      matches. Patch by William Lachance.
    * #11959: Fix multiple term matching when word appears in both
      title and document. Patch by Will Lachance.
    * #11474: Fix doctrees caching causing files not be rebuilt in
      some cases, e.g., when :confval:`numfig` is True. Patch by
      Bénédikt Tran.
    * #11278: autodoc: Fix rendering of
      :class:`functools.singledispatchmethod` combined with
      :func:`@classmethod <classmethod>`. Patch by Bénédikt Tran.
    * #11894: Do not add checksums to css files if building using
      the htmlhelp builder. Patch by reduerK akiM.
    * #12052: Remove <script> and <style> tags from the content of
      search result summary snippets. Patch by James Addison.
    * #11578: HTML Search: Order non-main index entries after other
      results. Patch by Brad King.
    * #12147: autosummary: Fix a bug whereby the wrong file
      extension may be used, when multiple suffixes are specified
      in :confval:`source_suffix`. Patch by Sutou Kouhei.
    * #10786: improve the error message when a file to be copied
      (e.g., an asset) is removed during Sphinx execution. Patch by
      Bénédikt Tran.
    * #12040: HTML Search: Ensure that document titles that are
      partially-matched by the user search query are included in
      search results. Patch by James Addison.
    * #11970: singlehtml builder: make target URIs to be same-
      document references in the sense of :rfc:`RFC 3986, §4.4
      <3986#section-4.4>`, e.g., index.html#foo becomes #foo. Patch
      by Eric Norige.
    * #12271: Partially revert Docutils' r9562 to fix EPUB files.
      Patch by Adam Turner.
    * #12253: Escape reserved path characters in the remote images
      post-transform download cache. Patch by James Addison and
      Adam Turner.
    * Reorganise tests into directories. Patch by Adam Turner.
    * Clean up global state in SphinxTestApp. Patch by Adam Turner.
    * #11285: :func:`!pytest.mark.sphinx` and
      :class:`!sphinx.testing.util.SphinxTestApp` accept
      warningiserror, keep_going and verbosity as keyword
      arguments. Patch by Bénédikt Tran.
    * #11285: :class:`!sphinx.testing.util.SphinxTestApp` status
      and warning arguments are checked to be :class:`io.StringIO`
      objects (the public API incorrectly assumed this without
      checking it). Patch by Bénédikt Tran.
    * Report the result of test_run_epubcheck as skipped instead of
      success when either Java or epubcheck are not available.
    * Use dynamic allocation of unused port numbers for the test
      HTTP(S) servers. As a side-effect, this removes the need for
      test server lockfiles, meaning that any remaining tests/test-
      server.lock files can safely be deleted.
  - drop fix-autodoc-tests-python-3117.patch,
    fix-test-expectation-for-enum-rendering-on-python-3.12.3.patch:
    upstream
* Mon Apr 22 2024 Daniel Garcia <daniel.garcia@suse.com>
  - Add fix-test-expectation-for-enum-rendering-on-python-3.12.3.patch
    gh#sphinx-doc/sphinx#12293, bsc#1223128
* Wed Feb 28 2024 Ana Guerrero <ana.guerrero@suse.com>
  - Disable test test_ext_imgconverter.
* Wed Dec 20 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Add upstream patch fix-autodoc-tests-python-3117.patch to make it
    work with python 3.11.7 gh#sphinx-doc/sphinx#11793
* Tue Dec 05 2023 Dirk Müller <dmueller@suse.com>
  - avoid xdist - not used by upstream and unstable (and not
    improving the build time by more than 25%)
* Fri Dec 01 2023 Dirk Müller <dmueller@suse.com>
  - remove setuptools requires
* Thu Sep 14 2023 Dirk Müller <dmueller@suse.com>
  - update to 7.2.6:
    * #11679: Add the :envvar:`!SPHINX_AUTODOC_RELOAD_MODULES`
      environment variable, which if set reloads modules when
      using autodoc with ``TYPE_CHECKING = True``.
    * #11679: Use :py:func:`importlib.reload` to reload modules in
      autodoc.
* Thu Sep 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 7.2.5:
    * #11645: Fix a regression preventing autodoc from importing
      modules within packages that make use of
      ``if typing.TYPE_CHECKING:`` to guard circular imports
      needed by type checkers.
    * #11634: Fixed inheritance diagram relative link resolution
      for sibling files in a subdirectory.
    * #11659: Allow ``?config=...`` in :confval:`mathjax_path`.
    * #11654: autodoc: Fail with a more descriptive error message
      when an object claims to be an instance of ``type``,
      but is not a class.
    * 11620: Cease emitting :event:`source-read` events for files
      read via the :dudir:`include` directive.
    * 11620: Add a new :event:`include-read` for observing and
      transforming the content of included files via the :dudir:`include`
      directive.
    * #11627: Restore support for copyright lines of the form
      ``YYYY`` when ``SOURCE_DATE_EPOCH`` is set.
* Wed Aug 30 2023 Markéta Machová <mmachova@suse.com>
  - update to 7.2.4
    * Require sphinxcontrib-serializinghtml 1.1.9.
    * Fix regression in autodoc.Documenter.parse_name().
    * Fix regression in JSON serialisation.
    * autodoc: Support positional-only parameters in classmethod methods
      when autodoc_preserve_defaults is True.
    * Restore support string methods on path objects. This is deprecated
      and will be removed in Sphinx 8. Use os.fspath() to convert Path
      objects to strings, or Path’s methods to work with path objects.
    * Fix a regression in the MoveModuleTargets transform.
    * linkcheck: Resolve hanging tests for timezones west of London and
      incorrect conversion from UTC to offsets from the UNIX epoch.
* Wed Aug 23 2023 Markéta Machová <mmachova@suse.com>
  - update to 7.2.2
    * Drop Python 3.8 support.
    * Require Pygments 2.14 or later.
    * Deprecate sphinx.util.md5 and sphinx.util.sha1. Use hashlib instead.
    * Deprecate sphinx.testing.path. Use os.path or pathlib instead.
    * Support os.PathLike types and pathlib.Path objects in many more places.
    * Add the :no-typesetting: option to suppress textual output and only
      create a linkable anchor.
    * Allow running Sphinx with python -m sphinx build
    * graphviz: Fix relative links from within the graph.
    * pytest: Fail tests on “XPASS”, Set PYTHONWARNINGS=error, set strict config
    * Restored the the str interface of the asset classes (_CascadingStyleSheet
      and _JavaScript), which several extensions relied upon. This will be
      removed in Sphinx 9.
    * Many more changes (even deprecations), see upstream changelog
* Mon Aug 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 7.1.2:
    * #11542: linkcheck: Properly respect :confval:`linkcheck_anchors`
      and do not spuriously report failures to validate anchors.
* Fri Jul 28 2023 Martin Liška <martin.liska@hey.com>
  - Update to 7.1.1:
    * #11514: Fix ``SOURCE_DATE_EPOCH`` in multi-line copyright footer.
      Patch by Bénédikt Tran.
  - Update to 7.1.0:
    * Releases are no longer signed, given the `change in PyPI policy`_.
    * #11412: Emit warnings on using a deprecated Python-specific index entry type
      (namely, ``module``, ``keyword``, ``operator``, ``object``, ``exception``,
      ``statement``, and ``builtin``) in the :rst:dir:`index` directive, and
      set the removal version to Sphinx 9. Patch by Adam Turner.
    * #11415: Add a checksum to JavaScript and CSS asset URIs included within
      generated HTML, using the CRC32 algorithm.
    * :meth:`~sphinx.application.Sphinx.require_sphinx` now allows the version
      requirement to be specified as ``(major, minor)``.
    * #11011: Allow configuring a line-length limit for object signatures, via
      :confval:`maximum_signature_line_length` and the domain-specific variants.
      If the length of the signature (in characters) is greater than the configured
      limit, each parameter in the signature will be split to its own logical line.
      This behaviour may also be controlled by options on object description
      directives, for example :rst:dir:`py:function:single-line-parameter-list`.
      Patch by Thomas Louf, Adam Turner, and Jean-François B.
    * #10983: Support for multiline copyright statements in the footer block.
      Patch by Stefanie Molin
    * ``sphinx.util.display.status_iterator`` now clears the current line
      with ANSI control codes, rather than overprinting with space characters.
    * #11431: linkcheck: Treat SSL failures as broken links.
      Patch by Bénédikt Tran
    * #11157: Keep the ``translated`` attribute on translated nodes.
    * #11451: Improve the traceback displayed when using :option:`sphinx-build -T`
      in parallel builds. Patch by Bénédikt Tran
    * #11324: linkcheck: Use session-basd HTTP requests.
    * #11438: Add support for the :rst:dir:`py:class` and :rst:dir:`py:function`
      directives for PEP 695 (generic classes and functions declarations) and
      PEP 696 (default type parameters).  Multi-line support (#11011) is enabled
      for type parameters list and can be locally controlled on object description
      directives, e.g., :rst:dir:`py:function:single-line-type-parameter-list`.
      Patch by Bénédikt Tran.
    * #11484: linkcheck: Allow HTML anchors to be ignored on a per-URL basis
      via :confval:`linkcheck_anchors_ignore_for_url` while
      still checking the validity of the page itself.
      Patch by Bénédikt Tran
    * #1246: Add translation progress statistics and inspection support,
      via a new substitution (``|translation progress|``) and a new
      configuration variable (:confval:`translation_progress_classes`).
      These enable determining the percentage of translated elements within
      a document, and the remaining translated and untranslated elements.
    * Restored the ``footnote-reference`` class that has been removed in
      the latest (unreleased) version of Docutils.
    * #11486: Use :rfc:`8081` font file MIME types in the EPUB builder.
      Using the correct MIME type will prevent warnings from ``epubcheck``
      and will generate a valid EPUB.
    * #11435: Use microsecond-resolution timestamps for outdated file detection
      in ``BuildEnvironment.get_outdated_files``.
    * #11437: Top-level headings starting with a reStructuredText role
      now render properly when :confval:`rst_prolog` is set.
      Previously, a file starting with the below would have
      improperly rendered due to where the prologue text
      was inserted into the document.
      Patch by Bénédikt Tran.
    * #11337: Fix a ``MemoryError`` in ``sphinx.ext.intersphinx`` when using ``None``
      or ``typing.*`` as inline type references. Patch by Bénédikt Tran (picnixz)
    * #11345: Always delete ``docutils.conf`` in test directories when running
      ``SphinxTestApp.cleanup()``.
* Sun May 14 2023 Dirk Müller <dmueller@suse.com>
  - update to 7.0.1:
    * Support `Docutils 0.20`_.
    * #11418: Clean up remaining references to
      ``sphinx.setup_command``
      following the removal of support for setuptools.
* Sun Apr 30 2023 Martin Liška <mliska@suse.cz>
  - Update to version 7.0.0
    * #11359: Remove long-deprecated aliases for ``MecabSplitter`` and
      ``DefaultSplitter`` in ``sphinx.search.ja``.
    * #11360: Remove deprecated ``make_old_id`` functions in domain object
      description classes.
    * #11363: Remove the Setuptools integration (``build_sphinx`` hook in
      ``setup.py``).
    * #11364: Remove deprecated ``sphinx.ext.napoleon.iterators`` module.
    * #11365: Remove support for the ``jsdump`` format in ``sphinx.search``.
    * #11366: Make ``locale`` a required argument to
      ``sphinx.util.i18n.format_date()``.
    * #11370: Remove deprecated ``sphinx.util.stemmer`` module.
    * #11371: Remove deprecated ``sphinx.pycode.ast.parse()`` function.
    * #11372: Remove deprecated ``sphinx.io.read_doc()`` function.
    * #11373: Removed deprecated ``sphinx.util.get_matching_files()`` function.
    * #11378: Remove deprecated ``sphinx.util.docutils.is_html5_writer_available()``
      function.
    * #11379: Make the ``env`` argument to ``Builder`` subclasses required.
    * #11380: autosummary: Always emit grouped import exceptions.
    * #11381: Remove deprecated ``style`` key for HTML templates.
    * #11382: Remove deprecated ``sphinx.writers.latex.LaTeXTranslator.docclasses``
      attribute.
    * #11383: Remove deprecated ``sphinx.builders.html.html5_ready`` and
      ``sphinx.builders.html.HTMLTranslator`` attributes.
    * #11385: Remove support for HTML 4 output.
* Wed Apr 26 2023 Matej Cepl <mcepl@suse.com>
  - For PSP packages don't include documentation at all. The
    building of Sphinx documentation is so complicated, that it is
    not possible to include it in the main package.
* Tue Apr 25 2023 Martin Liška <mliska@suse.cz>
  - Update to version 6.2.1
    * #11355: Revert the default type of :confval:`nitpick_ignore` and
      :confval:`nitpick_ignore_regex` to ``list``.
* Mon Apr 24 2023 Martin Liška <mliska@suse.cz>
  - Bump to version 6.2.0
    * Require Docutils 0.18.1 or greater.
    * LaTeX: removal of some internal TeX ``\dimen`` registers (not previously
      publicly documented) as per 5.1.0 code comments in ``sphinx.sty``:
      ``\sphinxverbatimsep``, ``\sphinxverbatimborder``, ``\sphinxshadowsep``,
      ``\sphinxshadowsize``, and ``\sphinxshadowrule``. (refs: #11105)
    * Remove ``.egg`` support from pycode ``ModuleAnalyser``; Python eggs are a
      now-obsolete binary distribution format
    * #11089: Remove deprecated code in ``sphinx.builders.linkcheck``.
      Patch by Daniel Eades
    * Remove internal-only ``sphinx.locale.setlocale``
    * #11247: Deprecate the legacy ``intersphinx_mapping`` format
    * ``sphinx.util.osutil.cd`` is deprecated in favour of ``contextlib.chdir``.
    * #11277: :rst:dir:`autoproperty` allows the return type to be specified as
      a type comment (e.g., ``# type: () -> int``). Patch by Bénédikt Tran
    * #10811: Autosummary: extend ``__all__`` to imported members for template rendering
      when option ``autosummary_ignore_module_all`` is set to ``False``. Patch by
      Clement Pinard
    * #11147: Add a ``content_offset`` parameter to ``nested_parse_with_titles()``,
      allowing for correct line numbers during nested parsing.
      Patch by Jeremy Maitin-Shepard
    * Update to Unicode CLDR 42
    * Add a ``--jobs`` synonym for ``-j``. Patch by Hugo van Kemenade
    * LaTeX: a command ``\sphinxbox`` for styling text elements with a (possibly
      rounded) box, optional background color and shadow, has been added.
      See :ref:`sphinxbox`. (refs: #11224)
    * LaTeX: add ``\sphinxstylenotetitle``, ..., ``\sphinxstylewarningtitle``, ...,
      for an extra layer of mark-up freeing up ``\sphinxstrong`` for other uses.
      See :ref:`latex-macros`. (refs: #11267)
    * LaTeX: :dudir:`note`, :dudir:`hint`, :dudir:`important` and :dudir:`tip` can
      now each be styled as the other admonitions, i.e. possibly with a background
      color, individual border widths and paddings, possibly rounded corners, and
      optional shadow.  See :ref:`additionalcss`. (refs: #11234)
    * LaTeX: admonitions and :dudir:`topic` (and
      :dudir:`contents <table-of-contents>`) directives, and not only
      :rst:dir:`code-block`, support ``box-decoration-break=slice``.
    * LaTeX: let rounded boxes support up to 4 distinct border-widths (refs: #11243)
    * LaTeX: new options ``noteTextColor``, ``noteTeXextras`` et al.
      See :ref:`additionalcss`.
    * LaTeX: support elliptical corners in rounded boxes. (refs: #11254)
    * #11150: Include source location in highlighting warnings, when lexing fails.
      Patch by Jeremy Maitin-Shepard
    * #11281: Support for :confval:`imgmath_latex` ``= 'tectonic'`` or
      ``= 'xelatex'``.  Patch by Dimitar Dimitrov
    * #11109, #9643: Add :confval:`python_display_short_literal_types` option for
      condensed rendering of ``Literal`` types.
    * #11079: LaTeX: figures with align attribute may disappear and strangely impact
      following lists
    * #11093: LaTeX: fix "multiply-defined references" PDF build warnings when one or
      more reST labels directly precede an :rst:dir:`py:module` or :rst:dir:`automodule`
      directive. Patch by Bénédikt Tran (picnixz)
    * #11110: LaTeX: Figures go missing from latex pdf if their files have the same
      base name and they use a post transform.  Patch by aaron-cooper
    * LaTeX: fix potential color leak from shadow to border of rounded boxes, if
      shadow color is set but border color is not
    * LaTeX: fix unintended 1pt upwards vertical shift of code blocks frames
      respective to contents (when using rounded corners)
    * #11235: LaTeX: added ``\color`` in topic (or admonition) contents may cause color
      leak to the shadow and border at a page break
    * #11264: LaTeX: missing space before colon after "Voir aussi" for :rst:dir:`seealso`
      directive in French
    * #11268: LaTeX: longtable with left alignment breaks out of current list
      indentation context in PDF.  Thanks to picnixz.
    * #11274: LaTeX: external links are not properly escaped for ``\sphinxupquote``
      compatibility
    * #11147: Fix source file/line number info in object description content and in
      other uses of ``nested_parse_with_titles``.  Patch by Jeremy Maitin-Shepard.
    * #11192: Restore correct parallel search index building.
      Patch by Jeremy Maitin-Shepard
    * Use the new Transifex ``tx`` client
    * Fail testing when any Python warnings are emitted
    * Migrate remaining ``unittest.TestCase`` style test functions to pytest style
    * Remove tests that rely on setuptools
  - Remove alabaster-0713-compat.patch upstreamed patch.
  - Update intersphinx links.
  - Install filelock python dependency for tests.
  - Run tests parallel.
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Sun Jan 29 2023 Dirk Müller <dmueller@suse.com>
  - add alabaster-0713-compat.patch to fix testsuite failure with
    newer alabaster theme.
* Tue Jan 10 2023 Martin Liška <mliska@suse.cz>
  - Update to version 6.1.3
    * #11116: Reverted to previous Sphinx 5 node copying method
    * #11117: Reverted changes to parallel image processing from Sphinx 6.1.0
    * #11119: Supress ``ValueError`` in the ``linkcheck`` builder
* Sun Jan 08 2023 Martin Liška <mliska@suse.cz>
  - Update to version 6.1.2
    * #11101: LaTeX: div.topic_padding key of sphinxsetup documented at 5.1.0 was
      implemented with name topic_padding
    * #11099: LaTeX: shadowrule key of sphinxsetup causes PDF build to crash since
      Sphinx 5.1.0
    * #11096: LaTeX: shadowsize key of sphinxsetup causes PDF build to crash since
      Sphinx 5.1.0
    * #11095: LaTeX: shadow of topic and contents boxes not in page margin since
      Sphinx 5.1.0
    * #11100: Fix copying images when running under parallel mode.
  - Disable test_copy_images tests as they need an internet access.
* Thu Jan 05 2023 Martin Liška <mliska@suse.cz>
  - Update to version 6.1.1
    * #11091: Fix ``util.nodes.apply_source_workaround`` for ``literal_block`` nodes
      with no source information in the node or the node's parents.
    * Adopted the `Ruff`_ code linter.
      .. _Ruff: https://github.com/charliermarsh/ruff
    * #10979: gettext: Removed support for pluralisation in ``get_translation``.
      This was unused and complicated other changes to ``sphinx.locale``.
    * ``sphinx.util`` functions:
    * Renamed ``sphinx.util.typing.stringify()``
      to ``sphinx.util.typing.stringify_annotation()``
    * Moved ``sphinx.util.xmlname_checker()``
      to ``sphinx.builders.epub3._XML_NAME_PATTERN``
      Moved to ``sphinx.util.display``:
    * ``sphinx.util.status_iterator``
    * ``sphinx.util.display_chunk``
    * ``sphinx.util.SkipProgressMessage``
    * ``sphinx.util.progress_message``
      Moved to ``sphinx.util.http_date``:
    * ``sphinx.util.epoch_to_rfc1123``
    * ``sphinx.util.rfc1123_to_epoch``
      Moved to ``sphinx.util.exceptions``:
    * ``sphinx.util.save_traceback``
    * ``sphinx.util.format_exception_cut_frames``
    * Cache doctrees in the build environment during the writing phase.
    * Make all writing phase tasks support parallel execution.
    * #11072: Use PEP 604 (``X | Y``) display conventions for ``typing.Optional``
      and ``typing.Optional`` types within the Python domain and autodoc.
    * #10700: autodoc: Document ``typing.NewType()`` types as classes rather than
      'data'.
    * Cache doctrees between the reading and writing phases.
    * #10962: HTML: Fix the multi-word key name lookup table.
    * Fixed support for Python 3.12 alpha 3 (changes in the ``enum`` module).
    * #11069: HTML Theme: Removed outdated "shortcut" link relation keyword.
    * #10952: Properly terminate parallel processes on programme interuption.
    * #10988: Speed up ``TocTree.resolve()`` through more efficient copying.
    * #6744: LaTeX: support for seealso directive should be via an environment
      to allow styling.
    * #11074: LaTeX: Can't change sphinxnote to use sphinxheavybox starting with
      5.1.0
    * Require Pygments 2.13 or later.
    * #10944: imgmath:  Fix resolving image paths for files in nested folders.
* Wed Jan 04 2023 Martin Liška <mliska@suse.cz>
  - Add pygments-2.14.patch in order to fix Pygments tests
    after the 2.14 release.
    gh#sphinx-doc/sphinx#11067

Files

/usr/bin/sphinx-apidoc
/usr/bin/sphinx-apidoc-3.11
/usr/bin/sphinx-autogen
/usr/bin/sphinx-autogen-3.11
/usr/bin/sphinx-build
/usr/bin/sphinx-build-3.11
/usr/bin/sphinx-quickstart
/usr/bin/sphinx-quickstart-3.11
/usr/lib/python3.11/site-packages/sphinx
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/METADATA
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/RECORD
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/WHEEL
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/licenses
/usr/lib/python3.11/site-packages/sphinx-8.2.3.dist-info/licenses/LICENSE.rst
/usr/lib/python3.11/site-packages/sphinx/__init__.py
/usr/lib/python3.11/site-packages/sphinx/__main__.py
/usr/lib/python3.11/site-packages/sphinx/__pycache__
/usr/lib/python3.11/site-packages/sphinx/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/addnodes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/addnodes.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/application.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/application.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/deprecation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/deprecation.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/errors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/errors.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/events.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/events.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/extension.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/extension.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/highlighting.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/highlighting.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/io.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/io.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/jinja2glue.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/jinja2glue.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/parsers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/parsers.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/project.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/project.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/pygments_styles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/pygments_styles.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/registry.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/registry.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/roles.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/roles.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/theming.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/theming.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/versioning.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/__pycache__/versioning.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli
/usr/lib/python3.11/site-packages/sphinx/_cli/__init__.py
/usr/lib/python3.11/site-packages/sphinx/_cli/__pycache__
/usr/lib/python3.11/site-packages/sphinx/_cli/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli/util
/usr/lib/python3.11/site-packages/sphinx/_cli/util/__init__.py
/usr/lib/python3.11/site-packages/sphinx/_cli/util/__pycache__
/usr/lib/python3.11/site-packages/sphinx/_cli/util/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli/util/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli/util/__pycache__/colour.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli/util/__pycache__/colour.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli/util/__pycache__/errors.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli/util/__pycache__/errors.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/_cli/util/colour.py
/usr/lib/python3.11/site-packages/sphinx/_cli/util/errors.py
/usr/lib/python3.11/site-packages/sphinx/addnodes.py
/usr/lib/python3.11/site-packages/sphinx/application.py
/usr/lib/python3.11/site-packages/sphinx/builders
/usr/lib/python3.11/site-packages/sphinx/builders/__init__.py
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/_epub_base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/_epub_base.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/changes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/changes.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/dirhtml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/dirhtml.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/dummy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/dummy.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/epub3.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/epub3.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/gettext.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/gettext.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/linkcheck.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/linkcheck.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/manpage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/manpage.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/singlehtml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/singlehtml.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/texinfo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/texinfo.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/xml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/__pycache__/xml.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/_epub_base.py
/usr/lib/python3.11/site-packages/sphinx/builders/changes.py
/usr/lib/python3.11/site-packages/sphinx/builders/dirhtml.py
/usr/lib/python3.11/site-packages/sphinx/builders/dummy.py
/usr/lib/python3.11/site-packages/sphinx/builders/epub3.py
/usr/lib/python3.11/site-packages/sphinx/builders/gettext.py
/usr/lib/python3.11/site-packages/sphinx/builders/html
/usr/lib/python3.11/site-packages/sphinx/builders/html/__init__.py
/usr/lib/python3.11/site-packages/sphinx/builders/html/__pycache__
/usr/lib/python3.11/site-packages/sphinx/builders/html/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/html/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/html/__pycache__/_assets.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/html/__pycache__/_assets.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/html/__pycache__/_build_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/html/__pycache__/_build_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/html/_assets.py
/usr/lib/python3.11/site-packages/sphinx/builders/html/_build_info.py
/usr/lib/python3.11/site-packages/sphinx/builders/latex
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__init__.py
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/nodes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/nodes.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/theming.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/theming.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/transforms.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/transforms.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/builders/latex/constants.py
/usr/lib/python3.11/site-packages/sphinx/builders/latex/nodes.py
/usr/lib/python3.11/site-packages/sphinx/builders/latex/theming.py
/usr/lib/python3.11/site-packages/sphinx/builders/latex/transforms.py
/usr/lib/python3.11/site-packages/sphinx/builders/latex/util.py
/usr/lib/python3.11/site-packages/sphinx/builders/linkcheck.py
/usr/lib/python3.11/site-packages/sphinx/builders/manpage.py
/usr/lib/python3.11/site-packages/sphinx/builders/singlehtml.py
/usr/lib/python3.11/site-packages/sphinx/builders/texinfo.py
/usr/lib/python3.11/site-packages/sphinx/builders/text.py
/usr/lib/python3.11/site-packages/sphinx/builders/xml.py
/usr/lib/python3.11/site-packages/sphinx/cmd
/usr/lib/python3.11/site-packages/sphinx/cmd/__init__.py
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__/build.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__/build.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__/make_mode.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__/make_mode.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__/quickstart.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/cmd/__pycache__/quickstart.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/cmd/build.py
/usr/lib/python3.11/site-packages/sphinx/cmd/make_mode.py
/usr/lib/python3.11/site-packages/sphinx/cmd/quickstart.py
/usr/lib/python3.11/site-packages/sphinx/config.py
/usr/lib/python3.11/site-packages/sphinx/deprecation.py
/usr/lib/python3.11/site-packages/sphinx/directives
/usr/lib/python3.11/site-packages/sphinx/directives/__init__.py
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/admonitions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/admonitions.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/code.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/code.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/other.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/other.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/patches.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/__pycache__/patches.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/directives/admonitions.py
/usr/lib/python3.11/site-packages/sphinx/directives/code.py
/usr/lib/python3.11/site-packages/sphinx/directives/other.py
/usr/lib/python3.11/site-packages/sphinx/directives/patches.py
/usr/lib/python3.11/site-packages/sphinx/domains
/usr/lib/python3.11/site-packages/sphinx/domains/__init__.py
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/_domains_container.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/_domains_container.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/_index.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/_index.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/changeset.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/changeset.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/citation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/citation.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/index.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/index.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/javascript.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/javascript.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/math.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/math.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/rst.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/__pycache__/rst.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/_domains_container.py
/usr/lib/python3.11/site-packages/sphinx/domains/_index.py
/usr/lib/python3.11/site-packages/sphinx/domains/c
/usr/lib/python3.11/site-packages/sphinx/domains/c/__init__.py
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/_ast.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/_ast.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/_ids.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/_ids.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/_symbol.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/__pycache__/_symbol.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/c/_ast.py
/usr/lib/python3.11/site-packages/sphinx/domains/c/_ids.py
/usr/lib/python3.11/site-packages/sphinx/domains/c/_parser.py
/usr/lib/python3.11/site-packages/sphinx/domains/c/_symbol.py
/usr/lib/python3.11/site-packages/sphinx/domains/changeset.py
/usr/lib/python3.11/site-packages/sphinx/domains/citation.py
/usr/lib/python3.11/site-packages/sphinx/domains/cpp
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__init__.py
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/_ast.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/_ast.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/_ids.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/_ids.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/_symbol.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/__pycache__/_symbol.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/_ast.py
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/_ids.py
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/_parser.py
/usr/lib/python3.11/site-packages/sphinx/domains/cpp/_symbol.py
/usr/lib/python3.11/site-packages/sphinx/domains/index.py
/usr/lib/python3.11/site-packages/sphinx/domains/javascript.py
/usr/lib/python3.11/site-packages/sphinx/domains/math.py
/usr/lib/python3.11/site-packages/sphinx/domains/python
/usr/lib/python3.11/site-packages/sphinx/domains/python/__init__.py
/usr/lib/python3.11/site-packages/sphinx/domains/python/__pycache__
/usr/lib/python3.11/site-packages/sphinx/domains/python/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/python/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/python/__pycache__/_annotations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/python/__pycache__/_annotations.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/python/__pycache__/_object.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/python/__pycache__/_object.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/python/_annotations.py
/usr/lib/python3.11/site-packages/sphinx/domains/python/_object.py
/usr/lib/python3.11/site-packages/sphinx/domains/rst.py
/usr/lib/python3.11/site-packages/sphinx/domains/std
/usr/lib/python3.11/site-packages/sphinx/domains/std/__init__.py
/usr/lib/python3.11/site-packages/sphinx/domains/std/__pycache__
/usr/lib/python3.11/site-packages/sphinx/domains/std/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/domains/std/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment
/usr/lib/python3.11/site-packages/sphinx/environment/__init__.py
/usr/lib/python3.11/site-packages/sphinx/environment/__pycache__
/usr/lib/python3.11/site-packages/sphinx/environment/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__init__.py
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__/asset.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__/asset.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__/indexentries.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__/indexentries.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__/toctree.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/__pycache__/toctree.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/asset.py
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/indexentries.py
/usr/lib/python3.11/site-packages/sphinx/environment/adapters/toctree.py
/usr/lib/python3.11/site-packages/sphinx/environment/collectors
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__init__.py
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/asset.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/asset.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/dependencies.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/dependencies.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/metadata.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/metadata.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/title.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/title.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/toctree.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/__pycache__/toctree.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/asset.py
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/dependencies.py
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/metadata.py
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/title.py
/usr/lib/python3.11/site-packages/sphinx/environment/collectors/toctree.py
/usr/lib/python3.11/site-packages/sphinx/errors.py
/usr/lib/python3.11/site-packages/sphinx/events.py
/usr/lib/python3.11/site-packages/sphinx/ext
/usr/lib/python3.11/site-packages/sphinx/ext/__init__.py
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/autosectionlabel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/autosectionlabel.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/coverage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/coverage.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/doctest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/doctest.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/duration.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/duration.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/extlinks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/extlinks.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/githubpages.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/githubpages.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/graphviz.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/graphviz.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/ifconfig.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/ifconfig.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/imgconverter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/imgconverter.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/imgmath.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/imgmath.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/inheritance_diagram.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/inheritance_diagram.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/linkcode.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/linkcode.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/mathjax.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/mathjax.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/todo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/todo.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/viewcode.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/__pycache__/viewcode.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__init__.py
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__main__.py
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/_cli.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/_cli.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/_extension.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/_extension.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/_generate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/_generate.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/_shared.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/__pycache__/_shared.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/_cli.py
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/_extension.py
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/_generate.py
/usr/lib/python3.11/site-packages/sphinx/ext/apidoc/_shared.py
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__init__.py
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/directive.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/directive.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/importer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/importer.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/mock.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/mock.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/preserve_defaults.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/preserve_defaults.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/type_comment.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/type_comment.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/typehints.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/__pycache__/typehints.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/directive.py
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/importer.py
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/mock.py
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/preserve_defaults.py
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/type_comment.py
/usr/lib/python3.11/site-packages/sphinx/ext/autodoc/typehints.py
/usr/lib/python3.11/site-packages/sphinx/ext/autosectionlabel.py
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/__init__.py
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/__pycache__
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/__pycache__/generate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/__pycache__/generate.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/generate.py
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/templates
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst
/usr/lib/python3.11/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst
/usr/lib/python3.11/site-packages/sphinx/ext/coverage.py
/usr/lib/python3.11/site-packages/sphinx/ext/doctest.py
/usr/lib/python3.11/site-packages/sphinx/ext/duration.py
/usr/lib/python3.11/site-packages/sphinx/ext/extlinks.py
/usr/lib/python3.11/site-packages/sphinx/ext/githubpages.py
/usr/lib/python3.11/site-packages/sphinx/ext/graphviz.py
/usr/lib/python3.11/site-packages/sphinx/ext/ifconfig.py
/usr/lib/python3.11/site-packages/sphinx/ext/imgconverter.py
/usr/lib/python3.11/site-packages/sphinx/ext/imgmath.py
/usr/lib/python3.11/site-packages/sphinx/ext/inheritance_diagram.py
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__init__.py
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__main__.py
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/_cli.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/_cli.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/_load.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/_load.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/_resolve.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/_resolve.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/_shared.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/__pycache__/_shared.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/_cli.py
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/_load.py
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/_resolve.py
/usr/lib/python3.11/site-packages/sphinx/ext/intersphinx/_shared.py
/usr/lib/python3.11/site-packages/sphinx/ext/linkcode.py
/usr/lib/python3.11/site-packages/sphinx/ext/mathjax.py
/usr/lib/python3.11/site-packages/sphinx/ext/napoleon
/usr/lib/python3.11/site-packages/sphinx/ext/napoleon/__init__.py
/usr/lib/python3.11/site-packages/sphinx/ext/napoleon/__pycache__
/usr/lib/python3.11/site-packages/sphinx/ext/napoleon/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/napoleon/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/napoleon/__pycache__/docstring.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/napoleon/__pycache__/docstring.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/ext/napoleon/docstring.py
/usr/lib/python3.11/site-packages/sphinx/ext/todo.py
/usr/lib/python3.11/site-packages/sphinx/ext/viewcode.py
/usr/lib/python3.11/site-packages/sphinx/extension.py
/usr/lib/python3.11/site-packages/sphinx/highlighting.py
/usr/lib/python3.11/site-packages/sphinx/io.py
/usr/lib/python3.11/site-packages/sphinx/jinja2glue.py
/usr/lib/python3.11/site-packages/sphinx/locale
/usr/lib/python3.11/site-packages/sphinx/locale/.tx
/usr/lib/python3.11/site-packages/sphinx/locale/.tx/config
/usr/lib/python3.11/site-packages/sphinx/locale/__init__.py
/usr/lib/python3.11/site-packages/sphinx/locale/__pycache__
/usr/lib/python3.11/site-packages/sphinx/locale/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/locale/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/locale/ar
/usr/lib/python3.11/site-packages/sphinx/locale/ar/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ar/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ar/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ar/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/bg
/usr/lib/python3.11/site-packages/sphinx/locale/bg/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/bg/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/bg/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/bg/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/bn
/usr/lib/python3.11/site-packages/sphinx/locale/bn/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/bn/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ca
/usr/lib/python3.11/site-packages/sphinx/locale/ca/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ca/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ca@valencia
/usr/lib/python3.11/site-packages/sphinx/locale/ca@valencia/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/cak
/usr/lib/python3.11/site-packages/sphinx/locale/cak/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/cak/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/cak/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/cak/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/cs
/usr/lib/python3.11/site-packages/sphinx/locale/cs/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/cs/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/cy
/usr/lib/python3.11/site-packages/sphinx/locale/cy/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/cy/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/da
/usr/lib/python3.11/site-packages/sphinx/locale/da/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/da/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/de
/usr/lib/python3.11/site-packages/sphinx/locale/de/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/de/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/de_DE
/usr/lib/python3.11/site-packages/sphinx/locale/de_DE/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/el
/usr/lib/python3.11/site-packages/sphinx/locale/el/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/el/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/en_DE
/usr/lib/python3.11/site-packages/sphinx/locale/en_DE/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/en_FR
/usr/lib/python3.11/site-packages/sphinx/locale/en_FR/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/en_GB
/usr/lib/python3.11/site-packages/sphinx/locale/en_GB/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/en_HK
/usr/lib/python3.11/site-packages/sphinx/locale/en_HK/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/eo
/usr/lib/python3.11/site-packages/sphinx/locale/eo/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/eo/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/es
/usr/lib/python3.11/site-packages/sphinx/locale/es/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/es/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/es_CO
/usr/lib/python3.11/site-packages/sphinx/locale/es_CO/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/et
/usr/lib/python3.11/site-packages/sphinx/locale/et/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/et/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/eu
/usr/lib/python3.11/site-packages/sphinx/locale/eu/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/eu/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/fa
/usr/lib/python3.11/site-packages/sphinx/locale/fa/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/fa/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/fi
/usr/lib/python3.11/site-packages/sphinx/locale/fi/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/fi/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/fr
/usr/lib/python3.11/site-packages/sphinx/locale/fr/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/fr/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/fr_FR
/usr/lib/python3.11/site-packages/sphinx/locale/fr_FR/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/gl
/usr/lib/python3.11/site-packages/sphinx/locale/gl/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/gl/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/gl/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/gl/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/he
/usr/lib/python3.11/site-packages/sphinx/locale/he/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/he/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/hi
/usr/lib/python3.11/site-packages/sphinx/locale/hi/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/hi/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/hi_IN
/usr/lib/python3.11/site-packages/sphinx/locale/hi_IN/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/hr
/usr/lib/python3.11/site-packages/sphinx/locale/hr/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/hr/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/hu
/usr/lib/python3.11/site-packages/sphinx/locale/hu/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/hu/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/id
/usr/lib/python3.11/site-packages/sphinx/locale/id/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/id/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/is
/usr/lib/python3.11/site-packages/sphinx/locale/is/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/is/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/is/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/is/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/it
/usr/lib/python3.11/site-packages/sphinx/locale/it/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/it/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ja
/usr/lib/python3.11/site-packages/sphinx/locale/ja/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ja/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ka
/usr/lib/python3.11/site-packages/sphinx/locale/ka/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ka/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ka/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ka/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ko
/usr/lib/python3.11/site-packages/sphinx/locale/ko/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ko/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/lt
/usr/lib/python3.11/site-packages/sphinx/locale/lt/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/lt/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/lv
/usr/lib/python3.11/site-packages/sphinx/locale/lv/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/lv/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/mk
/usr/lib/python3.11/site-packages/sphinx/locale/mk/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/mk/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/nb_NO
/usr/lib/python3.11/site-packages/sphinx/locale/nb_NO/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ne
/usr/lib/python3.11/site-packages/sphinx/locale/ne/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ne/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/nl
/usr/lib/python3.11/site-packages/sphinx/locale/nl/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/nl/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/pl
/usr/lib/python3.11/site-packages/sphinx/locale/pl/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/pl/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/pt
/usr/lib/python3.11/site-packages/sphinx/locale/pt/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/pt/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/pt/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/pt/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/pt_BR
/usr/lib/python3.11/site-packages/sphinx/locale/pt_BR/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/pt_PT
/usr/lib/python3.11/site-packages/sphinx/locale/pt_PT/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ro
/usr/lib/python3.11/site-packages/sphinx/locale/ro/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ro/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ru
/usr/lib/python3.11/site-packages/sphinx/locale/ru/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ru/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/si
/usr/lib/python3.11/site-packages/sphinx/locale/si/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/si/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/sk
/usr/lib/python3.11/site-packages/sphinx/locale/sk/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/sk/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/sl
/usr/lib/python3.11/site-packages/sphinx/locale/sl/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/sl/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/sphinx.pot
/usr/lib/python3.11/site-packages/sphinx/locale/sq
/usr/lib/python3.11/site-packages/sphinx/locale/sq/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/sq/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/sq/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/sq/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/sr
/usr/lib/python3.11/site-packages/sphinx/locale/sr/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/sr/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/sr@latin
/usr/lib/python3.11/site-packages/sphinx/locale/sr@latin/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/sr_RS
/usr/lib/python3.11/site-packages/sphinx/locale/sr_RS/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/sr_RS/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/sv
/usr/lib/python3.11/site-packages/sphinx/locale/sv/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/sv/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ta
/usr/lib/python3.11/site-packages/sphinx/locale/ta/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ta/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/te
/usr/lib/python3.11/site-packages/sphinx/locale/te/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/te/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/te/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/te/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/tr
/usr/lib/python3.11/site-packages/sphinx/locale/tr/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/tr/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/uk_UA
/usr/lib/python3.11/site-packages/sphinx/locale/uk_UA/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/ur
/usr/lib/python3.11/site-packages/sphinx/locale/ur/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/ur/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/ur/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/ur/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/vi
/usr/lib/python3.11/site-packages/sphinx/locale/vi/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/vi/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/yue
/usr/lib/python3.11/site-packages/sphinx/locale/yue/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/yue/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/yue/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/yue/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/zh_CN
/usr/lib/python3.11/site-packages/sphinx/locale/zh_CN/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/zh_HK
/usr/lib/python3.11/site-packages/sphinx/locale/zh_HK/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW.Big5
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW.Big5/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW/LC_MESSAGES
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo
/usr/lib/python3.11/site-packages/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po
/usr/lib/python3.11/site-packages/sphinx/parsers.py
/usr/lib/python3.11/site-packages/sphinx/project.py
/usr/lib/python3.11/site-packages/sphinx/py.typed
/usr/lib/python3.11/site-packages/sphinx/pycode
/usr/lib/python3.11/site-packages/sphinx/pycode/__init__.py
/usr/lib/python3.11/site-packages/sphinx/pycode/__pycache__
/usr/lib/python3.11/site-packages/sphinx/pycode/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/pycode/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/pycode/__pycache__/ast.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/pycode/__pycache__/ast.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/pycode/__pycache__/parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/pycode/__pycache__/parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/pycode/ast.py
/usr/lib/python3.11/site-packages/sphinx/pycode/parser.py
/usr/lib/python3.11/site-packages/sphinx/pygments_styles.py
/usr/lib/python3.11/site-packages/sphinx/registry.py
/usr/lib/python3.11/site-packages/sphinx/roles.py
/usr/lib/python3.11/site-packages/sphinx/search
/usr/lib/python3.11/site-packages/sphinx/search/__init__.py
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/da.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/da.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/de.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/de.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/en.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/en.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/es.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/es.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/fi.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/fi.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/fr.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/fr.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/hu.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/hu.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/it.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/it.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/ja.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/ja.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/nl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/nl.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/no.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/no.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/pt.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/pt.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/ro.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/ro.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/ru.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/ru.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/sv.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/sv.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/tr.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/tr.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/zh.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/search/__pycache__/zh.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/search/da.py
/usr/lib/python3.11/site-packages/sphinx/search/de.py
/usr/lib/python3.11/site-packages/sphinx/search/en.py
/usr/lib/python3.11/site-packages/sphinx/search/es.py
/usr/lib/python3.11/site-packages/sphinx/search/fi.py
/usr/lib/python3.11/site-packages/sphinx/search/fr.py
/usr/lib/python3.11/site-packages/sphinx/search/hu.py
/usr/lib/python3.11/site-packages/sphinx/search/it.py
/usr/lib/python3.11/site-packages/sphinx/search/ja.py
/usr/lib/python3.11/site-packages/sphinx/search/minified-js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/base-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/danish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/dutch-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/finnish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/french-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/german-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/hungarian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/italian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/norwegian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/porter-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/portuguese-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/romanian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/russian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/spanish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/swedish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/minified-js/turkish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/nl.py
/usr/lib/python3.11/site-packages/sphinx/search/no.py
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/base-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/danish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/dutch-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/finnish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/french-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/german-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/hungarian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/italian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/norwegian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/porter-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/portuguese-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/romanian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/russian-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/spanish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/swedish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/non-minified-js/turkish-stemmer.js
/usr/lib/python3.11/site-packages/sphinx/search/pt.py
/usr/lib/python3.11/site-packages/sphinx/search/ro.py
/usr/lib/python3.11/site-packages/sphinx/search/ru.py
/usr/lib/python3.11/site-packages/sphinx/search/sv.py
/usr/lib/python3.11/site-packages/sphinx/search/tr.py
/usr/lib/python3.11/site-packages/sphinx/search/zh.py
/usr/lib/python3.11/site-packages/sphinx/templates
/usr/lib/python3.11/site-packages/sphinx/templates/apidoc
/usr/lib/python3.11/site-packages/sphinx/templates/apidoc/module.rst.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/apidoc/package.rst.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/apidoc/toc.rst.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/epub3
/usr/lib/python3.11/site-packages/sphinx/templates/epub3/container.xml
/usr/lib/python3.11/site-packages/sphinx/templates/epub3/content.opf.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/epub3/mimetype
/usr/lib/python3.11/site-packages/sphinx/templates/epub3/nav.xhtml.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/epub3/toc.ncx.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/gettext
/usr/lib/python3.11/site-packages/sphinx/templates/gettext/message.pot.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/graphviz
/usr/lib/python3.11/site-packages/sphinx/templates/graphviz/graphviz.css
/usr/lib/python3.11/site-packages/sphinx/templates/htmlhelp
/usr/lib/python3.11/site-packages/sphinx/templates/htmlhelp/project.hhc
/usr/lib/python3.11/site-packages/sphinx/templates/htmlhelp/project.hhp
/usr/lib/python3.11/site-packages/sphinx/templates/htmlhelp/project.stp
/usr/lib/python3.11/site-packages/sphinx/templates/imgmath
/usr/lib/python3.11/site-packages/sphinx/templates/imgmath/preview.tex.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/imgmath/template.tex.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/latex
/usr/lib/python3.11/site-packages/sphinx/templates/latex/latex.tex.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/latex/longtable.tex.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/latex/sphinxmessages.sty.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/latex/tabular.tex.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/latex/tabulary.tex.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/quickstart
/usr/lib/python3.11/site-packages/sphinx/templates/quickstart/Makefile.new.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/quickstart/conf.py.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/quickstart/make.bat.new.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/quickstart/root_doc.rst.jinja
/usr/lib/python3.11/site-packages/sphinx/templates/texinfo
/usr/lib/python3.11/site-packages/sphinx/templates/texinfo/Makefile
/usr/lib/python3.11/site-packages/sphinx/testing
/usr/lib/python3.11/site-packages/sphinx/testing/__init__.py
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/fixtures.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/fixtures.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/path.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/path.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/restructuredtext.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/restructuredtext.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/testing/fixtures.py
/usr/lib/python3.11/site-packages/sphinx/testing/path.py
/usr/lib/python3.11/site-packages/sphinx/testing/restructuredtext.py
/usr/lib/python3.11/site-packages/sphinx/testing/util.py
/usr/lib/python3.11/site-packages/sphinx/texinputs_win
/usr/lib/python3.11/site-packages/sphinx/texinputs_win/Makefile.jinja
/usr/lib/python3.11/site-packages/sphinx/themes
/usr/lib/python3.11/site-packages/sphinx/themes/agogo
/usr/lib/python3.11/site-packages/sphinx/themes/agogo/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/agogo/static
/usr/lib/python3.11/site-packages/sphinx/themes/agogo/static/agogo.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/agogo/static/bgfooter.png
/usr/lib/python3.11/site-packages/sphinx/themes/agogo/static/bgtop.png
/usr/lib/python3.11/site-packages/sphinx/themes/agogo/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/basic
/usr/lib/python3.11/site-packages/sphinx/themes/basic/changes
/usr/lib/python3.11/site-packages/sphinx/themes/basic/changes/frameset.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/changes/rstsource.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/changes/versionchanges.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/defindex.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/domainindex.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/genindex-single.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/genindex-split.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/genindex.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/globaltoc.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/localtoc.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/opensearch.xml
/usr/lib/python3.11/site-packages/sphinx/themes/basic/page.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/relations.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/search.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/searchbox.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/searchfield.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/sourcelink.html
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/basic.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/doctools.js
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/documentation_options.js.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/file.png
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/language_data.js.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/minus.png
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/plus.png
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/searchtools.js
/usr/lib/python3.11/site-packages/sphinx/themes/basic/static/sphinx_highlight.js
/usr/lib/python3.11/site-packages/sphinx/themes/basic/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle/static
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle/static/background_b01.png
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle/static/bizstyle.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle/static/bizstyle.js.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle/static/css3-mediaqueries.js
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle/static/css3-mediaqueries_src.js
/usr/lib/python3.11/site-packages/sphinx/themes/bizstyle/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/classic
/usr/lib/python3.11/site-packages/sphinx/themes/classic/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/classic/static
/usr/lib/python3.11/site-packages/sphinx/themes/classic/static/classic.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/classic/static/sidebar.js.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/classic/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/default
/usr/lib/python3.11/site-packages/sphinx/themes/default/static
/usr/lib/python3.11/site-packages/sphinx/themes/default/static/default.css
/usr/lib/python3.11/site-packages/sphinx/themes/default/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/epub
/usr/lib/python3.11/site-packages/sphinx/themes/epub/epub-cover.html
/usr/lib/python3.11/site-packages/sphinx/themes/epub/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/epub/static
/usr/lib/python3.11/site-packages/sphinx/themes/epub/static/epub.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/epub/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/haiku
/usr/lib/python3.11/site-packages/sphinx/themes/haiku/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/haiku/static
/usr/lib/python3.11/site-packages/sphinx/themes/haiku/static/alert_info_32.png
/usr/lib/python3.11/site-packages/sphinx/themes/haiku/static/alert_warning_32.png
/usr/lib/python3.11/site-packages/sphinx/themes/haiku/static/bg-page.png
/usr/lib/python3.11/site-packages/sphinx/themes/haiku/static/bullet_orange.png
/usr/lib/python3.11/site-packages/sphinx/themes/haiku/static/haiku.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/haiku/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/nature
/usr/lib/python3.11/site-packages/sphinx/themes/nature/static
/usr/lib/python3.11/site-packages/sphinx/themes/nature/static/nature.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/nature/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/nonav
/usr/lib/python3.11/site-packages/sphinx/themes/nonav/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/nonav/static
/usr/lib/python3.11/site-packages/sphinx/themes/nonav/static/nonav.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/nonav/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/dialog-note.png
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/dialog-seealso.png
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/dialog-todo.png
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/dialog-topic.png
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/dialog-warning.png
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/epub.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/footerbg.png
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/headerbg.png
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/ie6.css
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/middlebg.png
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/pyramid.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/static/transparent.gif
/usr/lib/python3.11/site-packages/sphinx/themes/pyramid/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/artwork
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/artwork/logo.svg
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/layout.html
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/darkmetal.png
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/headerbg.png
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/logo.png
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/metal.png
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/navigation.png
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/print.css
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/scrolls.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/theme_extras.js
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/watermark.png
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/static/watermark_blur.png
/usr/lib/python3.11/site-packages/sphinx/themes/scrolls/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/sphinxdoc
/usr/lib/python3.11/site-packages/sphinx/themes/sphinxdoc/static
/usr/lib/python3.11/site-packages/sphinx/themes/sphinxdoc/static/contents.png
/usr/lib/python3.11/site-packages/sphinx/themes/sphinxdoc/static/navigation.png
/usr/lib/python3.11/site-packages/sphinx/themes/sphinxdoc/static/sphinxdoc.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/sphinxdoc/theme.toml
/usr/lib/python3.11/site-packages/sphinx/themes/traditional
/usr/lib/python3.11/site-packages/sphinx/themes/traditional/static
/usr/lib/python3.11/site-packages/sphinx/themes/traditional/static/traditional.css.jinja
/usr/lib/python3.11/site-packages/sphinx/themes/traditional/theme.toml
/usr/lib/python3.11/site-packages/sphinx/theming.py
/usr/lib/python3.11/site-packages/sphinx/transforms
/usr/lib/python3.11/site-packages/sphinx/transforms/__init__.py
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__/compact_bullet_list.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__/compact_bullet_list.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__/i18n.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__/i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__/references.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/__pycache__/references.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/compact_bullet_list.py
/usr/lib/python3.11/site-packages/sphinx/transforms/i18n.py
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__init__.py
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__pycache__
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__pycache__/code.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__pycache__/code.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__pycache__/images.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/__pycache__/images.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/code.py
/usr/lib/python3.11/site-packages/sphinx/transforms/post_transforms/images.py
/usr/lib/python3.11/site-packages/sphinx/transforms/references.py
/usr/lib/python3.11/site-packages/sphinx/util
/usr/lib/python3.11/site-packages/sphinx/util/__init__.py
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_files.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_files.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_importer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_importer.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_inventory_file_reader.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_inventory_file_reader.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_io.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_io.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_lines.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_lines.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_pathlib.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_pathlib.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_serialise.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_serialise.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_timestamps.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_timestamps.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_uri.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/_uri.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/build_phase.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/build_phase.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/cfamily.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/cfamily.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/console.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/console.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/display.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/display.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/docfields.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/docfields.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/docstrings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/docstrings.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/docutils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/docutils.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/fileutil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/fileutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/http_date.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/http_date.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/i18n.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/images.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/images.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/index_entries.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/index_entries.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/inspect.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/inspect.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/inventory.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/inventory.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/logging.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/logging.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/matching.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/matching.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/math.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/math.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/nodes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/nodes.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/osutil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/osutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/parallel.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/parallel.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/parsing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/parsing.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/png.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/png.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/requests.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/requests.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/rst.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/rst.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/tags.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/tags.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/template.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/template.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/texescape.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/texescape.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/typing.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/util/__pycache__/typing.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/util/_files.py
/usr/lib/python3.11/site-packages/sphinx/util/_importer.py
/usr/lib/python3.11/site-packages/sphinx/util/_inventory_file_reader.py
/usr/lib/python3.11/site-packages/sphinx/util/_io.py
/usr/lib/python3.11/site-packages/sphinx/util/_lines.py
/usr/lib/python3.11/site-packages/sphinx/util/_pathlib.py
/usr/lib/python3.11/site-packages/sphinx/util/_serialise.py
/usr/lib/python3.11/site-packages/sphinx/util/_timestamps.py
/usr/lib/python3.11/site-packages/sphinx/util/_uri.py
/usr/lib/python3.11/site-packages/sphinx/util/build_phase.py
/usr/lib/python3.11/site-packages/sphinx/util/cfamily.py
/usr/lib/python3.11/site-packages/sphinx/util/console.py
/usr/lib/python3.11/site-packages/sphinx/util/display.py
/usr/lib/python3.11/site-packages/sphinx/util/docfields.py
/usr/lib/python3.11/site-packages/sphinx/util/docstrings.py
/usr/lib/python3.11/site-packages/sphinx/util/docutils.py
/usr/lib/python3.11/site-packages/sphinx/util/fileutil.py
/usr/lib/python3.11/site-packages/sphinx/util/http_date.py
/usr/lib/python3.11/site-packages/sphinx/util/i18n.py
/usr/lib/python3.11/site-packages/sphinx/util/images.py
/usr/lib/python3.11/site-packages/sphinx/util/index_entries.py
/usr/lib/python3.11/site-packages/sphinx/util/inspect.py
/usr/lib/python3.11/site-packages/sphinx/util/inventory.py
/usr/lib/python3.11/site-packages/sphinx/util/logging.py
/usr/lib/python3.11/site-packages/sphinx/util/matching.py
/usr/lib/python3.11/site-packages/sphinx/util/math.py
/usr/lib/python3.11/site-packages/sphinx/util/nodes.py
/usr/lib/python3.11/site-packages/sphinx/util/osutil.py
/usr/lib/python3.11/site-packages/sphinx/util/parallel.py
/usr/lib/python3.11/site-packages/sphinx/util/parsing.py
/usr/lib/python3.11/site-packages/sphinx/util/png.py
/usr/lib/python3.11/site-packages/sphinx/util/requests.py
/usr/lib/python3.11/site-packages/sphinx/util/rst.py
/usr/lib/python3.11/site-packages/sphinx/util/tags.py
/usr/lib/python3.11/site-packages/sphinx/util/template.py
/usr/lib/python3.11/site-packages/sphinx/util/texescape.py
/usr/lib/python3.11/site-packages/sphinx/util/typing.py
/usr/lib/python3.11/site-packages/sphinx/versioning.py
/usr/lib/python3.11/site-packages/sphinx/writers
/usr/lib/python3.11/site-packages/sphinx/writers/__init__.py
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/html.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/html.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/html5.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/html5.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/latex.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/latex.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/manpage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/manpage.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/texinfo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/texinfo.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/xml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/__pycache__/xml.cpython-311.pyc
/usr/lib/python3.11/site-packages/sphinx/writers/html.py
/usr/lib/python3.11/site-packages/sphinx/writers/html5.py
/usr/lib/python3.11/site-packages/sphinx/writers/latex.py
/usr/lib/python3.11/site-packages/sphinx/writers/manpage.py
/usr/lib/python3.11/site-packages/sphinx/writers/texinfo.py
/usr/lib/python3.11/site-packages/sphinx/writers/text.py
/usr/lib/python3.11/site-packages/sphinx/writers/xml.py
/usr/lib/python3.11/site-packages/sphinxcontrib
/usr/share/doc/packages/python311-Sphinx
/usr/share/doc/packages/python311-Sphinx/CHANGES.rst
/usr/share/doc/packages/python311-Sphinx/README.rst
/usr/share/libalternatives/sphinx-apidoc
/usr/share/libalternatives/sphinx-apidoc/311.conf
/usr/share/libalternatives/sphinx-autogen
/usr/share/libalternatives/sphinx-autogen/311.conf
/usr/share/libalternatives/sphinx-build
/usr/share/libalternatives/sphinx-build/311.conf
/usr/share/libalternatives/sphinx-quickstart
/usr/share/libalternatives/sphinx-quickstart/311.conf
/usr/share/licenses/python311-Sphinx
/usr/share/licenses/python311-Sphinx/LICENSE.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Mar 4 22:25:36 2026