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

docs: Add no IDE live preview #281

Merged

Conversation

nicu1989
Copy link
Contributor

@nicu1989 nicu1989 commented Feb 4, 2025

Improvement

Description

Use sphinx-autobuild to allow live preview in the browser. It does not require any IDE to perform live preview.
Added in the README as another way to preview docs.

Related ticket

closes [#181 ] (improvement ticket)

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs/_tooling/sphinx_extensions/requirements.in Outdated Show resolved Hide resolved
docs/_tooling/sphinx_extensions/BUILD Outdated Show resolved Hide resolved
@AlexanderLanin AlexanderLanin added infrastructure General Score infrastructure topics docs-as-code labels Feb 5, 2025
@nicu1989 nicu1989 force-pushed the nicu1989_docs_livepreview branch from 273c683 to 1c478e3 Compare February 5, 2025 21:58
@nicu1989 nicu1989 force-pushed the nicu1989_docs_livepreview branch 4 times, most recently from 128c414 to eef955f Compare February 6, 2025 07:39
docs/_tooling/live_preview.py Outdated Show resolved Hide resolved
docs/BUILD Show resolved Hide resolved
Use sphinx-autobuild to implement live preview without requiring VSCode integration.
This allows previewing on save independent of IDE.

Signed-off-by: Nicolae Dicu <[email protected]>
@nicu1989 nicu1989 force-pushed the nicu1989_docs_livepreview branch from eef955f to 97bf832 Compare February 6, 2025 09:59
@AlexanderLanin AlexanderLanin merged commit fb4bcc1 into eclipse-score:main Feb 6, 2025
6 checks passed
@AlexanderLanin AlexanderLanin linked an issue Feb 7, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-as-code infrastructure General Score infrastructure topics
Projects
Development

Successfully merging this pull request may close these issues.

docs: live preview (without VS Code)
3 participants