Skip to content

Bump sphinx-rtd-theme from 1.3.0 to 2.0.0#135

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sphinx-rtd-theme-2.0.0
Open

Bump sphinx-rtd-theme from 1.3.0 to 2.0.0#135
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/sphinx-rtd-theme-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps sphinx-rtd-theme from 1.3.0 to 2.0.0.

Changelog

Sourced from sphinx-rtd-theme's changelog.

2.0.0

Added

  • Support for Sphinx versions 6.x and 7.x
  • Support for docutils <=0.20

Deprecations

  • The HTML4 writer is now officially deprecated. An error will be thrown if your project configuration still uses the HTML4 writer.
  • Support for Sphinx versions < 5.0 was removed.
  • In addition, our supported dependencies will match the dependencies from our lowest supported Sphinx release, version 5.0: Python >= 3.6 and docutils > 0.14 and < 0.19

.. _release-1.3.0:

Commits


Note

Low Risk
Low risk dependency/lockfile update confined to dev-time documentation tooling; main runtime code is unaffected, with the main risk being doc build compatibility changes from the theme bump.

Overview
Updates the docs toolchain by bumping sphinx-rtd-theme to 2.0.0 and widening the allowed version range in pyproject.toml.

Regenerates poetry.lock (Poetry generator version change), updating the resolved dependency set/markers (notably docutils/sphinx constraints for the theme) and adding the standard-imghdr lock entry for Python 3.13+.

Written by Cursor Bugbot for commit 079cfc2. This will update automatically on new commits. Configure here.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Mar 19, 2026

Labels

The following labels could not be found: dependencies, security. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Copy Markdown

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

Updates the documentation/dev dependency sphinx-rtd-theme to resolve to v2.0.0 (per lockfile), aligning the project’s dev docs toolchain with the newer Read the Docs Sphinx theme release.

Changes:

  • Relax sphinx-rtd-theme constraint in pyproject.toml and re-lock dependencies.
  • Update poetry.lock to pin sphinx-rtd-theme at 2.0.0 (and refresh lock metadata/markers).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Updates the declared version constraint for sphinx-rtd-theme in dev dependencies.
poetry.lock Pins sphinx-rtd-theme to 2.0.0 and updates lock metadata accordingly.

sphinx = "^5.0"
sphinx-autodoc-typehints = "^1.21"
sphinx-rtd-theme = "^1.2"
sphinx-rtd-theme = ">=1.2,<3.0"
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

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

The PR title/description says this bumps sphinx-rtd-theme to 2.0.0, but the updated constraint allows any 1.x version (and even 1.2). This can permit downgrades on future resolves and doesn’t accurately express the intended upgrade. Consider tightening the lower bound to >=2.0.0 (or using a caret constraint for 2.x) so the dependency spec matches the bump intent. Also note that ReadTheDocs installs from docs/requirements.txt, which is unpinned, so its docs build may still drift from the Poetry-resolved theme version unless that file is aligned.

Copilot uses AI. Check for mistakes.
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0.
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@1.3.0...2.0.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-2.0.0 branch from 64ea7d1 to 079cfc2 Compare April 1, 2026 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant