From 8ceead213e5112d61343486b164635cf28b18675 Mon Sep 17 00:00:00 2001 From: RDaxini Date: Tue, 14 Jan 2025 11:12:05 -0700 Subject: [PATCH 1/6] Update readthedocs.yml --- readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 280a4637e6..c4a1b20706 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -5,6 +5,9 @@ # Required version: 2 +sphinx: + configuration: docs/sphinx/source/conf.py + build: os: ubuntu-lts-latest tools: From d3d4b07b213bf8645ae191dbb0c73e306c0debd3 Mon Sep 17 00:00:00 2001 From: RDaxini Date: Tue, 14 Jan 2025 11:26:31 -0700 Subject: [PATCH 2/6] Update v0.11.3.rst --- docs/sphinx/source/whatsnew/v0.11.3.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index 238ec1e9a6..ffe2b979a8 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -22,9 +22,12 @@ Testing Requirements ~~~~~~~~~~~~ +* Add sphinx configuration key to `readthedocs.yml` (:issue:`2357`, +:pull:`2358`) Contributors ~~~~~~~~~~~~ +* Rajiv Daxini (:ghuser:`RDaxini`) From 6f842dd65bd956987d28e4bc15d32eb13e3cffc0 Mon Sep 17 00:00:00 2001 From: RDaxini Date: Tue, 14 Jan 2025 13:13:55 -0700 Subject: [PATCH 3/6] Update v0.11.3.rst --- docs/sphinx/source/whatsnew/v0.11.3.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index ffe2b979a8..afab58dd74 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -22,8 +22,12 @@ Testing Requirements ~~~~~~~~~~~~ -* Add sphinx configuration key to `readthedocs.yml` (:issue:`2357`, -:pull:`2358`) + + +Maintenance +~~~~~~~~~~~ +* Fix ReadTheDocs builds by upgrading `readthedocs.yml` configuration +(:issue:`2357`, :pull:`2358`) Contributors From f05df513da54392e88776e434c982945bb913f45 Mon Sep 17 00:00:00 2001 From: RDaxini Date: Tue, 21 Jan 2025 11:00:50 -0700 Subject: [PATCH 4/6] remove blank lines --- docs/sphinx/source/whatsnew/v0.11.3.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index 50b2786dae..65e41e7131 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -35,6 +35,4 @@ Maintenance Contributors ~~~~~~~~~~~~ * Rajiv Daxini (:ghuser:`RDaxini`) - - * Mark Campanelli (:ghuser:`markcampanelli`) From 7e7cecdd46d4ffed90e50963ebdb5a3e01722c5a Mon Sep 17 00:00:00 2001 From: RDaxini Date: Tue, 21 Jan 2025 13:12:59 -0700 Subject: [PATCH 5/6] Update v0.11.3.rst --- docs/sphinx/source/whatsnew/v0.11.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index 65e41e7131..7e0c2e6bbf 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -29,7 +29,7 @@ Maintenance * Fix ReadTheDocs builds by upgrading `readthedocs.yml` configuration (:issue:`2357`, :pull:`2358`) * asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda. - (pull:`2352`) + (:pull:`2352`) Contributors From 47b57e081f6e0c7527bc85de84434a080a66c47b Mon Sep 17 00:00:00 2001 From: RDaxini Date: Tue, 21 Jan 2025 13:49:24 -0700 Subject: [PATCH 6/6] Update v0.11.3.rst --- docs/sphinx/source/whatsnew/v0.11.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index 7e0c2e6bbf..0c4c55ad97 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -27,7 +27,7 @@ Requirements Maintenance ~~~~~~~~~~~ * Fix ReadTheDocs builds by upgrading `readthedocs.yml` configuration -(:issue:`2357`, :pull:`2358`) + (:issue:`2357`, :pull:`2358`) * asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda. (:pull:`2352`)