Skip to content

Conversation

@RalfG
Copy link
Member

@RalfG RalfG commented Oct 22, 2025

Fixed

  • Fixed ReadTheDocs installation by using new dependency groups instead of old optional dependencies.

@RalfG RalfG added this to the v3.2.0.post1 milestone Oct 22, 2025
@RalfG RalfG requested a review from Copilot October 22, 2025 13:12
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the ReadTheDocs configuration to use the new PEP 735 dependency groups syntax instead of the deprecated optional dependencies (extras_require) approach. The version is also bumped to include a post-release identifier.

Key changes:

  • Migrated ReadTheDocs build configuration from python.install with extra_requirements to build.jobs.install with pip install --group
  • Updated package version to include post-release suffix

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Version bumped to 3.2.0.post1 to reflect configuration fix
.readthedocs.yml Replaced deprecated extras-based install with dependency group syntax for docs installation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@RalfG RalfG merged commit b5b1948 into main Oct 22, 2025
5 of 7 checks passed
@RalfG RalfG deleted the fix/docs-build branch October 22, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants