Skip to content

Commit f8cc5ec

Browse files
Bump sphinx from 7.0.1 to 7.3.7 (#449)
* Bump sphinx from 7.0.1 to 7.3.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.3.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.0.1...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Don't run docs step on 3.8 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amethyst Reese <[email protected]>
1 parent 5b55419 commit f8cc5ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
python -m hatch run typecheck
4242
- name: Docs
43+
if: ${{ matrix.python-version != "3.8" }}
4344
run: |
4445
python -m hatch run docs:build
4546
- name: Generated changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ description = "A lint framework that writes better Python code for you."
3939
[project.optional-dependencies]
4040
docs = [
4141
"jinja2 == 3.1.4",
42-
"sphinx == 7.0.1",
42+
"sphinx == 7.3.7",
4343
"sphinx-mdinclude == 0.6.1",
4444
]
4545
dev = [

0 commit comments

Comments
 (0)