From 71492a94e7d117391890f85d0ff657fcc67e3e45 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Thu, 25 Oct 2018 13:04:33 +0200
Subject: [PATCH] Enable material theme again

---
 mkdocs.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index f7e647927..b5f82b1f4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,5 +1,4 @@
 site_name: IT4Innovations Documentation
-theme_dir: 'material'
 docs_dir: docs.it4i
 site_favicon: img/favicon.ico
 
@@ -17,6 +16,14 @@ repo_url: https://code.it4i.cz/sccs/docs.it4i.cz
 # Copyright
 copyright: Copyright (c) 2013-2018 IT4Innovations / ver. 03ecba66 / 2018-10-16 10:21:23 +0200
 
+theme:
+  name: null
+  custom_dir: material
+
+  # Don't include MkDocs' JavaScript
+  include_search_page: false
+  search_index_only: true
+
 pages:
   - Home: index.md
   - Accessing the Clusters:
-- 
GitLab