Skip to content

docs: remove reference to removed validate_spec utility#1021

Merged
sloria merged 1 commit intomarshmallow-code:devfrom
toroleapinc:docs/issue-969-remove-validate-spec
Mar 3, 2026
Merged

docs: remove reference to removed validate_spec utility#1021
sloria merged 1 commit intomarshmallow-code:devfrom
toroleapinc:docs/issue-969-remove-validate-spec

Conversation

@toroleapinc
Copy link
Contributor

Summary

Remove the import and call to validate_spec from the special_topics documentation example. This function was removed from the public API (see #308) but the docs still referenced it, causing confusion for new users.

Closes #969

For spec validation, users can use the openapi-spec-validator package directly.

Remove the import and call to validate_spec from the special_topics
documentation example. This function was removed from the public API
(see marshmallow-code#308) but the docs still referenced it, causing confusion for
new users.

For spec validation, users can use the openapi-spec-validator package
directly.

Closes marshmallow-code#969

Signed-off-by: edvatar <88481784+toroleapinc@users.noreply.github.com>
@sloria
Copy link
Member

sloria commented Mar 3, 2026

thanks!

@sloria sloria merged commit fd962d9 into marshmallow-code:dev Mar 3, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove mentions of validate_spec from docs

2 participants