From 4b0243ff05a6855557c9d18b0a9329a8120b8697 Mon Sep 17 00:00:00 2001 From: VChristiaens Date: Thu, 13 Nov 2025 19:45:52 +0100 Subject: [PATCH] PEP8 formatting --- .readthedocs.yml | 17 +++++++++++++++++ ...adthedocs_full_compilation_timeout_error.yml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yml rename readthedocs.yml => readthedocs_full_compilation_timeout_error.yml (84%) diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..d941a20b --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +# .readthedocs.yml + +version: 2 + +python: + install: + - requirements: docs/requirements.txt + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + jobs: + build: + html: + - mkdir -p $READTHEDOCS_OUTPUT/html/ + - cp -r docs/build/html/* $READTHEDOCS_OUTPUT/html/ diff --git a/readthedocs.yml b/readthedocs_full_compilation_timeout_error.yml similarity index 84% rename from readthedocs.yml rename to readthedocs_full_compilation_timeout_error.yml index 78f51631..0ca52ca0 100644 --- a/readthedocs.yml +++ b/readthedocs_full_compilation_timeout_error.yml @@ -1,4 +1,4 @@ -# .readthedocs.yml +# .readthedocs_timeout_error.yml version: 2