Skip to content

Commit

Permalink
Set python version when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed May 14, 2024
1 parent 05d479d commit 5d61e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"compile": "hardhat compile",
"compile:harnesses": "env SRC=./certora/harnesses hardhat compile",
"coverage": "env COVERAGE=true hardhat coverage",
"docs": "npm run prepare-docs && oz-docs",
"docs": "env PYTHON_VERSION=0.3.10 npm run prepare-docs && oz-docs",
"docs:watch": "oz-docs watch contracts docs/templates docs/config.js",
"prepare": "git config --local core.hooksPath .githooks",
"prepare-docs": "scripts/prepare-docs.sh",
Expand Down

0 comments on commit 5d61e47

Please sign in to comment.