-
Notifications
You must be signed in to change notification settings - Fork 10
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: introduce sphinx build, readthedocs, and docs workflow #81
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tation styling and customization
…entation to improve project clarity and onboarding
…ts formatting refactor: remove redundant explanations in raycast.py and render.py for clarity style: fix line breaks and formatting in coordinates.rst for consistency
… conversion notes
…ush and PR events
…tra in pip install docs(README): update instructions to include `[docs]` extra and add info about Read the Docs integration
yxlao
changed the title
docs: introduce sphnix build, readthedocs, and update docs formats
docs: introduce sphnix build and readthedocs
Dec 28, 2024
yxlao
changed the title
docs: introduce sphnix build and readthedocs
docs: introduce sphnix build, readthedocs, and docs workflow
Dec 28, 2024
yxlao
changed the title
docs: introduce sphnix build, readthedocs, and docs workflow
docs: introduce sphinx build, readthedocs, and docs workflow
Dec 28, 2024
…ist to exclude Sphinx documentation artifacts
…dules' to 'api' for clarity and consistency
…ct' alias for consistency and brevity in documentation
…' and add 'API' section for better documentation organization
…dability and consistency
…better organization and maintainability chore(.gitignore): remove unused static and template directories from gitignore
…flag with `make` and update paths for clarity
…ter organization and maintainability
…directory for better organization and clarity
…o ensure consistency
…etter organization and readability
feat(docs/conf.py): dynamically read version and git hash for release info refactor(docs/coordinates.rst): simplify section title for clarity chore(pyproject.toml): add tomli as a dependency for version parsing
…r better visibility
…y and readability
…nsistency and readability" This reverts commit c1fcd2b.
refactor(docs/conf.py): simplify path handling and use binary mode for reading pyproject.toml
… clarity and simplification
…t.toml to handle encoding properly
…instead of parsing pyproject.toml style(docs): replace raw HTML image tags with reStructuredText image directives for better compatibility and maintainability
…and updated toctree depth
…x.rst for better navigation and consistency
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR sets up Sphinx documentation, integrates with Read the Docs, and adds a GitHub Actions workflow for automated builds.
Changes Made
Sphinx Build:
conf.py
,Makefile
,make.bat
)Read the Docs Integration:
.readthedocs.yaml
for Read the Docs configurationREADME.md
with links to public and admin documentationDocs Workflow:
.github/workflows/docs.yml
) to build docs on push and PR events[docs]
extra inpyproject.toml
for documentation dependencies