Skip to content

One-shot mode for Haddock

This was originally submitted as haddock!57 (closed)

One-shot mode for haddock is meant to be used with build systems like Bazel or Buck. The idea is to be able to incrementally build the documentation one module at a time, while being guaranteed that no recompilation is happening.

The big downside to this approach is that it is fundamentally incompatible with showing all instances for a class.

  • This MR relates to <ticket number>
  • I have read the CONTRIBUTING guide
  • I have inserted a CHANGES.md entry if this warrants it
  • I have squashed my commits
  • I have added tests if necessary
  • I have updated the documentation

Depends on !12761 (closed)

Edited by Sjoerd Visscher

Merge request reports