We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make src-docs
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was trying to build the docs using jsdoc but the make command not working as expected.
jsdoc
make
Related issues # , # , and # .
No.
No response
- make docs
Should build the documentation using `JsDoc` in the `build` folder.
$ make src-docs make[1]: Entering directory '/home/karanyadav/documents/stdlib-js/stdlib' make[1]: bash: Argument list too long make[1]: *** [/home/karanyadav/documents/stdlib-js/stdlib/tools/make/lib/docs/jsdoc.mk:84: jsdoc-html] Error 127 make[1]: Leaving directory '/home/karanyadav/documents/stdlib-js/stdlib' make: *** [/home/karanyadav/documents/stdlib-js/stdlib/tools/make/lib/docs/src.mk:40: src-docs] Error 2
N/A
v22.11.0
Windows 11 - wsl2 Ubuntu24.04 LTS
The text was updated successfully, but these errors were encountered:
👋 Hi there! 👋
And thank you for opening your first issue! We will get back to you shortly. 🏃 💨
Sorry, something went wrong.
fix(build): add new make rule to build docs
e263059
Add the rule to avoid hitting shell limits. Fixes: stdlib-js#6583 Private-ref: stdlib-js#6583 --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
Successfully merging a pull request may close this issue.
Description
I was trying to build the docs using
jsdoc
but themake
command not working as expected.Related Issues
Related issues # , # , and # .
Questions
No.
Demo
No response
Reproduction
Expected Results
Actual Results
Version
No response
Environments
N/A
Browser Version
No response
Node.js / npm Version
v22.11.0
Platform
Windows 11 - wsl2 Ubuntu24.04 LTS
Checklist
The text was updated successfully, but these errors were encountered: