From 8c456660e02e466634a4dc7325bf9505d33c5f80 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Mon, 1 Jan 2024 11:54:37 -0300 Subject: [PATCH] Putting it into root. --- docs/mkdocs.yaml => .mkdocs.yml | 0 .readthedocs.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/mkdocs.yaml => .mkdocs.yml (100%) diff --git a/docs/mkdocs.yaml b/.mkdocs.yml similarity index 100% rename from docs/mkdocs.yaml rename to .mkdocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1dff157..824a5b9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,4 +9,4 @@ build: python: "3.12" mkdocs: - configuration: mkdocs.yaml + configuration: .mkdocs.yml