I’ve set up a system to automatically build docs for my “envy” package in CI. 
I’m passing the --redirect-main flag to point all the external links to 
http://pkg-build.racket-lang.org/doc/. This works great for all the links that 
point to references in the core distribution, but for some reason, the link to 
the sweet-exp docs isn’t converted: it still generates a link to a local path.

This is the command I’m using to render the docs:
scribble +m --redirect-main http://pkg-build.racket-lang.org/doc/ --html --dest 
./docs ./envy/scribblings/envy.scrbl

The behavior I’m describing is visible here:
https://lexi-lambda.github.io/envy/envy.html#%28part._syntax%29

For some reason, this behavior only seems to happen on CI. When I run that same 
command locally, the link is redirected properly. Are the docs not getting 
properly installed and/or linked into the index when sweet-exp is installed as 
a dependency by raco pkg? Is this a bug, or am I missing something?

Alexis

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to