From 32fb3b83fa0a7bfdcdb64c96aee1a3d08f06e9b9 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Thu, 17 Oct 2024 12:29:07 -0700 Subject: [PATCH] Ignore code.visualstudio.com, these urls are being forbidden when run from inside CI --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index aa59786e26..d743df18e1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -199,6 +199,7 @@ r'^http://$', r'^https://$', r'https://(platform\.)?openai.com', + r'https://code.visualstudio.com' ] # Add any paths that contain templates here, relative to this directory.