From f4c97dfefba396db4e060202c6e2343668fca5d8 Mon Sep 17 00:00:00 2001 From: cspotcode Date: Sun, 6 Aug 2023 16:12:10 -0400 Subject: [PATCH 1/4] initial commit for doc_stack/fix_readthedocs --- doc/.tmp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 doc/.tmp diff --git a/doc/.tmp b/doc/.tmp new file mode 100644 index 0000000000..e69de29bb2 From 958f7253d59f70e18b0dfd42e49262784f668692 Mon Sep 17 00:00:00 2001 From: cspotcode Date: Sun, 6 Aug 2023 16:45:39 -0400 Subject: [PATCH 2/4] Tell readthedocs to install `dev` dependencies, same as CI. Keeps things consistent --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1c01c87f32..7de00c1f2e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ python: - method: pip path: . extra_requirements: - - docs + - dev # Build PDF & ePub formats: From fcae111d642944685b94df66188cd4dd0c22d47f Mon Sep 17 00:00:00 2001 From: cspotcode Date: Wed, 9 Aug 2023 15:06:11 -0400 Subject: [PATCH 3/4] upgrade sphinx --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5c2478862..838975647c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "furo", "pyright", "pyyaml==6.0", - "sphinx==7.0.1", + "sphinx==7.1.2", "sphinx-autobuild==2021.3.14", "sphinx-copybutton==0.5.2", # Intentionally kept at 2.3 until this bugfix is published: https://github.com/jdillard/sphinx-sitemap/pull/62 From 8be16fb1f68595f5f1f6755a6cbeed9a351e6c9a Mon Sep 17 00:00:00 2001 From: cspotcode Date: Thu, 10 Aug 2023 12:59:55 -0400 Subject: [PATCH 4/4] Revert erroneous dep upgrade from #1826 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 838975647c..4a4254c901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "sphinx-autobuild==2021.3.14", "sphinx-copybutton==0.5.2", # Intentionally kept at 2.3 until this bugfix is published: https://github.com/jdillard/sphinx-sitemap/pull/62 - "sphinx-sitemap==2.5.0", + "sphinx-sitemap==2.3.0", "typer[all]==0.7.0", "wheel", ]