I'm having trouble with a Scribble project that tries to link to the graph-lib documentation via @other-doc['(lib "graph/scribblings/graph.scrbl")], but the generated link is to the local version of this documentation, not the docs.racket-lang.org version.
My scribble build command is scribble --dest-name build --htmls --redirect-main https://docs.racket-lang.org/ +m ++style assignment/custom.css index.scrbl, and all documentation from racket seems to correctly link to docs.racket-lang.org.
Am I missing something obvious?