From 2e64561404855e17c76bd063a66d014b2ed1a9fb Mon Sep 17 00:00:00 2001 From: Martin Bless Date: Fri, 15 Jul 2022 11:08:05 +0200 Subject: [PATCH] Use DRC v3.0.dev26 with sphinx-4.5.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d46edae..e4a16d5 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ runs: docker run --rm --user=$(id -u):$(id -g) \ -v $(pwd):/PROJECT:ro \ -v $(pwd)/RenderedDocumentation:/RESULT \ - ghcr.io/t3docs/render-documentation:v3.0.dev25 \ + ghcr.io/t3docs/render-documentation:v3.0.dev26 \ makehtml \ -c make_singlehtml 1 \ -c replace_static_in_html 1 \