From 64e0f32881e2ee7bd063f8fab3dbd3ca6761fc89 Mon Sep 17 00:00:00 2001 From: betolink Date: Wed, 28 Feb 2024 21:23:08 -0600 Subject: [PATCH] testing pyproj directly --- readthedocs.yml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index d3c389d2..89fd9a88 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -10,18 +10,22 @@ build: os: ubuntu-22.04 tools: python: "3.9" - 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: - - pip uninstall -y mkdocs - # Install dependencies with 'docs' dependency group - # https://python-poetry.org/docs/managing-dependencies/#dependency-groups - - poetry install + # 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: + # - 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 mkdocs: configuration: mkdocs.yml