From dbe7bfe6bdbe2b4342673ecc29a97417b74f5e54 Mon Sep 17 00:00:00 2001 From: kthoden Date: Tue, 9 Jun 2020 16:35:26 +0200 Subject: [PATCH] Fix config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c4badd5..036286c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,6 +73,6 @@ DOC_URL = "http://localhost:7999" # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'main': (f'{DOC_URL}/', None) +intersphinx_mapping = {'main': (f'{DOC_URL}/', None), 'webplat': (f'{DOC_URL}/webdesign_platform', None), }