sbp commented on PR #481: URL: https://github.com/apache/tooling-trusted-releases/pull/481#issuecomment-3786313440
@sanjana2505006 This is looking very nearly ready to accept now, but there's just [one small problem causing a build error](https://github.com/apache/tooling-trusted-releases/actions/runs/21149540055/job/61189619104?pr=481). The key here is that the [`script/docs_build.py`](https://github.com/apache/tooling-trusted-releases/blob/main/scripts/docs_build.py) tool reads `atr/docs/index.md` as its source of truth. When we update the documentation, we have to manually update that file so that `docs_build.py` knows what to do. This wasn't documented, so I just documented it in ad885d63673d89c376d4495fc3372dea5cdf8784. I think if this is fixed then we should be good to go on this PR. ``` > [atr builder 9/11] RUN make build-docs: 0.142 mkdir -p docs 0.149 rm -f docs/*.html 0.150 uv run --frozen python3 scripts/docs_build.py 0.243 Error: Markdown files exist that are not in TOC: {'license-checks.md'} 0.252 make: *** [Makefile:25: build-docs] Error 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
