Skip to content

Commit e0ab8b0

Browse files
committed
Use pdm-backend to install as an application
1 parent 3789172 commit e0ab8b0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ dependencies = [
99
"jupytext>=1.18.1",
1010
"myst-nb>=1.3.0",
1111
"sphinx>=8.2.3",
12-
"sphinx-evita>=0.1.0b1",
12+
# "sphinx-evita>=0.1.0b1",
13+
"sphinx-evita @ https://github.com/ENCCS/sphinx-evita/archive/refs/tags/v0.1.0b1.zip",
1314
"sphinx-lesson>=0.8.16",
1415
"sphinxcontrib-bibtex>=2.6.5",
1516
]
@@ -23,5 +24,9 @@ dev = [
2324
# All dependencies used within Jupyter Notebooks
2425
notebook = []
2526

26-
[tool.uv.sources]
27-
sphinx-evita = { url = "https://github.com/ENCCS/sphinx-evita/archive/refs/tags/v0.1.0b1.zip" }
27+
[build-system]
28+
requires = ["pdm-backend"]
29+
build-backend = "pdm.backend"
30+
31+
[tool.pdm]
32+
distribution = false

0 commit comments

Comments
 (0)