From ef2afdfceb05737d36deea1527b96213b71389a7 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 28 May 2022 22:21:12 +0200 Subject: [PATCH] docs: update rtd config file --- .readthedocs.yaml | 19 +++++++++++++++++++ readthedocs.yml | 12 ------------ 2 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 .readthedocs.yaml delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..6f141eabc --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +# Configuration on how ReadTheDocs (RTD) builds our documentation +# ref: https://readthedocs.org/projects/mybinder-sre/ +# ref: https://docs.readthedocs.io/en/stable/config-file/v2.html +# +version: 2 + +sphinx: + configuration: docs/source/conf.py + +build: + os: ubuntu-20.04 + tools: + python: "3.9" + +python: + install: + - requirements: docs/requirements.txt + +formats: [] diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 0e3cb445f..000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 - -build: - image: latest - -sphinx: - configuration: docs/source/conf.py - -python: - version: 3.7 - install: - - requirements: docs/doc-requirements.txt