Skip to content

Commit 653aa5e

Browse files
committed
BUG: Add linkify for building documentation
1 parent fae7488 commit 653aa5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ dev = [
121121
"ruff>=0.1.0",
122122
]
123123
docs = [
124+
"linkify>=1.4",
124125
"sphinx>=7.0.0",
125126
"sphinx-rtd-theme>=2.0.0",
126127
"sphinx-autodoc-typehints>=1.25.0",
@@ -351,4 +352,4 @@ exclude = [
351352

352353
[tool.ruff.per-file-ignores]
353354
"__init__.py" = ["F401"]
354-
"test_*.py" = ["S101"]
355+
"test_*.py" = ["S101"]

0 commit comments

Comments
 (0)