Skip to content

Commit

Permalink
Bump sphinx from 7.3.7 to 8.0.2 (#476)
Browse files Browse the repository at this point in the history
* Bump sphinx from 7.3.7 to 8.0.2

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.3.7...v8.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update gha docs conditional

---------

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]>
  • Loading branch information
dependabot[bot] and amyreese authored Aug 1, 2024
1 parent b80a99d commit 81dfbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python -m hatch run typecheck
- name: Docs
if: ${{ matrix.python-version != '3.8' }}
if: ${{ matrix.python-version != '3.8' && matrix.python-version != '3.9' }}
run: |
python -m hatch run docs:build
- name: Generated changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ description = "A lint framework that writes better Python code for you."
[project.optional-dependencies]
docs = [
"jinja2 == 3.1.4",
"sphinx == 7.3.7",
"sphinx == 8.0.2",
"sphinx-mdinclude == 0.6.1",
]
dev = [
Expand Down

0 comments on commit 81dfbe6

Please sign in to comment.