From 305e0829c4100d1316dd30e91d978e56602cf893 Mon Sep 17 00:00:00 2001 From: Julian Gilbey Date: Fri, 15 Jul 2022 09:32:46 +0100 Subject: [PATCH] Add docs/_static directory to allow sphinx-build to work without warnings --- docs/_static/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/_static/.gitignore diff --git a/docs/_static/.gitignore b/docs/_static/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/docs/_static/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore