From b19ea746145524c99f4e4ec68610da5b6be5bd25 Mon Sep 17 00:00:00 2001 From: yliao Date: Mon, 27 Jul 2026 22:33:30 +0000 Subject: [PATCH] Fix Config file validation error Config validation error in build.jobs.post_build. Expected a list, got type NoneType (None). --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0ca33c0f97..db18f066ed 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,9 +20,8 @@ build: - mkdir -p $READTHEDOCS_OUTPUT/html - cp -r doc/html/* $READTHEDOCS_OUTPUT/html/ - # Copy your raw HTML directly to the hosted output folder - post_build: + # post_build: # Build documentation in the "docs/" directory with Sphinx # sphinx: