Skip to content

Commit 98ff5b3

Browse files
committed
build(docs): Add tool.poetry.extras, relock
1 parent 3d578fb commit 98ff5b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

poetry.lock

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ sphinx = [
4242
recommonmark = {version = "^0.6.0", optional = true, extras = ["docs"]}
4343
alagitpull = {version = "^0.0.25-rc.2", optional = true, allow-prereleases = true, extras = ["docs"]}
4444
sphinx-issues = {version = "^1.2.0", optional = true, extras = ["docs"]}
45+
46+
[tool.poetry.extras]
47+
docs = ["sphinx", "recommonmark", "sphinx-issues", "alagitpull"]

0 commit comments

Comments
 (0)