File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ def get_sphinx_doc_url(pypi_name: str) -> str:
64
64
"""
65
65
Returns the URL to the given project's Sphinx documentation.
66
66
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.
68
69
69
70
Responses are cached to prevent overloading the PyPI server.
70
71
The cache can be cleared as follows:
@@ -73,7 +74,6 @@ def get_sphinx_doc_url(pypi_name: str) -> str:
73
74
74
75
python3 -m seed_intersphinx_mapping
75
76
76
- .. TODO:: automatic cache clearing, perhaps using ``intersphinx_cache_limit``
77
77
.. latex:vspace:: -10px
78
78
79
79
:param pypi_name: The name of the project on PyPI
You can’t perform that action at this time.
0 commit comments