diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2022-11-08 08:39:48 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2022-11-08 09:04:18 +0100 |
commit | 2ca71bd8a1f26635e003a47dd045b0089b8f942c (patch) | |
tree | b985493c922daa42d22ec88a791da118d798f193 /doc/api/conf.py | |
parent | 36201eccc024cd2ead7549998da2857256ed61c3 (diff) | |
download | python-lxml-2ca71bd8a1f26635e003a47dd045b0089b8f942c.tar.gz |
Add intersphinx docs mapping.
Diffstat (limited to 'doc/api/conf.py')
-rw-r--r-- | doc/api/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/conf.py b/doc/api/conf.py index 7c5f134d..29db736a 100644 --- a/doc/api/conf.py +++ b/doc/api/conf.py @@ -51,6 +51,10 @@ autodoc_default_options = { autodoc_member_order = 'groupwise' +intersphinx_mapping = { + "lxml": ("https://lxml.de/apidoc/", None), +} + # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. |