From 46939b00153bdca566405ab5073bbf4f6ec4174e Mon Sep 17 00:00:00 2001 From: Christophe LARUE Date: Mon, 27 Jun 2022 12:39:56 +0200 Subject: [PATCH 1/3] Debug readthedocs generation --- .gitlab/ci/rtd-requirements.txt | 2 ++ .readthedocs.yaml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .gitlab/ci/rtd-requirements.txt diff --git a/.gitlab/ci/rtd-requirements.txt b/.gitlab/ci/rtd-requirements.txt new file mode 100644 index 00000000..83ea2ce4 --- /dev/null +++ b/.gitlab/ci/rtd-requirements.txt @@ -0,0 +1,2 @@ +Jinja2==3.1.0 +sphinx==4.2.0 \ No newline at end of file diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0ff3058f..12dd5b94 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ mkdocs: configuration: mkdocs.yml # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 -# install: -# - requirements: docs/requirements.txt + version: 3.7 + install: + - requirements: .gitlab/ci/rtd-requirements.txt formats: - epub - pdf From a06a9c7d21b41898ab017befb0aa639dbd0ad327 Mon Sep 17 00:00:00 2001 From: Christophe LARUE Date: Mon, 27 Jun 2022 12:44:34 +0200 Subject: [PATCH 2/3] Debug readthedocs generation --- .gitlab/ci/rtd-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/rtd-requirements.txt b/.gitlab/ci/rtd-requirements.txt index 83ea2ce4..43e98997 100644 --- a/.gitlab/ci/rtd-requirements.txt +++ b/.gitlab/ci/rtd-requirements.txt @@ -1,2 +1,2 @@ -Jinja2==3.1.0 +jinja2==3.0.0 sphinx==4.2.0 \ No newline at end of file From 4898bacf829a03aebc6599956232b0271b9019e2 Mon Sep 17 00:00:00 2001 From: Christophe LARUE Date: Mon, 27 Jun 2022 12:52:01 +0200 Subject: [PATCH 3/3] Debug readthedocs generation (finish) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 12dd5b94..d5c388a3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ mkdocs: configuration: mkdocs.yml # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: "3.7" install: - requirements: .gitlab/ci/rtd-requirements.txt formats: