IntersectMBO / plutus-apps

The Plutus application platform
Apache License 2.0
305 stars 213 forks source link

Fix haddock derivations #1048

Closed zeme-iohk closed 1 year ago

zeme-iohk commented 1 year ago

@james-iohk You can test this locally by running build-docs. Make sure you pull this PR, exit and then reenter the shell before running build-docs

michaelpj commented 1 year ago

Okay, so some of the weirdness is coming from the fact that you're using the combined-haddock derivation from the plutus-core flake. At this point I think I would be tempted to instead try and get the local combined-haddock to include haddock from selected non-local packages (i.e. the plutus ones). Then you're guaranteed to get the right versions and you should only end up with a single combined haddock thing, which should make life easier.

zeme-iohk commented 1 year ago

@james-iohk you may check again now. There are no warnings