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 a212204 commit 8a51c0aCopy full SHA for 8a51c0a
1 file changed
pyproject.toml
@@ -27,7 +27,6 @@ classifiers = [
27
'Topic :: Documentation',
28
]
29
dependencies = [
30
- 'sphinx>=6',
31
"tomli>=1.1.0;python_version<'3.11'",
32
33
@@ -43,6 +42,9 @@ Homepage = 'https://numpydoc.readthedocs.io'
43
42
Source = 'https://github.com/numpy/numpydoc/'
44
45
[dependency-groups]
+default = [
46
+ 'sphinx>=6',
47
+]
48
dev = [
49
'pre-commit>=3.3',
50
"tomli; python_version < '3.11'",
0 commit comments