Another attempt to fix readthedocs

This commit is contained in:
2025-05-23 14:55:44 +01:00
parent 3013095bdd
commit 36f9b91cc1
4 changed files with 18 additions and 10 deletions

View File

@@ -67,6 +67,11 @@ tests = [
"ruff>=0.5.3",
"Sphinx>=4.5.0",
]
docs = [
"invenio-app>=1.5.0",
"invenio-search[opensearch2]>=2.1.0",
"Sphinx>=4.5.0",
]
[build-system]
requires = ["hatchling", "hatch-calver"]