Skip to content

Commit c0dc0ff

Browse files
Bump sphinx from 7.1.2 to 7.2.5 (#476)
* Bump sphinx from 7.1.2 to 7.2.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.5. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](sphinx-doc/sphinx@v7.1.2...v7.2.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements/requirements_docs.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Profizi <[email protected]>
1 parent 7ae32a9 commit c0dc0ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/requirements_docs.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ pypandoc==1.10
22
imageio==2.31.3
33
numpydoc==1.4.0
44
imageio-ffmpeg==0.4.7
5-
Sphinx==7.1.2
5+
Sphinx<7.2.0; python_version == '3.8'
6+
Sphinx==7.2.5; python_version >= '3.9'
67
sphinx-autobuild==2021.3.14
78
sphinxcontrib-napoleon==0.7
89
sphinxcontrib-websupport==1.2.4

0 commit comments

Comments
 (0)