Metadata-Version: 2.3
Name: auto-intersphinx
Version: 1.2.1
Summary: Automatic links direct project dependencies to the intersphinx catalog
Project-URL: documentation, https://auto-intersphinx.readthedocs.io/en/latest/
Project-URL: homepage, https://pypi.org/project/auto-intersphinx
Project-URL: repository, https://github.com/idiap/auto-intersphinx
Project-URL: changelog, https://github.com/idiap/auto-intersphinx/releases
Author-email: Andre Anjos <andre.anjos@idiap.ch>
License-Expression: BSD-3-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: lxml
Requires-Dist: packaging
Requires-Dist: requests
Requires-Dist: sphinx
Provides-Extra: dev
Requires-Dist: furo; extra == 'dev'
Requires-Dist: pdbpp; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: reuse; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: sphinx-argparse; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints; extra == 'dev'
Requires-Dist: sphinx-copybutton; extra == 'dev'
Requires-Dist: sphinx-inline-tabs; extra == 'dev'
Requires-Dist: uv; extra == 'dev'
Provides-Extra: doc
Requires-Dist: furo; extra == 'doc'
Requires-Dist: sphinx-argparse; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints; extra == 'doc'
Requires-Dist: sphinx-copybutton; extra == 'doc'
Requires-Dist: sphinx-inline-tabs; extra == 'doc'
Provides-Extra: qa
Requires-Dist: pre-commit; extra == 'qa'
Requires-Dist: reuse; extra == 'qa'
Requires-Dist: ruff; extra == 'qa'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idiap.ch>

SPDX-License-Identifier: BSD-3-Clause
-->

[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://auto-intersphinx.readthedocs.io/en/latest/)
[![tests](https://github.com/idiap/auto-intersphinx/actions/workflows/tests.yml/badge.svg)](https://github.com/idiap/auto-intersphinx/actions)
[![coverage](https://raw.githubusercontent.com/idiap/auto-intersphinx/python-coverage-comment-action-data/badge.svg)](https://htmlpreview.github.io/?https://github.com/idiap/auto-intersphinx/python-coverage-comment-action-data/htmlcov/index.html)
[![repository](https://img.shields.io/badge/github-project-darkblue.svg)](https://github.com/idiap/auto-intersphinx)

# Automatically Links Package Documentation from Their Names

This package contains a [Sphinx](https://www.sphinx-doc.org/) plugin that can
fill
[intersphinx](https://www.sphinx-doc.org/en/main/usage/extensions/intersphinx.html)
mappings based on package names.  It simplifies the use of that plugin by
removing the need of knowing URLs for various API catalogs you may want to
cross-reference.

For installation and usage instructions, check-out our documentation.
