From c270af9782de309d90669d4bef443eb5144c53aa Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Mon, 11 Sep 2023 20:24:25 -0400 Subject: [PATCH] fix .readthedocs.yaml --- .readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1437f215d4..ff4cc83b48 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,13 +5,13 @@ build: python: "3.11" apt_packages: - libfile-copy-recursive-perl - sphinx: - configuration: docs/en/rst/conf.py - python: - install: - - requirements: docs/requirements.txt jobs: post_build: - perl docs/makedocs.pl --pod-only - cp -rp docs/en/html/integrating/api/ "$READTHEDOCS_OUTPUT/html/integrating/api" - cp -p docs/en/html/style.css "$READTHEDOCS_OUTPUT/html/" +sphinx: + configuration: docs/en/rst/conf.py +python: + install: + - requirements: docs/requirements.txt -- 2.47.2