From d426a6575bab40f6ef1a17eba5e24af64134fcfe Mon Sep 17 00:00:00 2001 From: Michael Johansen Date: Wed, 3 Sep 2025 09:22:51 -0500 Subject: [PATCH] Update python version in RTD yaml files Signed-off-by: Michael Johansen --- packages/ni-grpc-extensions/.readthedocs.yaml | 2 +- packages/ni.datamonikers.v1.proto/.readthedocs.yaml | 2 +- packages/ni.grpcdevice.v1.proto/.readthedocs.yaml | 2 +- .../ni.measurementlink.discovery.v1.client/.readthedocs.yaml | 2 +- .../ni.measurementlink.discovery.v1.proto/.readthedocs.yaml | 2 +- .../ni.measurementlink.measurement.v1.proto/.readthedocs.yaml | 2 +- .../ni.measurementlink.measurement.v2.proto/.readthedocs.yaml | 2 +- packages/ni.measurementlink.pinmap.v1.proto/.readthedocs.yaml | 2 +- packages/ni.measurementlink.proto/.readthedocs.yaml | 2 +- .../.readthedocs.yaml | 2 +- packages/ni.measurements.metadata.v1.proto/.readthedocs.yaml | 2 +- packages/ni.panels.v1.proto/.readthedocs.yaml | 2 +- packages/ni.protobuf.types/.readthedocs.yaml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/ni-grpc-extensions/.readthedocs.yaml b/packages/ni-grpc-extensions/.readthedocs.yaml index f265a234..a0ee911d 100644 --- a/packages/ni-grpc-extensions/.readthedocs.yaml +++ b/packages/ni-grpc-extensions/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni-grpc-extensions install --only main,docs diff --git a/packages/ni.datamonikers.v1.proto/.readthedocs.yaml b/packages/ni.datamonikers.v1.proto/.readthedocs.yaml index feedcd23..cf659c54 100644 --- a/packages/ni.datamonikers.v1.proto/.readthedocs.yaml +++ b/packages/ni.datamonikers.v1.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.datamonikers.v1.proto install --only main,docs diff --git a/packages/ni.grpcdevice.v1.proto/.readthedocs.yaml b/packages/ni.grpcdevice.v1.proto/.readthedocs.yaml index ac8ec099..08d716b9 100644 --- a/packages/ni.grpcdevice.v1.proto/.readthedocs.yaml +++ b/packages/ni.grpcdevice.v1.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.grpcdevice.v1.proto install --only main,docs diff --git a/packages/ni.measurementlink.discovery.v1.client/.readthedocs.yaml b/packages/ni.measurementlink.discovery.v1.client/.readthedocs.yaml index bb6c7c14..afcabb1e 100644 --- a/packages/ni.measurementlink.discovery.v1.client/.readthedocs.yaml +++ b/packages/ni.measurementlink.discovery.v1.client/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.measurementlink.discovery.v1.client install --only main,docs diff --git a/packages/ni.measurementlink.discovery.v1.proto/.readthedocs.yaml b/packages/ni.measurementlink.discovery.v1.proto/.readthedocs.yaml index 4ececec4..fe418ab3 100644 --- a/packages/ni.measurementlink.discovery.v1.proto/.readthedocs.yaml +++ b/packages/ni.measurementlink.discovery.v1.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.measurementlink.discovery.v1.proto install --only main,docs diff --git a/packages/ni.measurementlink.measurement.v1.proto/.readthedocs.yaml b/packages/ni.measurementlink.measurement.v1.proto/.readthedocs.yaml index 51e6c0eb..2f6a8053 100644 --- a/packages/ni.measurementlink.measurement.v1.proto/.readthedocs.yaml +++ b/packages/ni.measurementlink.measurement.v1.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.measurementlink.measurement.v1.proto install --only main,docs diff --git a/packages/ni.measurementlink.measurement.v2.proto/.readthedocs.yaml b/packages/ni.measurementlink.measurement.v2.proto/.readthedocs.yaml index 74916a80..ce632033 100644 --- a/packages/ni.measurementlink.measurement.v2.proto/.readthedocs.yaml +++ b/packages/ni.measurementlink.measurement.v2.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.measurementlink.measurement.v2.proto install --only main,docs diff --git a/packages/ni.measurementlink.pinmap.v1.proto/.readthedocs.yaml b/packages/ni.measurementlink.pinmap.v1.proto/.readthedocs.yaml index 9a2137e2..4694909d 100644 --- a/packages/ni.measurementlink.pinmap.v1.proto/.readthedocs.yaml +++ b/packages/ni.measurementlink.pinmap.v1.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.measurementlink.pinmap.v1.proto install --only main,docs diff --git a/packages/ni.measurementlink.proto/.readthedocs.yaml b/packages/ni.measurementlink.proto/.readthedocs.yaml index b79f6576..72a301db 100644 --- a/packages/ni.measurementlink.proto/.readthedocs.yaml +++ b/packages/ni.measurementlink.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.measurementlink.proto install --only main,docs diff --git a/packages/ni.measurementlink.sessionmanagement.v1.proto/.readthedocs.yaml b/packages/ni.measurementlink.sessionmanagement.v1.proto/.readthedocs.yaml index 4782f369..e923abcf 100644 --- a/packages/ni.measurementlink.sessionmanagement.v1.proto/.readthedocs.yaml +++ b/packages/ni.measurementlink.sessionmanagement.v1.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.measurementlink.sessionmanagement.v1.proto install --only main,docs diff --git a/packages/ni.measurements.metadata.v1.proto/.readthedocs.yaml b/packages/ni.measurements.metadata.v1.proto/.readthedocs.yaml index ee2f2d94..faa3b7f1 100644 --- a/packages/ni.measurements.metadata.v1.proto/.readthedocs.yaml +++ b/packages/ni.measurements.metadata.v1.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.measurements.metadata.v1.proto install --only main,docs diff --git a/packages/ni.panels.v1.proto/.readthedocs.yaml b/packages/ni.panels.v1.proto/.readthedocs.yaml index 708a306a..2f061647 100644 --- a/packages/ni.panels.v1.proto/.readthedocs.yaml +++ b/packages/ni.panels.v1.proto/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.panels.v1.proto install --only main,docs diff --git a/packages/ni.protobuf.types/.readthedocs.yaml b/packages/ni.protobuf.types/.readthedocs.yaml index c041d02f..c0f1e840 100644 --- a/packages/ni.protobuf.types/.readthedocs.yaml +++ b/packages/ni.protobuf.types/.readthedocs.yaml @@ -8,7 +8,7 @@ build: python: "3.11" jobs: post_create_environment: - - pip install poetry==1.8.2 + - pip install poetry==2.1.4 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry -C packages/ni.protobuf.types install --only main,docs