-
Notifications
You must be signed in to change notification settings - Fork 20
Dead link checker #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Dead link checker #367
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
| For more information, please see the related documentation: | ||
| - [Attaching function signature](https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx.application.Sphinx.connect) | ||
| - [Build API events](https://www.sphinx-doc.org/en/master/extdev/event_callbacks.html#core-events-overview) | ||
| - [sphinx-needs events](https://github.com/useblocks/sphinx-needs/blob/master/docs/contributing.rst#structure-of-the-extensions-logic) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed outdated "Structure of the extension's logic" section from contributing documentation, deferring to AGENTS.md instead
useblocks/sphinx-needs#1621
|
The created documentation from the pull request is available at: docu-html |
|
|
docs_check does not have a builder (not an intentional one). We can change docs_check to use the linkcheck builder?! |
Might make the most sense I would say? Since many people use that workflow anyway? |
e0b4ec9 to
9b5d326
Compare
|
Process description links fixed in eclipse-score/process_description#538 |
|
Merging main. Hopefully this will result in proper error message of consumer tests. |
~~I think it's stuck. ~~ |
📌 Description
Add bazel target with sphinx builder checking external links. This solves an issue when dead links are referenced.
🚨 Impact Analysis
✅ Checklist