You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the documentation of cftime provides a intersphinx file (https://unidata.github.io/cftime/objects.inv), but it does not contain entries for cftime.datetime and other attributes of the module:
$ python -m sphinx.ext.intersphinx https://unidata.github.io/cftime/objects.inv
std:doc
api API : api.html
index cftime : index.html
installing Installation : installing.html
std:label
genindex Index : genindex.html
modindex Module Index : py-modindex.html
search Search Page : search.html
This causes broken links and sphinx warnings in projects that try to link to it (e.g. xarray).
The easiest way I know to fix this would be to remove :noindex: from docs/api.rst.
The text was updated successfully, but these errors were encountered:
At the moment, the documentation of
cftime
provides a intersphinx file (https://unidata.github.io/cftime/objects.inv), but it does not contain entries forcftime.datetime
and other attributes of the module:This causes broken links and sphinx warnings in projects that try to link to it (e.g. xarray).
The easiest way I know to fix this would be to remove
:noindex:
fromdocs/api.rst
.The text was updated successfully, but these errors were encountered: