Upload intersphinx mapping to documentation homepage

Bug #1911009 reported by Philipp
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lxml
New
Undecided
Unassigned

Bug Description

Upload the intersphinx mapping (objects.inv) to the documentation homepage so other projects can reference the lxml types

It is created under
./doc/html/apidoc/objects.inv
when ```make apihtml``` is run sucessfully

Revision history for this message
Timo Brembeck (timo-42) wrote :

The intersphinx mapping is already available at:

https://lxml.de/apidoc/objects.inv

so it can be referenced in the `conf.py` via:
```
intersphinx_mapping = {
    "lxml": ("https://lxml.de/apidoc/", None),
}
```

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.