Skip to content

docs(autoencoder_oobleck): remove duplicate OobleckDecoderOutput section#13644

Open
Anai-Guo wants to merge 1 commit intohuggingface:mainfrom
Anai-Guo:fix/13642-oobleck-docs-duplicate
Open

docs(autoencoder_oobleck): remove duplicate OobleckDecoderOutput section#13644
Anai-Guo wants to merge 1 commit intohuggingface:mainfrom
Anai-Guo:fix/13642-oobleck-docs-duplicate

Conversation

@Anai-Guo
Copy link
Copy Markdown

Summary

Fixes #13642.

The AutoencoderOobleck reference docs render the OobleckDecoderOutput section twice because docs/source/en/api/models/autoencoder_oobleck.md contains the same [[autodoc]] block twice. This drops the duplicate so the page documents AutoencoderOobleck, OobleckDecoderOutput, and AutoencoderOobleckOutput once each.

The two output classes that actually exist in src/diffusers/models/autoencoders/autoencoder_oobleck.py are OobleckDecoderOutput and AutoencoderOobleckOutput — both still rendered after this change.

Changes

  • docs/source/en/api/models/autoencoder_oobleck.md: delete the duplicate ## OobleckDecoderOutput block.

🤖 Generated with Claude Code

@github-actions github-actions Bot added fixes-issue documentation Improvements or additions to documentation size/S PR with diff < 50 LOC labels Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation fixes-issue size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] typo in AutoencoderOobleck docs

1 participant