From 6756d1b3ca05d3017c2d829924da0f6fd8b7ccb4 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Mon, 8 May 2023 09:43:52 +0200 Subject: [PATCH] Docs: Update the URL for the `aiida-core` intersphinx inventory The previous URL was returning a 400 Bad request. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0fb69f2..a19993e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,7 +33,7 @@ # Settings for the `sphinx.ext.intersphinx` extension intersphinx_mapping = { - 'aiida': ('http://aiida_core.readthedocs.io/en/latest/', None), + 'aiida': ('http://aiida-core.readthedocs.io/en/latest/', None), } # Add any paths that contain templates here, relative to this directory.