|
71 | 71 | intersphinx_mapping = { |
72 | 72 | "python": ("https://docs.python.org/3", None), |
73 | 73 | "pip": ("https://pip.pypa.io/en/stable/", None), |
74 | | - "venv": ("https://docs.python.org/3/library/venv.html", None), |
75 | | - "virtualenv": ("https://virtualenv.pypa.io/en/latest/", None), |
76 | | - "piptools": ("https://pip-tools.readthedocs.io/en/latest/", None), |
77 | | - "poetry": ("https://python-poetry.org/docs/", None), |
78 | | - "pdm": ("https://pdm.fming.dev/latest/", None), |
79 | | - "hatch": ("https://hatch.pypa.io/latest/", None), |
80 | | - "uv": ("https://docs.astral.sh/uv/", None), |
81 | | - "ruff": ("https://docs.astral.sh/ruff/", None), |
82 | | - "pytest": ("https://docs.pytest.org/en/stable/", None), |
83 | | - "nox": ("https://nox.thea.codes/en/stable/", None), |
84 | | - "build": ("https://pypa-build.readthedocs.io/en/stable/", None), |
85 | | - "twine": ("https://twine.readthedocs.io/en/stable/", None), |
86 | | - "pre-commit": ("https://pre-commit.com/", None), |
87 | | - "docker": ("https://docs.docker.com/", None), |
88 | | - "podman": ("https://podman.io/docs/", None), |
89 | | - "commitizen": ("https://commitizen-tools.github.io/commitizen/", None), |
90 | | - "pyright": ("https://pyright.readthedocs.io/en/latest/", None), |
91 | | - "bandit": ("https://bandit.readthedocs.io/en/latest/", None), |
92 | | - "pip-audit": ("https://pip-audit.readthedocs.io/en/latest/", None), |
93 | | - "pydocstyle": ("https://pydocstyle.readthedocs.io/en/latest/", None), |
94 | | - "setuptools": ("https://setuptools.pypa.io/en/latest/", None), |
95 | | - "maturin": ("https://www.maturin.rs/", None), |
96 | | - "typer": ("https://typer.tiangolo.com/", None), |
97 | | - "click": ("https://click.palletsprojects.com/en/latest/", None), |
98 | | - "coveragepy": ("https://coverage.readthedocs.io/en/latest/", None), |
99 | | - "pytest-cov": ("https://pytest-cov.readthedocs.io/en/latest/", None), |
100 | | - "myst-parser": ("https://myst-parser.readthedocs.io/en/latest/", None), |
101 | | - "furo": ("https://pradyunsg.me/furo/latest/", None), |
102 | | - "sphinxautodoctypehints": ("https://sphinx-autodoc-typehints.readthedocs.io/en/stable/", None), |
103 | | - "virtualenvwrapper": ("https://virtualenvwrapper.readthedocs.io/en/latest/", None), |
104 | | - "tox": ("https://tox.wiki/en/latest/", None), |
105 | | - "invoke": ("https://docs.pyinvoke.org/en/latest/", None), |
106 | | - "poethepoet": ("https://poethepoet.natpad.net/latest/", None), |
107 | | - "just": ("https://github.com/casey/just/", None), |
108 | | - "sonarcloud": ("https://docs.sonarcloud.io/", None), # SonarCloud docs (check if .inv exists) |
109 | | - "argocd": ("https://argo-cd.readthedocs.io/en/stable/", None), # Argo CD docs |
110 | | - "helm": ("https://helm.sh/docs/", None), # Helm docs (check for .inv) |
111 | | - "cookiecutter": ("https://cookiecutter.readthedocs.io/en/latest/", None), # cookiecutter itself |
112 | | - "cruft": ("https://cruft.github.io/", None), # cruft |
113 | 74 | } |
114 | 75 |
|
115 | 76 | # -- Options for HTML output ------------------------------------------------- |
|
0 commit comments