Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "0df2e3c2047ada0d7a2e33dbc6ba2788a44a6062",
"rev": "c98ae54af00eaefe79c51b2b278361ca94e59bfb",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand Down Expand Up @@ -55,10 +55,10 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "135329b50b116dcc2c021c318c365e82a048856f",
"rev": "45777338ffb69576c945dfe9466665b8023a8b8c",
"name": "proofwidgets",
"manifestFile": "lake-manifest.json",
"inputRev": "v0.0.80",
"inputRev": "v0.0.80+lean-v4.25.2",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.25.1
leanprover/lean4:v4.25.2
5 changes: 3 additions & 2 deletions scripts/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "../"
[[require]]
scope = "leanprover"
name = "doc-gen4"
rev = "TOOLCHAIN"
rev = "v4.25.1"
EOF
}

Expand All @@ -33,7 +33,8 @@ mkdir -p docbuild
template > docbuild/lakefile.toml

# Substitute the toolchain from lean-toolchain into docbuild/lakefile.toml
sed -i s/TOOLCHAIN/`grep -oP 'v4\..*' lean-toolchain`/ docbuild/lakefile.toml
# Temporarily disabled for 4.25.2.
# sed -i s/TOOLCHAIN/`grep -oP 'v4\..*' lean-toolchain`/ docbuild/lakefile.toml

# Initialise docbuild as a Lean project
cd docbuild
Expand Down