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