From 2ef2ec66b6f48bec4a1aa8c90591be0d28cd7ac9 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 21 Sep 2022 09:42:42 -0700 Subject: [PATCH 1/3] update min sphinx version to 3.4.3 it might be able to go lower, but sphinx 1.8.6 is too low (it doesn't support the calls we make to generate the genindex entries) --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 68d11f0f9..0170a872b 100644 --- a/conf.py +++ b/conf.py @@ -138,7 +138,7 @@ generate_tag_indices() # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '1.8' +needs_sphinx = '3.4.3' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom From 2a13664b36feab52c451cf3082b292c5c0871d8e Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 21 Sep 2022 10:03:51 -0700 Subject: [PATCH 2/3] rename yaml to yml --- .readthedocs.yaml => .readthedocs.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthedocs.yaml => .readthedocs.yml (100%) diff --git a/.readthedocs.yaml b/.readthedocs.yml similarity index 100% rename from .readthedocs.yaml rename to .readthedocs.yml From a1c57ccafd6c6abf520889cb54761c6facc83326 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Wed, 21 Sep 2022 10:07:20 -0700 Subject: [PATCH 3/3] pin the sphinx version exactly at 4.4.0 --- .readthedocs.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.requirements.txt b/.readthedocs.requirements.txt index 122610498..1f028de41 100644 --- a/.readthedocs.requirements.txt +++ b/.readthedocs.requirements.txt @@ -1 +1 @@ -sphinx<4.4.0 +sphinx==4.4.0