-
Notifications
You must be signed in to change notification settings - Fork 51
Fix rstcheck warnings #474
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
Conversation
The successful documentation build was deployed for preview: |
a9adbb2
to
0d39305
Compare
The successful documentation build was deployed for preview: |
0d39305
to
1da44e9
Compare
The successful documentation build was deployed for preview: |
@mmerklinger are you planning to include the |
I will include it here. Turned the PR back to draft. |
1da44e9
to
c1e7fc5
Compare
The successful documentation build was deployed for preview: |
c1e7fc5
to
dc6a57f
Compare
The successful documentation build was deployed for preview: |
This PR fixes most of the warnings of the rstcheck CI pipeline job.
The left warnings are due to rstcheck being unable to handle
.. include::
and explicit target link directives. Either we replace them with their actual content or declare them as to be ignored in the configuration.This PR is based on #473.