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