Skip to content

Bump sphinx from 5.0.2 to 5.1.1#213

Merged
tkoyama010 merged 1 commit intomainfrom
dependabot/pip/sphinx-5.1.1
Jul 27, 2022
Merged

Bump sphinx from 5.0.2 to 5.1.1#213
tkoyama010 merged 1 commit intomainfrom
dependabot/pip/sphinx-5.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2022

Bumps sphinx from 5.0.2 to 5.1.1.

Release notes

Sourced from sphinx's releases.

v5.1.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v5.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinx's changelog.

Release 5.1.1 (released Jul 26, 2022)

Bugs fixed

  • #10701: Fix ValueError in the new deque based sphinx.ext.napolean iterator implementation.
  • #10702: Restore compatability with third-party builders.

Release 5.1.0 (released Jul 24, 2022)

Dependencies

  • #10656: Support Docutils 0.19_. Patch by Adam Turner.

.. _Docutils 0.19: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-19-2022-07-05

Deprecated

  • #10467: Deprecated sphinx.util.stemmer in favour of snowballstemmer. Patch by Adam Turner.
  • #9856: Deprecated sphinx.ext.napoleon.iterators.

Features added

  • #10444: html theme: Allow specifying multiple CSS files through the stylesheet setting in theme.conf or by setting html_style to an iterable of strings.
  • #10366: std domain: Add support for emphasising placeholders in :rst:dir:option directives through a new :confval:option_emphasise_placeholders configuration option.
  • #10439: std domain: Use the repr of some variables when displaying warnings, making whitespace issues easier to identify.
  • #10571: quickstart: Reduce content in the generated conf.py file. Patch by Pradyun Gedam.
  • #10648: LaTeX: CSS-named-alike additional :ref:'sphinxsetup' <latexsphinxsetup> keys allow to configure four separate border-widths, four paddings, four corner radii, a shadow (possibly inset), colours for border, background, shadow for each of the code-block, topic, attention, caution, danger, error and warning directives.
  • #10655: LaTeX: Explain non-standard encoding in LatinRules.xdy
  • #10599: HTML Theme: Wrap consecutive footnotes in an <aside> element when using Docutils 0.18 or later, to allow for easier styling. This matches the behaviour introduced in Docutils 0.19. Patch by Adam Turner.
  • #10518: config: Add include_patterns as the opposite of exclude_patterns. Patch by Adam Turner.

... (truncated)

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

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.1.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.0.2...v5.1.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies maintenance Low-impact maintenance activity labels Jul 27, 2022
@codecov
Copy link

codecov bot commented Jul 27, 2022

Codecov Report

Merging #213 (f4ebbeb) into main (8aa8a64) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   97.22%   97.22%           
=======================================
  Files           8        8           
  Lines         648      648           
  Branches       90       90           
=======================================
  Hits          630      630           
  Partials       18       18           

@tkoyama010 tkoyama010 merged commit 7eaa69e into main Jul 27, 2022
@tkoyama010 tkoyama010 deleted the dependabot/pip/sphinx-5.1.1 branch July 27, 2022 01:20
larsoner added a commit to larsoner/pyvistaqt that referenced this pull request Jan 6, 2023
* upstream/main: (125 commits)
  Bump check-jsonschema from 0.17.1 to 0.20.0 (pyvista#261)
  Bump pre-commit from 2.20.0 to 2.21.0 (pyvista#263)
  Bump matplotlib from 3.5.2 to 3.6.2 (pyvista#262)
  Bump isort from 5.10.1 to 5.11.4 (pyvista#264)
  Bump pre-commit-hooks from 4.3.0 to 4.4.0 (pyvista#260)
  Bump flake8 from 4.0.1 to 6.0.0 (pyvista#251)
  Bump actions/checkout from 2 to 3 in /.github/workflows (pyvista#246)
  Bump pylint from 2.13.0 to 2.15.9 (pyvista#256)
  Bump peter-evans/create-pull-request from 3 to 4 in /.github/workflows (pyvista#249)
  Bump codecov/codecov-action from 2 to 3 in /.github/workflows (pyvista#247)
  Bump actions/setup-python from 2 to 4 in /.github/workflows (pyvista#248)
  Bump numpy from 1.21.6 to 1.24.1 (pyvista#257)
  Bump ipython from 7.34.0 to 8.8.0 (pyvista#259)
  Update pre-commit hooks (pyvista#231)
  BUG: Safe app window close (pyvista#258)
  update pre-commit hooks (pyvista#228)
  Bump pyvista from 0.35.2 to 0.36.0 (pyvista#217)
  Bump imageio from 2.20.0 to 2.21.0 (pyvista#216)
  Bump sphinx from 5.0.2 to 5.1.1 (pyvista#213)
  Bump imageio from 2.19.5 to 2.20.0 (pyvista#214)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies maintenance Low-impact maintenance activity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant