We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d1c04 commit 557c331Copy full SHA for 557c331
src/antsibull_docs/schemas/docs/base.py
@@ -511,10 +511,10 @@ class DocSchema(BaseModel):
511
filename: str = ''
512
notes: t.List[str] = []
513
requirements: t.List[str] = []
514
- seealso: t.List[t.Union[SeeAlsoModSchema,
+ seealso: t.List[t.Union[SeeAlsoLinkSchema,
515
+ SeeAlsoModSchema,
516
SeeAlsoPluginSchema,
- SeeAlsoRefSchema,
517
- SeeAlsoLinkSchema]] = []
+ SeeAlsoRefSchema]] = []
518
todo: t.List[str] = []
519
version_added: str = 'historical'
520
version_added_collection: str = COLLECTION_NAME_F
0 commit comments