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
Essentially, we can have one central place for all links in conf.py, meaning we only need to worry about updating URLs there.
This should reduce the probability of broken links.
I'm happy to implement this here after the above movement PR is merged.
As an additional check, we will implement the checking of URLs during docs build (Sphinx has a "linkcheck" capability), but this will be implemented upstream, in the actions repository.
The text was updated successfully, but these errors were encountered:
@lochhh has suggested a neat way of handling links in Sphinx.
Essentially, we can have one central place for all links in
conf.py
, meaning we only need to worry about updating URLs there.This should reduce the probability of broken links.
I'm happy to implement this here after the above movement PR is merged.
As an additional check, we will implement the checking of URLs during docs build (Sphinx has a "linkcheck" capability), but this will be implemented upstream, in the actions repository.
The text was updated successfully, but these errors were encountered: