From 03b74476f12d65ab5fb1d36ae9b25f8bd11d50d5 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Mon, 23 Jul 2018 20:20:52 +0100 Subject: [PATCH] Add config for Giles Signed-off-by: Stuart Mumford --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..61f77ec60 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[ tool.giles ] + + [ tool.giles.circleci_artifacts.docs ] + url = "gen/index.html" + message = "Click details to preview the HTML documentation." + + [ tool.giles.circleci_artifacts.random ] + url = "client-server/index.html" + message = "Click to preview the swagger build."