This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-30
Channels
- # aleph (2)
- # announcements (4)
- # babashka (3)
- # beginners (89)
- # calva (12)
- # cljdoc (7)
- # cljsrn (5)
- # clojars (1)
- # clojure (19)
- # clojure-dev (6)
- # clojure-europe (2)
- # clojurescript (12)
- # conjure (7)
- # cursive (4)
- # fulcro (28)
- # graphql (6)
- # gratitude (2)
- # introduce-yourself (2)
- # jobs (1)
- # jobs-discuss (26)
- # off-topic (2)
- # pathom (22)
- # pedestal (2)
- # podcasts (10)
- # re-frame (9)
- # reitit (8)
- # releases (2)
- # remote-jobs (1)
- # shadow-cljs (1)
- # tools-deps (27)
- # xtdb (11)
I'm having some trouble building docs for salutem.core
: https://app.circleci.com/pipelines/github/cljdoc/builder/24719/workflows/c7f54344-d8ff-4fc5-a487-f491219e988b/jobs/41094
There's no real error in the output from the build
The docs seem to have partially built: https://cljdoc.org/d/io.logicblocks/salutem.core/0.1.7/doc/readme but no namespaces have come through
Any ideas what the issue is?
Same problem with a couple of other submodules in the same project: • https://app.circleci.com/pipelines/github/cljdoc/builder/24720/workflows/f1dad73e-d059-4289-aad3-49bb0ed3c0b5/jobs/41095 • https://app.circleci.com/pipelines/github/cljdoc/builder/24721/workflows/b9b207e6-4c52-49fa-93dc-87ec889c4061/jobs/41096
You might be able to get more information about the failures by running the cljdoc analyzer locally @tobyclemson?
Good idea, will give it a go