Skip to content

Commit 1090fe3

Browse files
committed
Add sphinx<9 pin
``` WARNING: while setting up extension sphinx.ext.autodoc.typehints: extension 'sphinx.ext.autodoc.typehints' has no setup() function; is it really a Sphinx extension module? ```
1 parent b7fce31 commit 1090fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.14.10
7+
rev: v0.14.13
88
hooks:
99
- id: ruff-check
1010
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ typing = ["mypy>=1.4", "rich", "twisted"]
5252
docs = [
5353
"cogapp",
5454
"myst-parser",
55-
"sphinx",
55+
"sphinx<9",
5656
"sphinx-design",
5757
"sphinx-copybutton",
5858
"sphinx-book-theme",

0 commit comments

Comments
 (0)