diff options
author | Adam Spiers <git@adamspiers.org> | 2021-04-04 00:33:08 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2021-04-04 00:58:23 +0100 |
commit | 0fb8fe1bed7f7fc516159c11f2743f52a1aaba45 (patch) | |
tree | 9b3625eeef0dfdf895710272667756eafd2e1a59 /docs | |
parent | 47461a0fde1566a51d3cde54038afc1f200fd8d2 (diff) | |
download | git-deps-0fb8fe1bed7f7fc516159c11f2743f52a1aaba45.tar.gz |
Update sphinx docs location
Diffstat (limited to 'docs')
-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 51f2a4a..3a6498d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -239,7 +239,7 @@ latex_documents = [ # -- External mapping ------------------------------------------------------------ python_version = '.'.join(map(str, sys.version_info[0:2])) intersphinx_mapping = { - 'sphinx': ('http://sphinx.pocoo.org', None), + 'sphinx': ('https://www.sphinx-doc.org/en/master', None), 'python': ('http://docs.python.org/' + python_version, None), 'matplotlib': ('http://matplotlib.sourceforge.net', None), 'numpy': ('http://docs.scipy.org/doc/numpy', None), |