From c9a7a926df335b5cb8f873cc0d8c4e9aa72ece08 Mon Sep 17 00:00:00 2001 From: psambit9791 Date: Sun, 8 Sep 2024 02:20:55 +0100 Subject: [PATCH] updated rtd yaml regarding issue:https://github.com/readthedocs/sphinx_rtd_theme/issues/923 --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ef3d3d6..10b308a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,11 +9,14 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.8" + python: "3" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55" # golang: "1.17" + jobs: + post_create_environment: + - python -m pip install sphinx_rtd_theme # Build documentation in the docs/ directory with Sphinx sphinx: