Skip to content

Chore: gen-doc commands in fails when linkml>=1.9 #850

@DnlRKorn

Description

@DnlRKorn

The following command is invoked when executing the .github/workflows/doc_pages.yaml workflow
poetry run make gendoc
Which ultimately invokes
gen-doc --dialect myst src/oaklib/datamodels/ontology_metadata.yaml -d docs/datamodels/ontology-metadata/
If linkml==1.9 this command will throw a TypeError (with no further debug information). If executed with linkml<1.9 it prints None and continues execution.

Metadata

Metadata

Assignees

Labels

choreRoutine maintenance tasks that don't affect application behavior or functionality (e.g., dependency

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions