From 1b43960dd49ffc542a1030db5ae66f43c984826b Mon Sep 17 00:00:00 2001 From: Piper Thunstrom Date: Sun, 19 Dec 2021 20:17:12 -0800 Subject: [PATCH 1/2] Adds doc-utils pin for read the docs. --- requirements-docs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 9cee029d..a4b201d4 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,3 +1,4 @@ sphinx sphinx_rtd_theme -importlib_metadata; python_version < "3.8" \ No newline at end of file +importlib_metadata; python_version < "3.8" +doc-utils<0.18 From 7ea6dab1bd4f75f025fca209b9011d94d3fca533 Mon Sep 17 00:00:00 2001 From: Piper Thunstrom Date: Fri, 24 Dec 2021 10:11:35 -0800 Subject: [PATCH 2/2] Add comment regarding why and when to test removal. --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index a4b201d4..43f94e9b 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ sphinx sphinx_rtd_theme importlib_metadata; python_version < "3.8" -doc-utils<0.18 +doc-utils<0.18 # Fix for read the docs default sphinx version. If we update sphinx, test to see if we can remove this.