From b23883d042e1f45db38d677c7e91879e459ab945 Mon Sep 17 00:00:00 2001 From: polistern Date: Tue, 16 Nov 2021 13:27:35 +0000 Subject: [PATCH] Try to use theme. --- .readthedocs.yaml | 4 ++++ mkdocs.yml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f0861a..9d73ceb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,10 @@ build: tools: python: "3.9" +mkdocs: + configuration: mkdocs.yml + fail_on_warning: false + python: install: - requirements: requirements.txt diff --git a/mkdocs.yml b/mkdocs.yml index 8e56ae9..fa8cb62 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,7 +46,6 @@ nav: - Contributing: about/contributing.md copyright: CC-BY-SA 4.0, Maintained by polistern -theme: readthedocs markdown_extensions: - admonition