We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3789172 commit e0ab8b0Copy full SHA for e0ab8b0
pyproject.toml
@@ -9,7 +9,8 @@ dependencies = [
9
"jupytext>=1.18.1",
10
"myst-nb>=1.3.0",
11
"sphinx>=8.2.3",
12
- "sphinx-evita>=0.1.0b1",
+ # "sphinx-evita>=0.1.0b1",
13
+ "sphinx-evita @ https://github.com/ENCCS/sphinx-evita/archive/refs/tags/v0.1.0b1.zip",
14
"sphinx-lesson>=0.8.16",
15
"sphinxcontrib-bibtex>=2.6.5",
16
]
@@ -23,5 +24,9 @@ dev = [
23
24
# All dependencies used within Jupyter Notebooks
25
notebook = []
26
-[tool.uv.sources]
27
-sphinx-evita = { url = "https://github.com/ENCCS/sphinx-evita/archive/refs/tags/v0.1.0b1.zip" }
+[build-system]
28
+requires = ["pdm-backend"]
29
+build-backend = "pdm.backend"
30
+
31
+[tool.pdm]
32
+distribution = false
0 commit comments