From 2b5d693bc01ba04c93c7ce53ccbc6f00c4f8e76a Mon Sep 17 00:00:00 2001 From: Alexis Durgnat <alexis.durgnat@hesge.ch> Date: Mon, 1 Nov 2021 16:10:51 +0100 Subject: [PATCH] Add empty dirs to avoid warnings when building doc --- docs/_static/.gitkeep | 0 docs/_templates/.gitkeep | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/_static/.gitkeep create mode 100644 docs/_templates/.gitkeep diff --git a/docs/_static/.gitkeep b/docs/_static/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/docs/_templates/.gitkeep b/docs/_templates/.gitkeep new file mode 100644 index 0000000..e69de29 -- GitLab