Upload intersphinx mapping to documentation homepage
Bug #1911009 reported by
Philipp
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/
when ```make apihtml``` is run sucessfully
To post a comment you must log in.
The intersphinx mapping is already available at:
https:/ /lxml.de/ apidoc/ objects. inv
so it can be referenced in the `conf.py` via: /lxml.de/ apidoc/", None),
```
intersphinx_mapping = {
"lxml": ("https:/
}
```