Skip to content
New issue

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

[BugFix] Docs: Build Static Assets Before Generating Markdown Files #6257

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

deeleeramone
Copy link
Contributor

  1. Why?:

    • When the docs pages were deployed, the static assets were built before generating the reference markdown files.
  2. What?:

    • Adds: poetry run python -c "import openbb; openbb.build()" after dev_install.py -e.
  3. Impact:

    • Documentation site should now show all routers and models.
  4. Testing Done:

    • Tested the sequence of actions locally.

    • Example: "Validated with historical market data and simulated scenarios."

@github-actions github-actions bot added the bug Fix bug label Mar 26, 2024
@deeleeramone deeleeramone changed the title Build the static assets before generating markdown files [BugFix] Docs: Build Static Assets Before Generating Markdown Files Mar 26, 2024
@deeleeramone deeleeramone added docs Code documentation platform OpenBB Platform v4 PRs for v4 labels Mar 26, 2024
@deeleeramone deeleeramone changed the base branch from develop to main March 26, 2024 21:34
@deeleeramone deeleeramone changed the base branch from main to develop March 26, 2024 21:34
@IgorWounds IgorWounds added this pull request to the merge queue Mar 27, 2024
Merged via the queue into develop with commit c39d14e Mar 27, 2024
18 of 21 checks passed
@IgorWounds IgorWounds deleted the bugfix/gh-pages branch March 27, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug docs Code documentation platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants