ansys / pyprimemesh

Pythonic Meshing Client for Ansys Prime Server
https://prime.docs.pyansys.com/
MIT License
19 stars 9 forks source link

Bump the doc-dependencies group across 1 directory with 5 updates #828

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the doc-dependencies group with 5 updates in the / directory:

Package From To
ansys-sphinx-theme 0.15.2 0.16.6
sphinx 7.2.6 7.4.7
sphinx-autodoc-typehints 2.0.1 2.2.3
sphinx-gallery 0.15.0 0.17.0
sphinx-notfound-page 1.0.0 1.0.2

Updates ansys-sphinx-theme from 0.15.2 to 0.16.6

Commits
  • 01de749 chore: updating CHANGELOG for v0.16.6
  • ccbfc51 release: bump version 0.16.6
  • 932cda6 release: bump version 0.16.6
  • f720fef chore: updating CHANGELOG for v0.16.6
  • 563094a release: bump version 0.16.6
  • 39ed278 Updating CHANGELOG for v0.16.5
  • 15b71da release: bump version 0.16.5
  • 024231e Updating CHANGELOG for v0.16.4
  • e2f1dff release: bump version 0.16.4
  • 21f58fb release: bump version 0.16.4
  • Additional commits viewable in compare view


Updates sphinx from 7.2.6 to 7.4.7

Release notes

Sourced from sphinx's releases.

Sphinx 7.4.7

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

Sphinx 7.4.6

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

Sphinx 7.4.5

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

Sphinx 7.4.4

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

Sphinx 7.4.3

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

Sphinx 7.4.2

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

Sphinx 7.4.1

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

Sphinx 7.4.0

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

Sphinx 7.3.7

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

Sphinx 7.3.6

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

Sphinx 7.3.5

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

Sphinx 7.3.4

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

Sphinx 7.3.3

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

Sphinx 7.3.2

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

Sphinx 7.3.1

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

Sphinx 7.3.0

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

Changelog

Sourced from sphinx's changelog.

Release 7.4.7 (released Jul 20, 2024)

Bugs fixed

  • #12096: Warn when files are overwritten in the build directory. Patch by Adam Turner and Bénédikt Tran.
  • #12620: Ensure that old-style object description options are respected. Patch by Adam Turner.
  • #12601, #12625: Support callable objects in :py:class:~typing.Annotated type metadata in the Python domain. Patch by Adam Turner.
  • #12601, #12622: Resolve :py:class:~typing.Annotated warnings with sphinx.ext.autodoc, especially when using :mod:dataclasses as type metadata. Patch by Adam Turner.
  • #12589, #12626: autosummary: Fix warnings with :rst:role:!autolink. Patch by Adam Turner.

Release 7.4.6 (released Jul 18, 2024)

Bugs fixed

  • #12589, #9743, #12609: autosummary: Do not add the package prefix when generating autosummary directives for modules within a package. Patch by Adam Turner.
  • #12613: Reduce log severity for ambiguity detection during inventory loading. Patch by James Addison.

Release 7.4.5 (released Jul 16, 2024)

Bugs fixed

  • #12593, #12600: Revert coercing the type of selected :confval:html_sidebars values to a list. Log an error message when string values are detected. Patch by Adam Turner.
  • #12594: LaTeX: since 7.4.0, :rst:dir:seealso and other "light" admonitions now break PDF builds if they contain a :dudir:figure directive; and also if they are contained in a table cell (rendered by tabulary). Patch by Jean-François B.

Release 7.4.4 (released Jul 15, 2024)

... (truncated)

Commits
  • 0d912c8 Bump to 7.4.7 final
  • bbc97e0 autosummary: Filter invalid import prefixes in autolink (#12626)
  • 6c486a5 Fix detecting file changes for the overwritten file warning (#12627)
  • 2bd973e autodoc: Fix warnings with dataclasses in Annotated metadata (#12622)
  • dd77f85 Support callables in Annotated types (#12625)
  • 1ed4ca7 Mark test_build_manpage as XFAIL following changes in Docutils master
  • cd8ce07 Update message catalogues following reverted commits
  • c6cd25f Partially revert "Update message catalogues (#11626)"
  • fa2ba7d Partially Revert "[bot]: Update message catalogues (#12563)"
  • e439c6f Ensure that old-style object description options are respected (#12620)
  • Additional commits viewable in compare view


Updates sphinx-autodoc-typehints from 2.0.1 to 2.2.3

Release notes

Sourced from sphinx-autodoc-typehints's releases.

2.2.3

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.2...2.2.3

2.2.2

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.1...2.2.2

2.2.1

What's Changed

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.0...2.2.1

2.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.1...2.2.0

2.1.1

Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.0...2.1.1

2.1.0

What's Changed

... (truncated)

Commits
  • d38f8f7 [pre-commit.ci] pre-commit autoupdate (#466)
  • a427536 Fix rendering when docstring starst with a directive (#468)
  • fdad0d7 Fix mypy errors due to unneeded type ignores (#469)
  • df66980 [pre-commit.ci] pre-commit autoupdate (#465)
  • ea99f28 Fix for Issue #384: typehints_defaults = "braces-after" fails for a multiline...
  • 0435d07 Fix issue #462 and another alias processing bug (#463)
  • fb240ea Support autodoc_type_aliases configuration (#459)
  • 41b2900 Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#460)
  • 047ac44 [pre-commit.ci] pre-commit autoupdate (#461)
  • fd0a0c6 [pre-commit.ci] pre-commit autoupdate (#458)
  • Additional commits viewable in compare view


Updates sphinx-gallery from 0.15.0 to 0.17.0

Release notes

Sourced from sphinx-gallery's releases.

Release v0.17.0

Support for Python 3.8 and Sphinx 4 dropped in this release. Requirement is now Python >= 3.9 and Sphinx >= 5.

Full Changelog

Implemented enhancements:

  • Introduction tooltip corresponds to the first paragraph #1344 (fgmacedo)
  • FIX Jupyterlite in CircleCI artifact #1336 (lesteve)
  • MNT: Rename README.rst to GALLERY_HEADER.rst #1321 (timhoffm)
  • [ENH] Add custom thumbnails for failing examples #1313 (tsbinns)
  • ENH integrate download/launcher links into pydata-sphinx-theme secondary sidebar #1312 (Charlie-XIAO)
  • add option for zip downloads #1299 (jamiecook)
  • Allow setting animation format from gallery config #1243 (QuLogic)

Fixed bugs:

  • Fix handling of multi-module intersphinx registries #1320 (QuLogic)
  • BUG: Fix bug with traceback with SyntaxError #1301 (larsoner)

Documentation

Project maintenance

... (truncated)

Commits


Updates sphinx-notfound-page from 1.0.0 to 1.0.2

Changelog

Sourced from sphinx-notfound-page's changelog.

Version 1.0.2

:Date: May 23, 2024

  • Add tests for Python 3.12
  • Remove warning about unclosed files
  • Allow str and None types on notfound_urls_prefix
  • Run pyupgrade and ruff on the codebase

Version 1.0.1

:Date: May 21, 2024

  • Do not create 404 page for embedded
  • Small documentation improvements
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.