From 3411ba4773652af94413090e46da97e072a77a96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Thu, 10 Dec 2020 13:41:06 +0100
Subject: [PATCH] DOC: remove some warnings

---
 src/doc/conf.py      | 5 ++---
 src/doc/tutorials.md | 2 ++
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 src/doc/tutorials.md

diff --git a/src/doc/conf.py b/src/doc/conf.py
index 289b12b0..a5dffcce 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -16,6 +16,7 @@
 # import sys
 # sys.path.insert(0, os.path.abspath('../caosdb'))
 
+import sphinx_rtd_theme
 
 # -- Project information -----------------------------------------------------
 
@@ -29,8 +30,6 @@ version = '0.X.Y'
 release = '0.x.y-beta-rc2'
 
 
-import sphinx_rtd_theme
-
 # -- General configuration ---------------------------------------------------
 
 # If your documentation needs a minimal Sphinx version, state it here.
@@ -94,7 +93,7 @@ html_theme = 'sphinx_rtd_theme'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+# html_static_path = ['_static']
 
 # Custom sidebar templates, must be a dictionary that maps document names
 # to template names.
diff --git a/src/doc/tutorials.md b/src/doc/tutorials.md
new file mode 100644
index 00000000..b6fab038
--- /dev/null
+++ b/src/doc/tutorials.md
@@ -0,0 +1,2 @@
+# Tutorials
+to be created
-- 
GitLab