askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
8 stars 3 forks source link

CI docs dev failing #738

Closed ddobie closed 1 month ago

ddobie commented 1 month ago

Looks like it's a poetry lock issue that should be resolved when I merge #728 but just noting it here anyway

https://github.com/askap-vast/vast-pipeline/actions/runs/10293250744/job/28489187783

ddobie commented 1 month ago

The initial problem outlined stems from a markdown issue that is fixed by forcing markdown==3.3.7.

However this reveals an initial problem that's first pointed out by @ajstewart in #486. pytkdocs should not be updated past 0.11.1, but looking at the associated PR (#627), pytkdocs gets bumped to 0.15 in the poetry.lock file.