diff --git a/.buildkite/documentation.yml b/.buildkite/documentation.yml index c9253aeb6..d1c0e2497 100644 --- a/.buildkite/documentation.yml +++ b/.buildkite/documentation.yml @@ -33,9 +33,12 @@ steps: env: TUTORIAL_BACKEND_GROUP: "CPU" agents: - queue: "juliaecosystem" - os: "linux" - arch: "x86_64" + # FIXME: enable these once the servers are back up + # queue: "juliaecosystem" + # os: "linux" + # arch: "x86_64" + queue: "juliagpu" + cuda: "*" artifact_paths: - "docs/src/tutorials/beginner/**/*" - "docs/src/tutorials/intermediate/**/*" diff --git a/docs/src/api/Lux/interop.md b/docs/src/api/Lux/interop.md index cea970e54..b92698709 100644 --- a/docs/src/api/Lux/interop.md +++ b/docs/src/api/Lux/interop.md @@ -1,5 +1,6 @@ ```@meta CollapsedDocStrings = true +CurrentModule = Lux ``` # Interoperability between Lux and other packages