crate / crate-docs

Common build system, QA tools, style guides, and other meta miscellanies for doing docs at Crate.io.
Apache License 2.0
2 stars 1 forks source link

Add "--keep-going" to Sphinx options #58

Closed amotl closed 3 years ago

amotl commented 3 years ago

Hi Naomi,

when working on the documentation of crate-dbal and crate-pdo, some links to CrateDB's reference documentation were outdated.

"-W" already turns warnings into errors, "--keep-going" will still keep the process going. By adding this patch, I was able to mitigate all broken links more efficiently at once. See also https://github.com/crate/crate/pull/10831.

With kind regards, Andreas.