From 8c431d01bd16da910b83e792ba868bb01bda6a8f Mon Sep 17 00:00:00 2001 From: dherrada Date: Mon, 14 Feb 2022 15:44:15 -0500 Subject: [PATCH] Added patch for rtd building --- patches/0001-Fixed-readthedocs-build.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 patches/0001-Fixed-readthedocs-build.patch diff --git a/patches/0001-Fixed-readthedocs-build.patch b/patches/0001-Fixed-readthedocs-build.patch new file mode 100644 index 0000000..5955532 --- /dev/null +++ b/patches/0001-Fixed-readthedocs-build.patch @@ -0,0 +1,30 @@ +From 609b9a5243fbbc6e0f6014d4aeaa902a1d2ecfc9 Mon Sep 17 00:00:00 2001 +From: dherrada +Date: Mon, 14 Feb 2022 15:35:02 -0500 +Subject: [PATCH] Fixed readthedocs build + +--- + .readthedocs.yaml | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/.readthedocs.yaml b/.readthedocs.yaml +index f8b2891..33c2a61 100644 +--- a/.readthedocs.yaml ++++ b/.readthedocs.yaml +@@ -8,8 +8,12 @@ + # Required + version: 2 + ++build: ++ os: ubuntu-20.04 ++ tools: ++ python: "3" ++ + python: +- version: "3.x" + install: + - requirements: docs/requirements.txt + - requirements: requirements.txt +-- +2.25.1 +