diff options
| author | Tim Graham <timograham@gmail.com> | 2018-04-04 11:32:14 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-04 11:43:57 -0400 |
| commit | f185a1fca0223b460c6e1e960f5203616bf8d069 (patch) | |
| tree | d31c921e4cfe0ad62f9076cb84e99501734b1db0 | |
| parent | a390cc710939365e58e6dc98ec282e532f71a3f9 (diff) | |
[2.0.x] Updated intersphinx_mapping URL for sphinx.
Backport of cf8fc4797458b2c788ecf0be0afca6b0512ce1c0 from master
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3eafe8ca87..cc641c4137 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -135,7 +135,7 @@ pygments_style = 'trac' # branch, which is located at this URL. intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), - 'sphinx': ('http://sphinx-doc.org/', None), + 'sphinx': ('http://www.sphinx-doc.org/en/master/', None), 'psycopg2': ('http://initd.org/psycopg/docs/', None), } |
