Skip to content

Commit 94c9768

Browse files
Bump sphinx-copybutton from 0.5.0 to 0.5.1 in /requirements (#73)
* Bump sphinx-copybutton from 0.5.0 to 0.5.1 in /requirements Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases) - [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md) - [Commits](executablebooks/sphinx-copybutton@v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: sphinx-copybutton dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump sphinx-copybutton from 0.5.0 to 0.5.1 in toml file Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elodie Chamblas <[email protected]>
1 parent fe2abe8 commit 94c9768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ doc = [
3636
"Sphinx==5.3.0",
3737
"numpydoc==1.5.0",
3838
"ansys-sphinx-theme==0.7.0",
39-
"sphinx-copybutton==0.5.0",
39+
"sphinx-copybutton==0.5.1",
4040
]
4141

4242
[tool.flit.module]

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Sphinx==5.3.0
22
numpydoc==1.5.0 # need latest
33
ansys-sphinx-theme==0.7.0
4-
sphinx-copybutton==0.5.0
4+
sphinx-copybutton==0.5.1

0 commit comments

Comments
 (0)