From a6cee6d394a45f94f695159067b63eef3893a677 Mon Sep 17 00:00:00 2001 From: apcraig Date: Mon, 19 Jun 2023 12:53:02 -0600 Subject: [PATCH 1/4] update readthedocs.yaml, turn on pdf --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f83760cce..72b6aa27c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.11" # You can also specify other tool versions: # nodejs: "19" # rust: "1.64" @@ -21,7 +21,7 @@ sphinx: # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: -# - pdf + - pdf # Optionally declare the Python requirements required to build your docs python: From 8e2741805969095235525d2edf4587820e527708 Mon Sep 17 00:00:00 2001 From: apcraig Date: Mon, 19 Jun 2023 12:57:54 -0600 Subject: [PATCH 2/4] update readthedocs.yaml, turn on pdf --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 72b6aa27c..572e1cc18 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,8 +20,8 @@ sphinx: configuration: doc/source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF -# formats: - - pdf +formats: + - pdf # Optionally declare the Python requirements required to build your docs python: From a28511f8f72fbf0a18dfa009c66bb7c874f64a2f Mon Sep 17 00:00:00 2001 From: apcraig Date: Mon, 19 Jun 2023 13:01:20 -0600 Subject: [PATCH 3/4] update readthedocs.yaml, turn on pdf --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 572e1cc18..715fc59b0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.7" # You can also specify other tool versions: # nodejs: "19" # rust: "1.64" @@ -20,8 +20,8 @@ sphinx: configuration: doc/source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF -formats: - - pdf +#formats: +# - pdf # Optionally declare the Python requirements required to build your docs python: From a9badee1806e1ea82e93a65d88d8db05f4e27885 Mon Sep 17 00:00:00 2001 From: apcraig Date: Mon, 19 Jun 2023 13:03:20 -0600 Subject: [PATCH 4/4] update readthedocs.yaml, turn on pdf --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 715fc59b0..cc2b2817b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,8 +20,8 @@ sphinx: configuration: doc/source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF -#formats: -# - pdf +formats: + - pdf # Optionally declare the Python requirements required to build your docs python: