-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
FODS documentation #2269
FODS documentation #2269
Conversation
Most of the heavy doc building is in Shake.hs.
|
I guess they're checked in because
|
|
I have run those Shake commands. It is difficult to prevent |
I have run those Shake commands. It is difficult to prevent `stack` from downloading its own versions of GHC.
If you install stack with ghcup these days, it offers to configure it to use the ghcup-managed system ghc. These are the settings you need in ~/.stack/config.yaml:
system-ghc: true
install-ghc: false
Running stack scripts like Shake.hs might still download a lot of deps, if they use a snapshot different from what you've been using; to avoid this I try to keep all such scripts using the default dev snapshot (whatever is currently configured in stack.yaml).
Now I get many changes to many doc files. I better omit those in my commits. Maybe it is easier you run the documentation update scripts?
The generated docs are sensitive to versions of the (many) docs tools. Yes it's probably easiest to leave [generated] doc updating to me for now. To reduce commit noise, I don't do it with every change to doc source; just every so often (and of course, before release).
|
some extensions to documentation regarding FODS export
How can I regenerate
hledger.txt
?just
only lists targets for Haddock generation.Why is it checked into the Repo, since it seems to be generated?