Skip to content

docs: fix broken temporalio API reference links#5740

Open
putramkti wants to merge 1 commit into
pydantic:mainfrom
putramkti:docs/fix-temporal-api-doc-links
Open

docs: fix broken temporalio API reference links#5740
putramkti wants to merge 1 commit into
pydantic:mainfrom
putramkti:docs/fix-temporal-api-doc-links

Conversation

@putramkti
Copy link
Copy Markdown
Contributor

The Temporal Python SDK's hosted API docs moved ActivityConfig and unsafe.imports_passed_through into private submodule pages, so the URLs in docs/durable_execution/temporal.md return 404. Updated to the current canonical URLs.

  • temporalio.workflow.ActivityConfig.htmltemporalio.workflow._activities.ActivityConfig.html
  • temporalio.workflow.unsafe.html#imports_passed_throughtemporalio.workflow._sandbox.unsafe.html#imports_passed_through

Both replacement URLs return HTTP 200 and the imports_passed_through anchor still resolves on the new page. Verified via the docs index at https://python.temporal.io/temporalio.workflow.html.

Checklist

  • Any AI generated code has been reviewed line-by-line by the human PR author, who stands by it.
  • No breaking changes in accordance with the version policy.
  • PR title is fit for the release changelog.

The Temporal Python SDK's API docs moved ActivityConfig and the
unsafe.imports_passed_through context manager into private submodule
pages, so the previous URLs now 404.

- temporalio.workflow.ActivityConfig.html -> _activities.ActivityConfig.html
- temporalio.workflow.unsafe.html -> _sandbox.unsafe.html
@github-actions github-actions Bot added size: S Small PR (≤100 weighted lines) docs Improvements or additions to documentation labels May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation size: S Small PR (≤100 weighted lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant