Skip to content

Commit fcaebd3

Browse files
committed
Merge branch 'main' into ashwin-cython-episode
2 parents dcfcd09 + 9aafead commit fcaebd3

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Whitespace-only changes.

pylock.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,9 +1019,7 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/9e/48/1ea60e74949eecb
10191019
[[packages]]
10201020
name = "sphinx-evita"
10211021
version = "0.1.0b1"
1022-
index = "https://pypi.org/simple"
1023-
sdist = { url = "https://files.pythonhosted.org/packages/92/0d/009764bb886bea7c1de460a77c36985921ced946c9f541239e0312caa29a/sphinx_evita-0.1.0b1.tar.gz", upload-time = 2025-10-27T01:10:19Z, size = 153085, hashes = { sha256 = "6ae8a00a8b86bd5484ba1507009aa897d953488876ed33b724317c56368765c7" } }
1024-
wheels = [{ url = "https://files.pythonhosted.org/packages/c0/78/272b67d137e234432cfc09c6416b8ef0df75e646f29b0df92526ed2c19d6/sphinx_evita-0.1.0b1-py3-none-any.whl", upload-time = 2025-10-27T01:10:17Z, size = 154305, hashes = { sha256 = "a49a0eed5b01c7739f43b0b21f5f90d6efdc7959c2751c30af10091d4b46b82b" } }]
1022+
archive = { url = "https://github.com/ENCCS/sphinx-evita/archive/refs/tags/v0.1.0b1.zip", hashes = { sha256 = "1dd4adeaa15904657fa2f84c3f6c385b4eed94111331ae7c5935a90aa86564aa" } }
10251023

10261024
[[packages]]
10271025
name = "sphinx-lesson"

pyproject.toml

Lines changed: 10 additions & 1 deletion
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
]
@@ -27,3 +28,11 @@ notebook = [
2728
"numpy>=2.3.4",
2829
"pandas>=2.3.3",
2930
]
31+
32+
33+
[build-system]
34+
requires = ["pdm-backend"]
35+
build-backend = "pdm.backend"
36+
37+
[tool.pdm]
38+
distribution = false

0 commit comments

Comments
 (0)