Skip to content

Commit

Permalink
docs: build documentation for threading-related modules (#1464)
Browse files Browse the repository at this point in the history
## Summary
`kochdocs.nim`  in  `tools/koch/kochdocs.nim` ,  `docDefines`  now has 
`--threads:on`  to build docs for relevant threading API.
  • Loading branch information
Luyten-Orion authored Oct 24, 2024
1 parent 39317bf commit fb4665a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/koch/kochdocs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ".."/".."/compiler/modules/[nimpaths]
const
# errormax: subsequent errors are probably consequences of 1st one; a simple
# bug could cause unlimited number of errors otherwise, hard to debug in CI.
docDefines = "-d:nimExperimentalAsyncjsThen -d:nimExperimentalLinenoiseExtra"
docDefines = "-d:nimExperimentalAsyncjsThen -d:nimExperimentalLinenoiseExtra --threads:on"
nimArgs = "--errormax:3 --hint:Conf:off --hint:Path:off --hint:Processing:off --hint:XDeclaredButNotUsed:off --warning:UnusedImport:off -d:boot $#" % [docDefines]
gitUrl = "https://github.com/nim-works/nimskull"
docHtmlOutput = "doc/html"
Expand Down

0 comments on commit fb4665a

Please sign in to comment.