Skip to content

Commit 9f6a478

Browse files
committed
Update docs.
1 parent 9fc40a6 commit 9f6a478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seed_intersphinx_mapping/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def get_sphinx_doc_url(pypi_name: str) -> str:
6464
"""
6565
Returns the URL to the given project's Sphinx documentation.
6666
67-
Not all projects include this URL in their distributions and therefore it may not be possible to determine it from PyPI.
67+
Not all projects include this URL in their distributions
68+
and therefore it may not be possible to determine it from PyPI.
6869
6970
Responses are cached to prevent overloading the PyPI server.
7071
The cache can be cleared as follows:
@@ -73,7 +74,6 @@ def get_sphinx_doc_url(pypi_name: str) -> str:
7374
7475
python3 -m seed_intersphinx_mapping
7576
76-
.. TODO:: automatic cache clearing, perhaps using ``intersphinx_cache_limit``
7777
.. latex:vspace:: -10px
7878
7979
:param pypi_name: The name of the project on PyPI

0 commit comments

Comments
 (0)