Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Generate API docs #225

Closed
wants to merge 7 commits into from
Closed

WIP: Generate API docs #225

wants to merge 7 commits into from

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented Mar 21, 2015

This is WIP related to #223 - it hosts the docs in the "master" branch and builds them out into gh-pages.

Submitting mainly to see if the doc generation works on Mono using Travis

@tpetricek
Copy link
Contributor

This is currently failing because of how F# Formatting is referenced. Please change generate.fsx to use the recommended method from ProjectScaffold:

#load "../../packages/FSharp.Formatting/FSharp.Formatting.fsx"

You might also need to include code that explicitly sets the references on Mono (see this bit in ProjectScaffold).

Ping me or @matthid if it does not start working after the change!

@haf
Copy link
Contributor

haf commented Apr 25, 2015

@tpetricek @matthid Ok, so I did that and now it's failing on the version of F# instead:

Compilation errors:
 - error: (0, 0) Assembly `fsi, Version=4.3.1.0, Culture=neutral, PublicKeyToken=f536804aa0eb945b' references `FSharp.Core, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version number than imported assembly `FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

@haf
Copy link
Contributor

haf commented Apr 25, 2015

I'm closing this in favor of a PR that contains the aforementioned fix.

@haf haf closed this Apr 25, 2015
@haf haf mentioned this pull request Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants