Skip to content

Commit

Permalink
pyproject.toml: Sphinx is not a build-system requirement; it is a opt…
Browse files Browse the repository at this point in the history
…ional dependency (formerly known as 'extras-require')
  • Loading branch information
Matthias Koeppe committed Feb 17, 2024
1 parent 369c64f commit 2f72b69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ requires = [
"setuptools>=61.2",
"Cython",
"cysignals",
"sphinx",
"gmpy2>=2.1.0b1",
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -41,6 +40,10 @@ dependencies = [
"gmpy2>=2.1.0b1",
]

[project.optional-dependencies]
doc = [
"sphinx",
]

[project.urls]
Homepage = "https://github.com/sagemath/pplpy"
Expand Down

0 comments on commit 2f72b69

Please sign in to comment.