|
57 | 57 | ] |
58 | 58 |
|
59 | 59 | extlinks = { |
60 | | - "argocd": ("https://argo-cd.readthedocs.io", None), |
61 | | - "autopep8": ("https://pypi.org/project/autopep8", None), |
62 | | - "bandit-bandit": ("https://bandit.readthedocs.io", None), |
63 | | - "bandit": ("https://github.com/PyCQA/bandit", None), |
64 | | - "beartype": ("https://beartype.readthedocs.io", None), |
65 | | - "bitbucket-pipelines": ("https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-pipelines", None), |
66 | | - "black": ("https://black.readthedocs.io", None), |
67 | | - "build": ("https://pypa-build.readthedocs.io", None), |
68 | | - "commitizen": ("https://commitizen-tools.github.io/commitizen", None), |
69 | | - "coveragepy-coverage": ("https://coverage.readthedocs.io", None), |
70 | | - "coveragepy": ("https://github.com/nedbat/coveragepy", None), |
71 | | - "cruft": ("https://cruft.github.io/cruft", None), |
72 | | - "docker-compose": ("https://docs.docker.com/compose", None), |
73 | | - "docker": ("https://docs.docker.com", None), |
74 | | - "flake8": ("https://flake8.pycqa.org", None), |
75 | | - "flit": ("https://flit.pypa.io", None), |
76 | | - "github-actions": ("https://docs.github.com/en/actions", None), |
77 | | - "gitlab-ci": ("https://docs.gitlab.com/ee/ci", None), |
78 | | - "hatch": ("https://hatch.pypa.io", None), |
79 | | - "hatchling": ("https://hatch.pypa.io/latest/hatchling", None), |
80 | | - "helm": ("https://helm.sh", None), |
81 | | - "invoke": ("https://www.pyinvoke.org", None), |
82 | | - "isort": ("https://pycqa.github.io/isort", None), |
83 | | - "just": ("https://just.systems", None), |
84 | | - "maturin": ("https://maturin.rs", None), |
85 | | - "mkdocs": ("https://www.mkdocs.org", None), |
86 | | - "mypy": ("https://mypy-lang.org", None), |
87 | | - "myst-parser": ("https://myst-parser.readthedocs.io", None), |
88 | | - "nox": ("https://nox.thea.codes", None), |
89 | | - "pdm": ("https://pdm.fming.dev", None), |
90 | | - "pip-audit": ("https://github.com/pypa/pip-audit", None), |
91 | | - "pip": ("https://pip.pypa.io", None), |
92 | | - "pip-tools": ("https://pip-tools.readthedocs.io", None), |
93 | | - "podman": ("https://podman.io", None), |
94 | | - "poethepoet": ("https://github.com/nat-n/poethepoet", None), |
95 | | - "poetry": ("https://python-poetry.org", None), |
96 | | - "pre-commit": ("https://pre-commit.com", None), |
97 | | - "pydocstyle": ("https://www.pydocstyle.org", None), |
98 | | - "pylint": ("https://pylint.pycqa.org", None), |
99 | | - "pyright": ("https://github.com/microsoft/pyright", None), |
100 | | - "pytest": ("https://docs.pytest.org", None), |
101 | | - "pytest-pytest-cov": ("https://pytest-cov.readthedocs.io", None), |
102 | | - "pytype": ("https://github.com/google/pytype", None), |
103 | | - "ruff": ("https://docs.astral.sh/ruff", None), |
104 | | - "safety": ("https://pyup.io", None), |
105 | | - "setuptools": ("https://setuptools.pypa.io", None), |
106 | | - "sonarcloud": ("https://sonarcloud.io", None), |
107 | | - "sphinx": ("https://www.sphinx-doc.org", None), |
108 | | - "sphinxautodoctypehints": ("https://sphinx-autodoc-typehints.readthedocs.io", None), |
109 | | - "tox": ("https://tox.readthedocs.io", None), |
110 | | - "twine": ("https://twine.readthedocs.io", None), |
111 | | - "uv": ("https://docs.uv.dev", None), |
112 | | - "virtualenv": ("https://virtualenv.pypa.io", None), |
113 | | - "yapf": ("https://github.com/google/yapf", None) |
| 60 | + "argocd": ("https://argo-cd.readthedocs.io", ""), |
| 61 | + "autopep8": ("https://pypi.org/project/autopep8", ""), |
| 62 | + "bandit-bandit": ("https://bandit.readthedocs.io", ""), |
| 63 | + "bandit": ("https://github.com/PyCQA/bandit", ""), |
| 64 | + "beartype": ("https://beartype.readthedocs.io", ""), |
| 65 | + "bitbucket-pipelines": ("https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-pipelines", ""), |
| 66 | + "black": ("https://black.readthedocs.io", ""), |
| 67 | + "build": ("https://pypa-build.readthedocs.io", ""), |
| 68 | + "commitizen": ("https://commitizen-tools.github.io/commitizen", ""), |
| 69 | + "coveragepy-coverage": ("https://coverage.readthedocs.io", ""), |
| 70 | + "coveragepy": ("https://github.com/nedbat/coveragepy", ""), |
| 71 | + "cruft": ("https://cruft.github.io/cruft", ""), |
| 72 | + "docker-compose": ("https://docs.docker.com/compose", ""), |
| 73 | + "docker": ("https://docs.docker.com", ""), |
| 74 | + "flake8": ("https://flake8.pycqa.org", ""), |
| 75 | + "flit": ("https://flit.pypa.io", ""), |
| 76 | + "github-actions": ("https://docs.github.com/en/actions", ""), |
| 77 | + "gitlab-ci": ("https://docs.gitlab.com/ee/ci", ""), |
| 78 | + "hatch": ("https://hatch.pypa.io", ""), |
| 79 | + "hatchling": ("https://hatch.pypa.io/latest/hatchling", ""), |
| 80 | + "helm": ("https://helm.sh", ""), |
| 81 | + "invoke": ("https://www.pyinvoke.org", ""), |
| 82 | + "isort": ("https://pycqa.github.io/isort", ""), |
| 83 | + "just": ("https://just.systems", ""), |
| 84 | + "maturin": ("https://maturin.rs", ""), |
| 85 | + "mkdocs": ("https://www.mkdocs.org", ""), |
| 86 | + "mypy": ("https://mypy-lang.org", ""), |
| 87 | + "myst-parser": ("https://myst-parser.readthedocs.io", ""), |
| 88 | + "nox": ("https://nox.thea.codes", ""), |
| 89 | + "pdm": ("https://pdm.fming.dev", ""), |
| 90 | + "pip-audit": ("https://github.com/pypa/pip-audit", ""), |
| 91 | + "pip": ("https://pip.pypa.io", ""), |
| 92 | + "pip-tools": ("https://pip-tools.readthedocs.io", ""), |
| 93 | + "podman": ("https://podman.io", ""), |
| 94 | + "poethepoet": ("https://github.com/nat-n/poethepoet", ""), |
| 95 | + "poetry": ("https://python-poetry.org", ""), |
| 96 | + "pre-commit": ("https://pre-commit.com", ""), |
| 97 | + "pydocstyle": ("https://www.pydocstyle.org", ""), |
| 98 | + "pylint": ("https://pylint.pycqa.org", ""), |
| 99 | + "pyright": ("https://github.com/microsoft/pyright", ""), |
| 100 | + "pytest": ("https://docs.pytest.org", ""), |
| 101 | + "pytest-pytest-cov": ("https://pytest-cov.readthedocs.io", ""), |
| 102 | + "pytype": ("https://github.com/google/pytype", ""), |
| 103 | + "ruff": ("https://docs.astral.sh/ruff", ""), |
| 104 | + "safety": ("https://pyup.io", ""), |
| 105 | + "setuptools": ("https://setuptools.pypa.io", ""), |
| 106 | + "sonarcloud": ("https://sonarcloud.io", ""), |
| 107 | + "sphinx": ("https://www.sphinx-doc.org", ""), |
| 108 | + "sphinxautodoctypehints": ("https://sphinx-autodoc-typehints.readthedocs.io", ""), |
| 109 | + "tox": ("https://tox.readthedocs.io", ""), |
| 110 | + "twine": ("https://twine.readthedocs.io", ""), |
| 111 | + "uv": ("https://docs.uv.dev", ""), |
| 112 | + "virtualenv": ("https://virtualenv.pypa.io", ""), |
| 113 | + "yapf": ("https://github.com/google/yapf", "") |
114 | 114 | } |
115 | 115 |
|
116 | 116 | intersphinx_mapping = { |
|
0 commit comments