Why doesn't my package have documentation link on pkgs.racket-lang.org

I am experimenting to upload a package to pkgs.racket-lang.org. I forked an older, no-longer-maintained package (list-utils) and added a few new functions.

Link to my package: awesome-list

However, the website doesn't show a link to compiled documentation like the original package.

I can use raco test ./main.rkt locally and passed all tests.

Also, I can find document through raco docs if I install the package awesome-list locally.

Thanks for help.

2 Likes

It seems the build server hasn't build your package. When the build server
builds your package, it will render your documentation too.

But I don't see why you package hasn't been built.
Maybe it is still in the build queue?

3 Likes

To confirm: documentation now appears.

1 Like