ploomber / pkgmt

A toolkit for managing Python packages. 📦🐍
https://pkgmt.readthedocs.io/
MIT License
10 stars 10 forks source link

Catch absolute paths in our docs/code #41

Open idomic opened 1 year ago

idomic commented 1 year ago

Reference.

We should add a check to the CI scripts action - it should check absolute paths and fail if it does (can filter on the base URL).

edublancas commented 1 year ago

so for example, if we're on jupysql's repo, we can add base_url = jupysql.ploomber.io to the pyproject.toml, then fail a check if we detect any links that start with the base URL, since those should be relative.