We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9196f59 commit 5ae5d6eCopy full SHA for 5ae5d6e
.github/workflows/docs.yaml
@@ -68,7 +68,7 @@ jobs:
68
uv pip install -r requirements.txt
69
curl -O https://gist.githubusercontent.com/ritchie46/cac6b337ea52281aa23c049250a4ff03/raw/89a957ff3919d90e6ef2d34235e6bf22304f3366/pokemon.csv
70
curl -O https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2021-01.parquet
71
- make html
+ uv run make html
72
73
- name: Copy & push the generated HTML
74
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
docs/requirements.txt
@@ -24,3 +24,4 @@ ipython
24
pandas
25
pickleshare
26
sphinx-autoapi
27
+setuptools
0 commit comments