- Notifications
You must be signed in to change notification settings - Fork673
chore(docs): ignore nitpicky warnings, drop deprecated setuptools build_sphinx#2088
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks@nejch |
kloczek commentedJun 24, 2022
Swiping warnings under the carpet is not good idea .. |
kloczek commentedJun 24, 2022
You can peak on fixes that kind of issues in other projects |
nejch commentedJun 24, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@kloczek please re-open the initial issue if you feel this is important. I'd also appreciate PRs though, as currently I'd rather focus on getting some of our other more important issues into better shape (the CLI and handling complex attributes etc). We can add a help wanted label if that gets people involved as well! :) Edit: to give some rationale, we already have a lot of very strict linting on the code itself and it seems that beginner contributors give up when CI fails, so this would be another one, but I'm of course happy to merge a proper fix! |
Uh oh!
There was an error while loading.Please reload this page.
Closes#1992 by ignoring nitpicky warnings because some will be out of our control anyway (at least without intersphinx).
Drops use of the now-deprecated
build_sphinx
command. One less config file!