Skip to content

Commit f426bd0

Browse files
committed
docs: Add intersphinx mappings
1 parent 8b6f98e commit f426bd0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/development/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,4 +370,7 @@
370370

371371

372372
# Example configuration for intersphinx: refer to the Python standard library.
373-
intersphinx_mapping = {'https://docs.python.org/3/': None}
373+
intersphinx_mapping = {
374+
'https://docs.python.org/3/': None,
375+
'https://orange-widget-base.readthedocs.io/en/latest/': None,
376+
}

0 commit comments

Comments
 (0)