File: 0001-Disable-material-theme-for-mkdocs-use-default-one.patch

package info (click to toggle)
python-uvicorn 0.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,116 kB
  • sloc: python: 5,209; sh: 84; makefile: 15; javascript: 4
file content (23 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
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