Fix the documentation build
Description
While the current build of the documentation succeeds well enough to generate the RTD documentation, it also produces over a page worth of warnings, including calling out several pages that aren't linked into the doc tree at all (due to typos) as well as several missing images.
To do
- Fix the warnings/errors
- Add a GH actions job that builds the docs, ensuring that it remains free from errors/warnings in the future.
@JohnStrunk : This would be removing the errors generated during local builds? Just confirming you are not seeing failed builds on readthedocs.io ...
Yes, it's for local builds. They happen on RTD as well, but they aren't fatal, so the docs do still get built.
The mentioned PR seems to say it fixes this one but GH didn't mark it for auto closing. Closing as completed.