The repo already contains all the in-tree docs infrastructure:
.readthedocs.yml, docs/conf.py, docs/index.rst, docs/instrumentation/*.rst
rtd-requirements.txt / docs-requirements.txt
- A CI
docs job (tox -e docs) that builds the docs on every PR
What's missing is the Read the Docs project itself. https://opentelemetry-python-genai.readthedocs.io/ currently returns 404 — no RTD project is registered for this repo, so docs are never published.
This requires an action by someone with OpenTelemetry org admin access (outside the repo):
- Create a Read the Docs project for
open-telemetry/opentelemetry-python-genai (matching the existing slug opentelemetry-python-genai so existing links resolve).
- Connect the GitHub webhook so pushes to
main and tags trigger builds.
- Verify the build succeeds and
latest resolves.
The repo already contains all the in-tree docs infrastructure:
.readthedocs.yml,docs/conf.py,docs/index.rst,docs/instrumentation/*.rstrtd-requirements.txt/docs-requirements.txtdocsjob (tox -e docs) that builds the docs on every PRWhat's missing is the Read the Docs project itself.
https://opentelemetry-python-genai.readthedocs.io/currently returns 404 — no RTD project is registered for this repo, so docs are never published.This requires an action by someone with OpenTelemetry org admin access (outside the repo):
open-telemetry/opentelemetry-python-genai(matching the existing slugopentelemetry-python-genaiso existing links resolve).mainand tags trigger builds.latestresolves.