Skip to content

Commit

Permalink
apidocs: use common requirements instead of maintaining individual one (
Browse files Browse the repository at this point in the history
#912)

Co-authored-by: Zwifi <[email protected]>
  • Loading branch information
Kay Kim and NSeydoux authored Mar 25, 2024
1 parent a88fe13 commit f756af1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions docs/api/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"clean": "rimraf dist umd",
"build": "rollup --config rollup.config.mjs",
"docs:clean": "cd docs/api; make clean-all",
"docs:install": "cd docs/api; pip install -r requirements.txt",
"docs:install": "cd docs/api; pip install -r https://raw.githubusercontent.com/inrupt/docs-assets/main/requirements/api/requirements.txt",
"docs:build": "typedoc && cd docs/api && make html dist",
"docs:preview": "python3 -m http.server --bind 127.0.0.1 --directory docs/dist",
"lint": "npm run lint:check",
Expand Down

0 comments on commit f756af1

Please sign in to comment.