fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
515 stars 154 forks source link

use FAKE for documentation generation. #217

Closed matthid closed 8 years ago

matthid commented 8 years ago

Should fix https://github.com/mathnet/mathnet-numerics/issues/346, https://github.com/tpetricek/FSharp.Formatting/issues/328, https://github.com/tpetricek/FSharp.Formatting/issues/356 and https://github.com/fsprojects/ProjectScaffold/issues/210.

matthid commented 8 years ago

As a side effect we now don't need to have F# installed for the documentation generation and it should work as long as you use compatible FSF/FAKE versions (if they are not compatible you are already doomed for various other reasons https://github.com/tpetricek/FSharp.Formatting/issues/337).

7sharp9 commented 8 years ago

This seems to work from initial setup :-)

cdrnet commented 8 years ago

Thanks!

tpetricek commented 8 years ago

Sounds good, thanks @matthid for looking into this! Looks like this works for @cdrnet and @7sharp9 so I'm going to merge the PR!