From c72487335835592137e418cb6e91a97332c3a0aa Mon Sep 17 00:00:00 2001 From: David Peckham Date: Sat, 3 Feb 2024 15:14:50 -0500 Subject: [PATCH] Configure ReadTheDocs to use MkDocs --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 74daac1..70e6c30 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,8 +5,8 @@ build: tools: python: "3.12" -sphinx: - configuration: docs/source/conf.py +mkdocs: + configuration: mkdocs.yml python: install: