From 807cd0c5a1d0163eab75fa6430ee1fee0ebf60ff Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Fri, 6 Apr 2018 09:37:45 +0200 Subject: [PATCH] Revert "Update to current mkdocs and mkdocs-material theme" This reverts commit 79454f95bd2c9fd95fad1117e3e58ee2dfedeb2f. --- mkdocs.template.yml | 10 +++++----- theme/css/theme.css | 4 ---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/mkdocs.template.yml b/mkdocs.template.yml index 99d7a58..679bad4 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -1,12 +1,11 @@ --- -theme: - name: material - custom_dir: theme - font: - text: 'Open Sans:300,400,400i,600,700' +theme: material +theme_dir: theme docs_dir: projects site_dir: 'html' extra: + font: + text: 'Open Sans:300,400,400i,600,700' menu: - text: 'Products' link: 'https://www.icinga.com/products/' @@ -36,6 +35,7 @@ extra: link: 'https://www.icinga.com/feed/' extra_css: - css/theme.css +extra_javascript: [] markdown_extensions: - smarty - admonition diff --git a/theme/css/theme.css b/theme/css/theme.css index 15bc51f..7248031 100644 --- a/theme/css/theme.css +++ b/theme/css/theme.css @@ -319,10 +319,6 @@ top: 1rem; } -.md-search__form { - width: 40rem; -} - #mkdocs-search-results { font-family: "Open Sans" }