diff options
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. |