From 3806dcd170e5c351a224053ee9bd3735b785e6d0 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sun, 8 Jan 2023 15:29:37 -0500 Subject: [PATCH 1/3] revert 3dd803b --- readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 973751e2..22eff263 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -10,3 +10,6 @@ python: - requirements: docs/requirements.txt - method: pip path: . + + formats: + - pdf From c9c0599e9f31167a0446c2becd187692a248a059 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sun, 8 Jan 2023 15:34:44 -0500 Subject: [PATCH 2/3] fix indent --- readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 22eff263..183214c0 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -11,5 +11,5 @@ python: - method: pip path: . - formats: - - pdf +formats: + - pdf From 528737ae9c900d8b9f6a242c8bb7dbecdce8b39d Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sun, 8 Jan 2023 15:38:53 -0500 Subject: [PATCH 3/3] dedup format keyword --- readthedocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 183214c0..8d047bd3 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,5 @@ version: 2 -formats: [] +formats: [pdf] sphinx: configuration: docs/conf.py @@ -10,6 +10,3 @@ python: - requirements: docs/requirements.txt - method: pip path: . - -formats: - - pdf