From 880b7c6afbb471ab579fa549673ac5f8ab5d32a1 Mon Sep 17 00:00:00 2001 From: betolink Date: Wed, 28 Feb 2024 21:33:13 -0600 Subject: [PATCH] testing --- readthedocs.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 89fd9a88..dc4ec073 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -10,22 +10,18 @@ build: os: ubuntu-22.04 tools: python: "3.9" - # jobs: - # post_create_environment: + jobs: + post_create_environment: # # Install poetry # # https://python-poetry.org/docs/#installing-manually - # - pip install poetry + - pip install poetry # # Tell poetry to not use a virtual environment - # - poetry config virtualenvs.create false - # post_install: - # - pip uninstall -y mkdocs + - poetry config virtualenvs.create false + - pip uninstall -y mkdocs # # Install dependencies with 'docs' dependency group # # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - # - poetry install - -python: - install: - - requirements: pyproject.toml + - poetry install + - poetry env info mkdocs: configuration: mkdocs.yml