On 3/10/19 4:16 PM, Matt Jadud wrote:
Oh! Thank you, Matthew.

I see. So, I'm running into the sandbox... as in, the sandbox is doing what it should, and as a result, it is preventing the networked accesses that I've added to my documentation. That's awfully obvious (now that it is put that way), but it wasn't obvious from the error message.

I'll think about faking it for doc build. I'll add it to the issue tracker for the package. I'm still learning basic things about scribbling docs, but will likely stub something in to simplify the doc build at some point. Thanks, Robby.

You might find `make-log-based-eval` useful for writing your examples. It lets you run the examples once (for example, on your development machine where your credentials are installed, etc) and save the results, so other people can build the docs using the recorded interactions.

For example, it's used by the db library documentation; see config.rkt (defines `make-pg-eval` using `make-log-based-eval`) and using-db.scrbl (uses `make-pg-eval`, `interaction`, and `eval:alts`) in https://github.com/racket/db/blob/master/db-doc/db/scribblings/.

Ryan

--
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