Skip to content

Commit

Permalink
docs: Add intersphinx mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Apr 30, 2019
1 parent 84e37d6 commit 6c2702c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/development/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,7 @@


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

0 comments on commit 6c2702c

Please sign in to comment.