From: Adam Cecile <acecile@le-vert.net>
Date: Mon, 6 Jan 2020 14:18:01 +0100
Subject: Change default theme and disable unsupported ext in mkdocs.yml

djangorestframework-api-key (1.4.1-1) unstable; urgency=medium

  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
---
 mkdocs.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,7 +2,7 @@
 site_url: https://florimondmanca.github.io/djangorestframework-api-key
 copyright: © 2018-present Florimond Manca
 theme:
-  name: "material"
+  name: "readthedocs"
   palette:
     primary: "red"
     accent: "red"
@@ -22,13 +22,13 @@
   - Changelog: https://github.com/florimondmanca/djangorestframework-api-key/tree/master/CHANGELOG.md
   - License: https://github.com/florimondmanca/djangorestframework-api-key/tree/master/LICENSE
 
-markdown_extensions:
-  - admonition
-  - footnotes
-  - pymdownx.superfences
-  - pymdownx.snippets:
-      check_paths: true
-  - codehilite:
-      guess_lang: false
-  - toc:
-      permalink: true
+#markdown_extensions:
+#  - admonition
+#  - footnotes
+#  - pymdownx.superfences
+#  - pymdownx.snippets:
+#      check_paths: true
+#  - codehilite:
+#      guess_lang: false
+#  - toc:
+#      permalink: true
