From adc0bd3330bf9421d942271aad754c6617809575 Mon Sep 17 00:00:00 2001 From: Richard Gerum <14153051+rgerum@users.noreply.github.com> Date: Sun, 5 May 2024 10:29:42 -0400 Subject: [PATCH] updated .readthedocs.yaml --- .readthedocs.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 84ffef1..f8a58d2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,17 +4,13 @@ build: os: ubuntu-22.04 tools: python: "3.10" - jobs: - post_create_environment: - # Install poetry - # https://python-poetry.org/docs/#installing-manually - - pip install poetry - # Tell poetry to not use a virtual environment - - poetry config virtualenvs.create false - post_install: - # Install dependencies with 'docs' dependency group - # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - - poetry install --with docs sphinx: configuration: docs/source/conf.py + +python: + install: + - method: pip + path: . + extra_requirements: + - docs