Skip to content

Commit

Permalink
Bump sphinx from 6.2.1 to 8.1.3 (#60)
Browse files Browse the repository at this point in the history
* Bump sphinx from 6.2.1 to 8.1.3

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.2.1 to 8.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v6.2.1...v8.1.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update sphinx requirements

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Davis <davis.justin@mssm.org>
  • Loading branch information
dependabot[bot] and justincdavis authored Oct 27, 2024
1 parent 48b7590 commit 79a8f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test = [
"stdlib_list>=0.10.0",
]
docs = [
"sphinx==6.2.1",
"sphinx>=8.1.3,<9.0",
"sphinx-rtd-theme==2.0.0",
"myst_parser>=4.0.0,<5.0",
]
Expand Down

0 comments on commit 79a8f98

Please sign in to comment.