Skip to content

Commit 51364b9

Browse files
committed
Fix requirements for rtd
1 parent 66d784f commit 51364b9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.10"
12+
python: "3.11"
1313

1414
jobs:
1515
pre_build:

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
sphinx~=5.3.0
1+
sphinx~=6.2.1
22
sphinx-copybutton==0.5.2
33
sphinx_design==0.5.0
4-
myst-nb==0.17.2
5-
nbconvert==7.7.1
6-
sphinx-notfound-page==0.8.3
4+
myst-nb @ git+https://github.com/executablebooks/MyST-NB@59854c2
5+
nbconvert==7.9.0
6+
sphinx-notfound-page==1.0.0
77
sphinx-favicon==1.0.1
88
sphinx-book-theme==1.0.1
9-
sphinx-autoapi==2.1.1
9+
sphinx-autoapi==3.0.0
1010
h5py~=3.9.0
1111
tables~=3.8.0

pedpy/column_identifier.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from typing import Final
44

5-
# TrajectoryData
65
ID_COL: Final = "id"
76
FRAME_COL: Final = "frame"
87
X_COL: Final = "x"

pedpy/methods/speed_calculator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def compute_individual_speed(
7171
This then can be used to compute the speed with:
7272
7373
.. math::
74+
7475
\bar{X} = X_{future} - X_{past}
7576
7677

0 commit comments

Comments
 (0)