Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFixed broken paths in tutorial documentation #1033
Conversation
Warnings should probably be treated as errors when building the documentation (including a non-existent file is a warning not an error). This would then have been caught by the GitHub action which builds the documentation. However, the other superfluous warnings being produced by Sphinx would need to be sorted first. |
Thanks a lot for helping to fix this one! I agree, it would be great to have sphinx fail instead of ignoring warnings - and I wonder if one could keep only the warnings that are known to be errors, instead of having to fix all the other warnings, in case that get's us to having at least some test earlier. On the other hand, maybe now we are stable once again so we are good for the years to come. It seems like latest is now back, but another release is required to fix stable. |
PR for #1032
Fix for bug introduced in #1031.