From 59d0d080cedf96b5e153db62a534fd4dd3b7256e Mon Sep 17 00:00:00 2001 From: Danil Akhtarov Date: Tue, 26 Mar 2024 20:52:53 +0400 Subject: [PATCH] Fix readthedocs file --- .readthedocs.yaml | 20 ++++++++++++++++++++ readthedocs.yml | 14 -------------- 2 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 .readthedocs.yaml delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..ad1cb89 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +# Read the Docs configuration file for MkDocs projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +mkdocs: + configuration: mkdocs.yml + +# Optionally declare the Python requirements required to build your docs +python: + install: + - method: pip + path: mkdocs==1.5.3 diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index c1d81f2..0000000 --- a/readthedocs.yml +++ /dev/null @@ -1,14 +0,0 @@ -version: 2 - -mkdocs: - configuration: mkdocs.yml - -python: - version: 3.12 - -build: - image: latest - -dependencies: - pre: - - pip install mkdocs