From 82254deaa19aa14ec3b212e4239776a4f49e01dd Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:35:18 +0000 Subject: [PATCH] Remove gilesbot config (#3503) --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 19a6ee8b..00000000 --- a/pyproject.toml +++ /dev/null @@ -1,9 +0,0 @@ -[ tool.gilesbot ] - - [ tool.gilesbot.circleci_artifacts.docs ] - url = "public/index.html" - message = "Click details to preview the HTML documentation." - - [ tool.gilesbot.circleci_artifacts.swagger ] - url = "client-server/index.html" - message = "Click to preview the swagger build."