Skip to content

Commit 8a51c0a

Browse files
committed
DEP: Mv sphinx dep to optional.
1 parent a212204 commit 8a51c0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
'Topic :: Documentation',
2828
]
2929
dependencies = [
30-
'sphinx>=6',
3130
"tomli>=1.1.0;python_version<'3.11'",
3231
]
3332

@@ -43,6 +42,9 @@ Homepage = 'https://numpydoc.readthedocs.io'
4342
Source = 'https://github.com/numpy/numpydoc/'
4443

4544
[dependency-groups]
45+
default = [
46+
'sphinx>=6',
47+
]
4648
dev = [
4749
'pre-commit>=3.3',
4850
"tomli; python_version < '3.11'",

0 commit comments

Comments
 (0)