aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2021-04-04 00:33:08 +0100
committerAdam Spiers <git@adamspiers.org>2021-04-04 00:58:23 +0100
commit0fb8fe1bed7f7fc516159c11f2743f52a1aaba45 (patch)
tree9b3625eeef0dfdf895710272667756eafd2e1a59
parent47461a0fde1566a51d3cde54038afc1f200fd8d2 (diff)
downloadgit-deps-0fb8fe1bed7f7fc516159c11f2743f52a1aaba45.tar.gz
Update sphinx docs location
-rw-r--r--docs/conf.py2
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),