From 39dae5a50326502c14799e5d487a1adfc3d4dd70 Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Mon, 1 Apr 2019 14:23:13 +0100 Subject: [PATCH] doc: Fix workload automation intersphinx inventory --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 2af97de94..a6528259e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -335,10 +335,10 @@ intersphinx_mapping = { 'pandas' : ('https://pandas.pydata.org/pandas-docs/stable/', None), 'matplotlib' : ('https://matplotlib.org', None), # XXX: Doesn't seem to work, might be due to how devlib doc is generated - 'devlib' : ('https://pythonhosted.org/devlib/', None), + 'wa' : ('https://devlib.readthedocs.io/en/latest/', None), 'trappy' : ('https://pythonhosted.org/TRAPpy', None), 'bart' : ('https://pythonhosted.org/bart-py/', None), - 'wa' : ('https://pythonhosted.org/wlauto/', None), + 'wa' : ('https://workload-automation.readthedocs.io/en/latest/', None), } # -- GitLab