Comment 1 for bug 1911009

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),
}
```