Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/special_topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Here is an example that includes a `Server Object <https://github.com/OAI/OpenAP
import yaml
from apispec import APISpec
from apispec.ext.marshmallow import MarshmallowPlugin
from apispec.utils import validate_spec

OPENAPI_SPEC = """
openapi: 3.0.2
Expand Down Expand Up @@ -126,8 +125,6 @@ Here is an example that includes a `Server Object <https://github.com/OAI/OpenAP
**settings
)

validate_spec(spec)


Documenting Security Schemes
----------------------------
Expand Down