From 59096c17d614af1cea621bb4626892a7b8560144 Mon Sep 17 00:00:00 2001 From: voetberg Date: Mon, 24 Jun 2024 09:37:14 -0500 Subject: [PATCH] Run readthedocs using commands instead of jobs --- .readthedocs.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index fa83207..a405e25 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,12 +6,8 @@ build: os: "ubuntu-22.04" tools: python: "3.10" - jobs: - post_create_environment: + commands: - pip install poetry - - poetry config virtualenvs.create false - post_install: - poetry install --with dev - -sphinx: - configuration: docs/source/conf.py + - cd docs + - poetry run make $READTHEDOCS_OUTPUT/html