-
Notifications
You must be signed in to change notification settings - Fork 326
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
Better unexpected sphinx warnings check #937
Comments
In #936, we removed |
incidentally, I just did this: $ mamba upgrade --all
$ git switch main
$ git merge --ff-only upstream/main
$ nox --no-reuse-existing-virtualenvs -s docs and I get lots of warnings: 3 pandas "duplicate object description" warnings:
lots of warnings about missing gallery images (can be safely ignored, as I didn't run the playwright script first)
3 more "duplicate object description" warnings
A bunch of autosummary warnings from our
|
This was referenced Oct 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently have two places where we run the same check:
.github/workflows/test.yml
.github/workflows/prerelease.yml
Also the checks are very general. It may make sense to turn this into a script and to make the checks much more fine-grained.
The text was updated successfully, but these errors were encountered: