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

MAINT: Bump the documentation group with 4 updates #2759

Merged
merged 7 commits into from
Feb 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2024

Bumps the documentation group with 4 updates: ansys-sphinx-theme, pytest-sphinx, sphinx-autobuild and sphinx-autodoc-typehints.

Updates ansys-sphinx-theme from 0.13.2 to 0.13.3

Commits

Updates pytest-sphinx from 0.5.0 to 0.6.0

Release notes

Sourced from pytest-sphinx's releases.

v0.6.0

What's Changed

Full Changelog: twmr/pytest-sphinx@v0.5.0...v0.6.0

Changelog

Sourced from pytest-sphinx's changelog.

[0.6.0] - 2024-02-03

  • Require pytest >= 8.0 #59
  • Drop support for python 3.7 #59
Commits

Updates sphinx-autobuild from 2021.3.14 to 2024.2.4

Release notes

Sourced from sphinx-autobuild's releases.

Release 2024.02.04

2024.02.04

Changelog

Sourced from sphinx-autobuild's changelog.

Changelog

unreleased

2024.02.04 - 2024-02-04

  • Declare support for Python 3.9, 3.10, 3.11, and 3.12
  • Drop support for Python 3.8 and earlier
  • Allow passing relative paths to --ignore
  • Support all valid sphinx-build options (except Make-mode)
  • Fix path issues on Windows
  • Differentiate pre-build command failures from Sphinx failures

2021.03.14 - 2021-03-14

  • Change output handling for subprocesses.
  • Present helpful error message when the subprocesses fail.
  • Skip the main sphinx build, if pre-build commands fail.

2020.09.01 - 2020-09-01

  • Adopt Calendar Versioning.
  • Modernize codebase and require Python 3.6+.
  • Directly depend on sphinx.
  • Rewritten documentation.
  • Invoke sphinx via {sys.executable} -m sphinx instead of sphinx-build.
  • Trim dependencies down to only livereload and sphinx.
  • Drop custom adapter for watchdog.
  • Drop --poll flag.
  • Drop single letter variants for flags that were specific to sphinx-autobuild.

0.7.1 - 2017/07/05

  • Remove spurious virtualenv directory from published packages.

0.7.0 - 2017/07/05

  • Add support for python 3.5, 3.6 and deprecate official python 2.6 support.
  • Add __main__ module for python 3.
  • Add a --version argument.

... (truncated)

Commits

Updates sphinx-autodoc-typehints from 1.25.2 to 2.0.0

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.0.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.3...2.0.0

1.25.3

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.25.2...1.25.3

Commits
  • 601583f Add option to force unions (and options) to be rendered with bars (#418)
  • 2156242 [pre-commit.ci] pre-commit autoupdate (#424)
  • d810826 [pre-commit.ci] pre-commit autoupdate (#423)
  • d2955c6 Stop parsing from overwriting Sphinx configuration (#422)
  • 0bec1bc [pre-commit.ci] pre-commit autoupdate (#416)
  • a43776a [pre-commit.ci] pre-commit autoupdate (#415)
  • 4e53ee5 [pre-commit.ci] pre-commit autoupdate (#414)
  • f93181b [pre-commit.ci] pre-commit autoupdate (#412)
  • 05a8290 [pre-commit.ci] pre-commit autoupdate (#411)
  • 939d512 [pre-commit.ci] pre-commit autoupdate (#406)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sphinx-autodoc-typehints [< 1.24, > 1.23.0]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner February 9, 2024 00:09
@dependabot dependabot bot added Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc) labels Feb 9, 2024
Bumps the documentation group with 4 updates: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [pytest-sphinx](https://github.com/thisch/pytest-sphinx), [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints).


Updates `ansys-sphinx-theme` from 0.13.2 to 0.13.3
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.13.2...v0.13.3)

Updates `pytest-sphinx` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/thisch/pytest-sphinx/releases)
- [Changelog](https://github.com/thisch/pytest-sphinx/blob/master/CHANGELOG.md)
- [Commits](twmr/pytest-sphinx@v0.5.0...v0.6.0)

Updates `sphinx-autobuild` from 2021.3.14 to 2024.2.4
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](sphinx-doc/sphinx-autobuild@2021.03.14...2024.02.04)

Updates `sphinx-autodoc-typehints` from 1.25.2 to 2.0.0
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.25.2...2.0.0)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: documentation
- dependency-name: pytest-sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: documentation
- dependency-name: sphinx-autobuild
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: documentation
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: documentation
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/documentation-1b6798f43a branch from 037eca4 to cc8d611 Compare February 9, 2024 09:41
@germa89
Copy link
Collaborator

germa89 commented Feb 9, 2024

@germa89 germa89 merged commit 5d5d448 into main Feb 9, 2024
27 checks passed
@germa89 germa89 deleted the dependabot/pip/documentation-1b6798f43a branch February 9, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant