diff --git a/.github/labeler.yml b/.github/labeler.yml index 9e41076d0..982d27e86 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -33,6 +33,7 @@ documentation: - "docs/**" - "*.md" - ".github/*.md" + - ".readthedocs.yaml" scripts: - changed-files: - any-glob-to-any-file: diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9cfd9895a..3804a40b8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 # Set the version of Python build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "3.12"