Added dependency group "docs"

This commit is contained in:
2025-05-23 15:16:47 +01:00
parent 725c4197b9
commit d2ab271883
2 changed files with 21 additions and 0 deletions

View File

@@ -73,6 +73,13 @@ tests = [
"pytest-ruff>=0.4.1",
"Sphinx>=4.5.0",
]
docs = [
"invenio-app>=1.3.4",
"invenio-previewer>=3.0.0",
"invenio-rdm-records>=18.0.0",
"invenio-search[opensearch2]>=2.1.0",
"Sphinx>=4.5.0",
]
[build-system]
requires = ["hatchling", "hatch-calver"]