docs: add Sphinx documentation build - #168
Merged
Merged
Conversation
Gerrrr
reviewed
Aug 30, 2026
Gerrrr
left a comment
Contributor
There was a problem hiding this comment.
This PR looks good to me! Can you please rebase it against latest master? I'll run CI and merge it on green build.
adambernier
force-pushed
the
sphinx-docs
branch
from
August 31, 2026 04:23
b257a85 to
ad90c29
Compare
This file contains hidden or 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
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.
Remaining external step: an Apache maintainer can connect/configure the ReadTheDocs project or custom domain.
Added Sphinx + MyST configuration:
docs/conf.pyAdded ReadTheDocs setup and documentation
dependencies:
.readthedocs.yaml,docs/requirements.txtConverted the docs table of contents to MyST/Sphinx navigation:
docs/README.mdAdded a strict documentation-build CI job and ignored generated
HTML output.
Fixed three existing docs issues exposed by strict Sphinx
validation.
Validation passed:
uv run --with-requirements docs/requirements.txt sphinx-build -W --keep-going -b html docs docs/_build/html