From 0226022fd3c9494acdbc306da39397d146876dc9 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Fri, 20 Dec 2019 22:56:53 +0530 Subject: [PATCH] Add intersphinx link to scancode-workbench.readthedocs.io Signed-off-by: Ayan Sinha Mahapatra --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a50a5eb8..7ceace5c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,7 +42,8 @@ # This points to scancode-toolkit.readthedocs.io # In case of "undefined label" ERRORS check docs on intersphinx to troubleshoot # Link was created at commit - https://github.com/nexB/scancode-toolkit/commit/3a71e44a403e0da18217f327f2362f6031f53d4b -intersphinx_mapping = {'scancode-toolkit': ('https://scancode-toolkit.readthedocs.io/en/latest/', None)} +intersphinx_mapping = {'scancode-toolkit': ('https://scancode-toolkit.readthedocs.io/en/latest/', None), + 'scancode-workbench': ('https://scancode-workbench.readthedocs.io/en/develop/', None)} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']