Skip to content

Commit

Permalink
Using intersphinx mapping to reference OTel Python Core docs
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Abbott <[email protected]>
  • Loading branch information
NathanielRN and aabmass committed Jan 11, 2021
1 parent aaf0426 commit 7ca3129
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
"aiohttp": ("https://aiohttp.readthedocs.io/en/stable/", None),
"wrapt": ("https://wrapt.readthedocs.io/en/latest/", None),
"pymongo": ("https://pymongo.readthedocs.io/en/stable/", None),
"opentelemetry": (
"https://opentelemetry-python.readthedocs.io/en/latest/",
None,
),
}

# http://www.sphinx-doc.org/en/master/config.html#confval-nitpicky
Expand Down

0 comments on commit 7ca3129

Please sign in to comment.