sjoerdk / dicomtrolley

Retrieve medical images via WADO, MINT, RAD69 and DICOM-QR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readthedocs build of mkdocs pydantic table fails

sjoerdk opened this issue · comments

  • dicomtrolley version: 3.0.4
  • Python version: 3.11
  • Operating System: Ubuntu 22.04 (mkdocs env)

Description

Rendering of a pydantic class fails in docs here: https://dicomtrolley.readthedocs.io/en/latest/concepts/#query-parameters
There should be a table of query parameters. Instead there is the original keyword.

readthedocs logs show the following message as part of the rendering step:

python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
...
warning: mdantic pattern detected but failed to process or import: dicomtrolley.core.Query 

The issue is probably in the mdantic mkdocs markdown extension:
https://pypi.org/project/markdown-mdantic/