You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably because you didn't define your site_url in mkdocs.yml.
I didn't find a better way than using page.canonical_url (which is None if site_url isn't defined) to build the links for cross-references that works both while serving and building.
I guess we should at least catch the exception to issue an error.
The error doesn't happen with
mkdocs serve
.The text was updated successfully, but these errors were encountered: