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

@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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Low risk dependency-only change affecting the dev/docs build; potential breakage limited to Sphinx documentation generation due to updated theme and dependency constraints.

Overview
Updates the dev documentation dependency sphinx-rtd-theme to 2.0.0 by widening the pyproject.toml constraint to allow >=1.2,<3.0 and regenerating poetry.lock.

The lockfile reflects the new theme’s updated requirements (sphinx >=5,<8, docutils <0.21, Python >=3.6) and includes a minor marker normalization for colorama.

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

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 @github
Copy link
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

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.
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