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/src/nav.html | 51 -------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 mkdocs-material/src/nav.html (limited to 'mkdocs-material/src/nav.html') diff --git a/mkdocs-material/src/nav.html b/mkdocs-material/src/nav.html deleted file mode 100644 index 1d70b9fc..00000000 --- a/mkdocs-material/src/nav.html +++ /dev/null @@ -1,51 +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