diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index d6810ef4..70efa5f1 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -6,8 +6,10 @@ build: python: "3.11" mkdocs: - configuration: mkdocs.yml + configuration: docs/mkdocs.yml python: install: - requirements: docs/requirements.txt + +formats: [] \ No newline at end of file diff --git a/mkdocs.yml b/docs/mkdocs.yml similarity index 100% rename from mkdocs.yml rename to docs/mkdocs.yml