Skip to content

Commit

Permalink
versions.toml vs meta.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gphipps authored and gphipps committed Aug 7, 2024
1 parent 451dbfe commit 4c047bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def build_doc(version: str) -> None:
run(f"git checkout v{version}")
run("git checkout main -- conf.py")
run("git checkout main -- versions.toml")
run("git checkout main -- meta.toml")

run("make html")
run(f"mv _build/html pages/{version}")
Expand Down

0 comments on commit 4c047bb

Please sign in to comment.