-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix sphinx warnings when building docs #64
Comments
The code formatting here is just broken: https://b2luigi.readthedocs.io/en/stable/documentation/api.html#b2luigi.Task.get_input_file_names_from_dict Maybe @welschma can take a look when he has some time? |
I fixed the first half of warnings including the broken formatting in #66. The second half of warnings still remains:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building the sphinx documentation (via running
make html
in thedocs
dir, using sphinx 3.0.2) I get the warnings seen below. I think it should be not much work to fix them.Further, it would be good to have some automated CI-procedure (test, hook or whatever) to do the build and disallow commits/PR's which introduce warnings.
The text was updated successfully, but these errors were encountered: