File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 uv run isofit download all --exclude examples # Download all other ISOFIT extras
3131 uv run isofit build
3232 - name : Build and deploy docs
33- run : uv run --active --directory . mkdocs gh-deploy --force
33+ run : |
34+ # The mkdocs-nbconvert plugin has some issues with uv run, so invoke it first which seems to fix it
35+ source .venv/bin/activate
36+ mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 77plugins :
88 - search
99 - nbconvert :
10+ input_dir : .
11+ recursive : true
1012 execute_enabled : true
1113 max_workers : 1
1214 execute_options :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Add your description here"
55readme = " README.md"
66requires-python = " >=3.12"
77dependencies = [
8- " isofit>=3.6.1 " ,
8+ " isofit>=3.7 " ,
99 " jupyter>=1.1.1" ,
1010 " matplotlib>=3.10.8" ,
1111 " mkdocs>=1.6.1" ,
You can’t perform that action at this time.
0 commit comments