nim-works/nimskull

docgen for `threads` and `builtin_channels` links broken

Open

#1,466 opened on Oct 24, 2024

 (0 comments) (0 reactions) (0 assignees)Nim (39 forks)auto 404
bugdocumentationgood first issuehelp wanted

Repository metrics

Stars
 (346 stars)
PR merge metrics
 (PR metrics pending)

Description

Threading and channels related documentation is now generated again, as part of https://github.com/nim-works/nimskull/pull/1464, but due to a docgen bug the documentation for the threads and builtin_channels modules, which are included from the system module do not work.

This used to work with the legacy docgen feature, but that has since been removed, see: https://github.com/nim-works/nimskull/pull/303. Update the existing docgen to get the links working again from the generated index.html.

Contributor guide