Quansight-Labs / intersphinx_registry

https://pypi.org/project/intersphinx_registry
MIT License
9 stars 4 forks source link

Setup Github action and co #3

Open Carreau opened 2 months ago

Carreau commented 2 months ago
agriyakhetarpal commented 2 months ago

A link checker would be helpful to add – though it can only validate if a link exists, and not whether it serves as an inventory, it would still be good to check for 404s from time to time. Lychee is a strong and robust candidate and is quite fast as well.

(Let me know if you want me to do this)

Carreau commented 2 months ago

The test suite does a pytest head request to check that the obj.inv exists. We could, and it would be great to check that the obj.inv are valid. I think the tool posted in #2 could help with that.

agriyakhetarpal commented 2 months ago

Ah, in that case the test suite is better to use, then.