commit | 27f6e1e5e0794ba08f439bd8d8273ca0735d3b78 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Thu Oct 13 09:46:49 2016 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 13 09:46:49 2016 -0700 |
tree | d9172149472f5ce0c8cd9ac524ed2620d04f8bfd | |
parent | 7eeab7d1fd0e0a5913d5bfedba31a4deed5c586c [diff] |
Add urllib3 AuthorizedHttp (#19)
diff --git a/docs/conf.py b/docs/conf.py index ccd864a..b70918f 100644 --- a/docs/conf.py +++ b/docs/conf.py
@@ -363,7 +363,10 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/3.5': None} +intersphinx_mapping = { + 'python': ('https://docs.python.org/3.5', None), + 'urllib3': ('https://urllib3.readthedocs.io/en/latest', None), +} # Autodoc config autoclass_content = 'both'