From cb471754d09c13513ba8bdd4b2d1b79a031cbd16 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Tue, 22 Mar 2022 00:44:04 +0000 Subject: [PATCH] Upgrade RTD configuration file to version 2 --- .readthedocs.yaml | 17 +++++++++++++++++ .readthedocs.yml | 5 ----- 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 .readthedocs.yaml delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..a479393 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3" + +python: + install: + - method: pip + path: . + extra_requirements: + - complete + - docs + +sphinx: + configuration: docs/conf.py diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index b752bb3..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,5 +0,0 @@ -python: - version: 3 - pip_install: true - extra_requirements: - - docs