diff --git a/.readthedocs.yml b/.readthedocs.yml index 7cc878efc..e850966fe 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,4 +10,5 @@ build: jobs: install: + - pip install -U pip - pip install . --group 'docs' diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bbbc7235a..15892d838 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,8 +13,8 @@ Unreleased - Update vendored schemas: bitbucket-pipelines, buildkite, compose-spec, dependabot, drone-ci, github-issue-forms, gitlab-ci, meltano, mergify, renovate, snapcraft, woodpecker-ci (2025-09-17) -- Add GitHub issue config schema and pre-commit hook (:issue:`589`). -- Add GitHub issue form schema and pre-commit hook (:issue:`588`). +- Add GitHub issue config schema and pre-commit hook. Thanks :user:`vivodi`! (:issue:`589`). +- Add GitHub issue form schema and pre-commit hook. Thanks :user:`vivodi`! (:issue:`588`). 0.33.3 ------