Skip to content

Commit 5c2d9b3

Browse files
committed
Remove old documentation tasks
1 parent c7bcbbb commit 5c2d9b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@
2323
"build:js": "tsc -d --declarationDir release/types --declarationMap",
2424
"build:release": "NODE_ENV=production webpack --mode=production",
2525
"build:dev": "webpack --mode=development",
26-
"build:docs": "cd doc && sphinx-build -v . _build/html",
2726
"dev": "webpack --mode=development -w",
2827
"postshrinkwrap": "if [ \"`uname`\" = \"Darwin\" ]; then sed -i '' -e 's/http:\\/\\//https:\\/\\//g' package-lock.json; else sed -i -e 's/http:\\/\\//https:\\/\\//g' package-lock.json; fi",
2928
"preversion": "npm test && npm run build:js",
30-
"version": "npm run build:release && git add release/ && npm run update-doc-version && git add doc/version.py",
31-
"update-doc-version": "bash scripts/update-doc-version.sh",
32-
"autobuild-docs": "cd doc && sphinx-autobuild . _build/html",
29+
"version": "npm run build:release && git add release/",
3330
"docs:dev": "vitepress dev docs",
3431
"docs:build": "vitepress build docs",
3532
"docs:preview": "vitepress preview docs"

0 commit comments

Comments
 (0)