From 867353b827eabb294f1cc8d0d825669cf64b7138 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 27 Aug 2018 19:13:42 -0400 Subject: switch from mkdocs-material to a custom readthedocs style for user docs as well --- mkdocs-material/material/nav.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 mkdocs-material/material/nav.html (limited to 'mkdocs-material/material/nav.html') diff --git a/mkdocs-material/material/nav.html b/mkdocs-material/material/nav.html deleted file mode 100644 index c926c085..00000000 --- a/mkdocs-material/material/nav.html +++ /dev/null @@ -1,32 +0,0 @@ -{% if nav_item.children %} -
  • - {{ nav_item.title }} - -
  • -{% else %} -
  • - - {{ nav_item.title }} - - {% if nav_item == current_page %} - {% if h1 %} - {% set toc = (toc | first).children %} - {% endif %} - {% if toc and (toc | first) %} - - {% endif %} - {% endif %} -
  • -{% endif %} \ No newline at end of file -- cgit v1.3.1