We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c6092 commit 90217a8Copy full SHA for 90217a8
seed_intersphinx_mapping/__init__.py
@@ -133,6 +133,7 @@ def get_sphinx_doc_url(pypi_name: str) -> str:
133
Now raises :exc:`~packaging.requirements.InvalidRequirement` rather than
134
:exc:`apeye.slumber_url.exceptions.HttpNotFoundError` if the project could not be found on PyPI.
135
"""
136
+
137
docs_urls = []
138
for value in _get_project_links(pypi_name):
139
# Follow redirects to get actual URL
0 commit comments