Skip to content

Commit

Permalink
use netlify compatible markdown generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Aug 29, 2024
1 parent dd59da8 commit 726ceab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/tools/update_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ for (const version of VERSIONS) {

// build doc version, we also run preprocessing and markdown gen for each doc version
console.log(`Building docs...`)
proc.execSync(`cd ${REPO_DOCS_DIR} && npm run preprocess-docs && npm run generate-api-reference`)
proc.execSync(`cd ${REPO_DOCS_DIR} && npm run preprocess-docs && PYTHONPATH=. pydoc-markdown`)

console.log(`Snapshotting version...`)
proc.execSync(`cd ${REPO_DOCS_DIR} && npm run docusaurus docs:version ${version}`)
Expand Down

0 comments on commit 726ceab

Please sign in to comment.