From d8ef9f3d3cd9727104136b53fdf79e2ec45f87e3 Mon Sep 17 00:00:00 2001 From: Davidham3 Date: Wed, 18 Dec 2024 20:48:35 +0800 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1556cff..4874db2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,22 +1,7 @@ version: 2 - build: os: "ubuntu-22.04" tools: python: "3.11" - jobs: - pre_install: - - pip install torch --index-url https://download.pytorch.org/whl/cpu - pre_build: - - pytest -s - -python: - install: - - method: pip - path: . - extra_requirements: - - docs - - dev - -sphinx: - configuration: docs/conf.py + commands: + - mv * $READTHEDOCS_OUTPUT/html/