Skip to content

Commit 5ed1637

Browse files
committed
chore: remove pointless intersphinx mappings added due to misunderstanding
1 parent 157f0c8 commit 5ed1637

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

docs/conf.py

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -71,45 +71,6 @@
7171
intersphinx_mapping = {
7272
"python": ("https://docs.python.org/3", None),
7373
"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
11374
}
11475

11576
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)