From a929334f2fc5d16e9353ab79ed44fad44af5d4f8 Mon Sep 17 00:00:00 2001 From: Fee Fladder Date: Wed, 15 Nov 2023 10:12:23 +0100 Subject: [PATCH] added post-build step --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6eeb45e1abf..34c344c0c3b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,9 @@ build: # nodejs: "16" # rust: "1.55" # golang: "1.17" + jobs: + post_build: + - cp build/html/en/docs/404.html build/html/en/docs/index.html # Build documentation in the docs/ directory with Sphinx sphinx: