Skip to content

Commit 939e8ad

Browse files
build: bump the documentation group with 3 updates (#3478)
* build: bump the documentation group with 3 updates Bumps the documentation group with 3 updates: [pypandoc](https://github.com/JessicaTegner/pypandoc), [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `pypandoc` from 1.13 to 1.14 - [Release notes](https://github.com/JessicaTegner/pypandoc/releases) - [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md) - [Commits](JessicaTegner/pypandoc@v1.13...v1.14) Updates `sphinx-gallery` from 0.17.1 to 0.18.0 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](sphinx-gallery/sphinx-gallery@v0.17.1...v0.18.0) Updates `sphinx` from 8.0.2 to 8.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.0) --- updated-dependencies: - dependency-name: pypandoc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: documentation ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 3478.dependencies.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 3f44333 commit 939e8ad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump the documentation group with 3 updates

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@ doc = [
8989
"pandas==2.2.3",
9090
"plotly==5.24.1",
9191
"pyiges[full]==0.3.1",
92-
"pypandoc==1.13",
92+
"pypandoc==1.14",
9393
"pytest-sphinx==0.6.3",
9494
"pythreejs==2.4.2",
9595
"sphinx-autobuild==2024.10.3",
9696
"sphinx-autodoc-typehints==1.25.2",
9797
"sphinx-copybutton==0.5.2",
9898
"sphinx-design==0.6.1",
99-
"sphinx-gallery==0.17.1",
99+
"sphinx-gallery==0.18.0",
100100
"sphinx-jinja==2.0.2",
101101
"sphinx-notfound-page==1.0.4",
102-
"sphinx==8.0.2",
102+
"sphinx==8.1.0",
103103
"sphinxcontrib-websupport==2.0.0",
104104
"sphinxemoji==0.3.1",
105105
"vtk==9.3.1",

0 commit comments

Comments
 (0)