Skip to content

Enable intersphinx links #132

@keewis

Description

@keewis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions