From f4cfa9a1ef3e58ba239382595f8f91a7cb5a48bb Mon Sep 17 00:00:00 2001 From: Albert Torosyan Date: Thu, 14 Mar 2024 16:34:56 +0400 Subject: [PATCH 1/2] [fix] Modify .yaml configuration to have build.os entry --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 18cd74ace..b6d67542c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: 3.7 # Build documentation in the docs/ directory with Sphinx # reference: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx @@ -22,7 +22,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: requirements.dev.txt - requirements: docs/requirements.txt From f6f039c88bd894979e0aacf4b9a8bd3d157566d7 Mon Sep 17 00:00:00 2001 From: Albert Torosyan Date: Thu, 14 Mar 2024 16:43:46 +0400 Subject: [PATCH 2/2] [fix] Add quotes to the python version in readthedocs yaml file --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b6d67542c..d55156ff6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: 3.7 + python: "3.7" # Build documentation in the docs/ directory with Sphinx # reference: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx