Closed snowleopard closed 6 years ago
And another error:
Error when running Shake build system:
* docs
* _build/docs/html/index.html
* _build/docs/html/libraries/index.html
* _build/docs/html/haddock-bundle.min.js
RemoveDirectory "_build/docs/html\\libraries": unsatisfied constraints (The directory is not empty.)
Fixed in #665.
As discovered in #663, the documentation target
docs
is currently broken:What's weird is that the file in question
_build/docs/html/haddock-bundle.min.js
does exist! So this looks like some concurrency issue.