roboflow / supervision

We write your reusable computer vision tools. 💜
https://supervision.roboflow.com
MIT License
17.06k stars 1.3k forks source link

Suppress mkdocs relative link INFO messages #1307

Closed LinasKo closed 6 days ago

LinasKo commented 6 days ago

Description

mkdocs serve would output a wall of INFO messages about relative links. However, we explicitly opted to use relative links. This PR adds configs suppressing the messages.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

mkdocs serve - checked messages during build, then checked the docs site for regressions.

Any specific deployment considerations

Docs

Only the build process is affected