From 0dc2468d2086cc6f018c680601a02eb495a698e8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 9 Oct 2022 12:39:42 +0300 Subject: [PATCH 1/2] Use dirhtml builder for Read the Docs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 16a2da89bc..f1470a688e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,4 +14,4 @@ build: python: "3.10" commands: - - make html BUILDDIR=_readthedocs + - make dirhtml BUILDDIR=_readthedocs From 9dea370d63780f36489e2274b1688486138329cf Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 9 Oct 2022 12:56:55 +0300 Subject: [PATCH 2/2] Move built docs to expected directory --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index f1470a688e..8ccea3e0bb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,3 +15,4 @@ build: commands: - make dirhtml BUILDDIR=_readthedocs + - mv _readthedocs/dirhtml _readthedocs/html