Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sphinx-rtd-theme from 0.5.2 to 1.0.0 #296

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2021

Bumps sphinx-rtd-theme from 0.5.2 to 1.0.0.

Changelog

Sourced from sphinx-rtd-theme's changelog.

1.0.0

Incompatible Changes

  • The minimum supported python version is now 2.7 or 3.4 and greater (#1093)
  • The minimum supported Sphinx version is now 1.6 (#1091)

Deprecated

  • Support for Sphinx's HTML4 writer is deprecated and will be removed in version 2.0 (#1091)

Features

  • Add support for Sphinx 4.x (#1123)
  • Add support for Docutils 0.17 (#1185 and #1199)
  • Fixed logo scaling on IE11 (#1183)
  • Added support for logos as URLs (#1171)
  • Align top and side navigation background colors on mobile (#1132)
  • Added support for deep toc levels (#1089)
  • Updated translations for Chinese, Dutch, Estonian, French, German, Italian, Lithuanian, Persian, Polish, Portuguese, Russian, Spanish, Swedish, and Turkish locales

A number of accessibility features were added in this release:

  • Allow keyboard to toggle menu expansion (#1167)
  • Allow keyboard to activate permalink (#1162)
  • Show keyboard focus on buttons (#1161)
  • Maintain aria-expanded along with .current in menu (#1151)
  • Respect tab order for prev/next buttons (#1051)

Fixes

  • Updated Google analytics integration (#1129)
  • Add classifier separation on Sphinx 2+ HTML4 writer (#1192)
  • Added missing space char in footer (#1188)
  • Fix navigation right padding on level2+ elements (#1068)
  • Fix navigation expansion button sizes (#1067)
  • Wrap inline literals (#1050)
  • Fix aria labels (#1056)
  • Don't toggle navigation terminal nodes (#1049)
  • Fix <pre> overflow (#1220)
  • Fix literal/ref style inside <dl> (#1088)

Other Changes

... (truncated)

Commits
  • c9b1bde Replace sphinx reST with native reST
  • 15e4a90 Update translations for 1.0 release
  • 2254b1f Update docs and versions for 1.0.0 release
  • acada32 Merge pull request #1220 from readthedocs/nienn/fix-sphinx-4-pre-overflow
  • e319184 Merge branch 'master' into nienn/fix-sphinx-4-pre-overflow
  • 20f205f Merge pull request #1217 from readthedocs/agj/release-labels
  • 2774670 Add CSS max-width to dl.property
  • b557851 Make section labels verbose to avoid numeric labels
  • 73d1707 Merge pull request #1088 from readthedocs/Blendify/fix-717
  • 3a03112 Fix build
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2021
@codecov
Copy link

codecov bot commented Oct 1, 2021

Codecov Report

Merging #296 (26fee46) into master (012b5a1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #296   +/-   ##
=======================================
  Coverage   77.46%   77.46%           
=======================================
  Files          92       92           
  Lines       14633    14633           
  Branches     3274     3274           
=======================================
  Hits        11335    11335           
  Misses       2855     2855           
  Partials      443      443           
Flag Coverage Δ
3.10 77.45% <ø> (ø)
3.11.0-alpha 77.02% <ø> (ø)
3.7 76.57% <ø> (ø)
3.8 76.97% <ø> (ø)
3.9 46.91% <ø> (ø)
Linux 77.01% <ø> (ø)
Windows 76.99% <ø> (ø)
macOS 77.42% <ø> (ø)
pypy-3.9 77.01% <ø> (ø)
regression-3.10 75.87% <ø> (ø)
regression-3.11 75.42% <ø> (ø)
regression-3.7 74.93% <ø> (ø)
regression-3.8 75.37% <ø> (ø)
regression-pypy3 75.40% <ø> (ø)
unit-3.10 46.91% <ø> (ø)
unit-3.11 46.92% <ø> (ø)
unit-3.7 45.75% <ø> (ø)
unit-3.8 46.91% <ø> (ø)
unit-3.9 46.91% <ø> (ø)
unit-pypy3 46.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch 4 times, most recently from 2ffad9b to 44351fe Compare October 3, 2021 10:55
@brechtm
Copy link
Owner

brechtm commented Oct 4, 2021

Not yet merging this because our docs build shows something similar to the screenshot in the description of readthedocs/sphinx_rtd_theme#1236 (but only for Index and Module Index).

@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch from 44351fe to f4b12a6 Compare November 4, 2021 12:39
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch 3 times, most recently from 0e3ce20 to e334249 Compare December 11, 2021 19:41
@brechtm brechtm force-pushed the master branch 7 times, most recently from f07f32a to 209f671 Compare December 11, 2021 21:47
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch from e334249 to 01443db Compare December 13, 2021 09:51
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch 3 times, most recently from dffa61d to be0d69c Compare February 22, 2022 12:35
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch from be0d69c to 9aecef9 Compare March 17, 2022 09:09
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch 2 times, most recently from 164a105 to dbb5480 Compare April 1, 2022 16:54
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch from dbb5480 to 0519a16 Compare June 10, 2022 17:57
@brechtm brechtm force-pushed the master branch 3 times, most recently from f01038d to 38e3692 Compare June 17, 2022 10:56
@brechtm brechtm force-pushed the master branch 4 times, most recently from c647ab9 to 001311b Compare June 17, 2022 11:07
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-rtd-theme-1.0.0 branch from 0519a16 to 299d47f Compare June 17, 2022 15:40
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.2 to 1.0.0.
- [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases)
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@0.5.2...1.0.0)

---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:development
  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-1.0.0 branch from 299d47f to 26fee46 Compare August 3, 2022 17:48
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2022

Looks like sphinx-rtd-theme is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Aug 17, 2022
@dependabot dependabot bot deleted the dependabot/pip/sphinx-rtd-theme-1.0.0 branch August 17, 2022 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant