We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b55419 commit f8cc5ecCopy full SHA for f8cc5ec
.github/workflows/build.yml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
python -m hatch run typecheck
42
- name: Docs
43
+ if: ${{ matrix.python-version != "3.8" }}
44
45
python -m hatch run docs:build
46
- name: Generated changes
pyproject.toml
@@ -39,7 +39,7 @@ description = "A lint framework that writes better Python code for you."
39
[project.optional-dependencies]
docs = [
"jinja2 == 3.1.4",
- "sphinx == 7.0.1",
+ "sphinx == 7.3.7",
"sphinx-mdinclude == 0.6.1",
]
dev = [
0 commit comments