We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a CI failure because of a link to a private repo.
Run make docs-linkcheck.
make docs-linkcheck
That it would complete with no error.
The link to the private repo causes a 404.
That private URL should be added to linkcheck_ignore in docs/conf.py.
linkcheck_ignore
docs/conf.py
The text was updated successfully, but these errors were encountered:
rmol
Successfully merging a pull request may close this issue.
Description
We have a CI failure because of a link to a private repo.
Steps to Reproduce
Run
make docs-linkcheck
.Expected Behavior
That it would complete with no error.
Actual Behavior
The link to the private repo causes a 404.
Comments
That private URL should be added to
linkcheck_ignore
indocs/conf.py
.The text was updated successfully, but these errors were encountered: