1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sun, 21 Oct 2018 13:31:39 +0200
Subject: Disable material theme for mkdocs, use default one.
---
mkdocs.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index 0bd3243..3b6326d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,8 +1,8 @@
site_name: Uvicorn
site_description: The lightning-fast ASGI server.
-theme:
- name: 'material'
+#theme:
+# name: 'material'
repo_name: encode/uvicorn
repo_url: https://github.com/encode/uvicorn
|