From 2a5f4fdbe984701fd0cb53f2065ff0b520505975 Mon Sep 17 00:00:00 2001 From: Dmitry Sorokin Date: Tue, 26 Nov 2024 10:13:01 +0000 Subject: [PATCH] Add link to RTD github Signed-off-by: Dmitry Sorokin --- 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 185c2f4b05..cea2a550f8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -222,7 +222,8 @@ # to ignore or allow certain links. # We've tried to rely on RTD's default `robots.txt`, but it doesn't support sub-projects (Viz and Datasets), # so we decided to use our own `robots.txt` again, with a link to the custom `sitemap.xml`. -# See the discussion at https://github.com/kedro-org/kedro/issues/3741. +# See the discussion at https://github.com/kedro-org/kedro/issues/3741 +# and https://github.com/readthedocs/readthedocs.org/issues/6841 html_extra_path = [str(here / "extra_files")] # Removes, from all docs, the copyright footer.