From 5c4379aec14b29d6996b390b640bb2eb99ac22b6 Mon Sep 17 00:00:00 2001 From: Ahsan Khan Date: Wed, 16 Mar 2022 13:13:41 -0700 Subject: [PATCH] add rtd yaml v2 --- .readthedocs.yml => .readthedocs.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename .readthedocs.yml => .readthedocs.yaml (88%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 88% rename from .readthedocs.yml rename to .readthedocs.yaml index ceac6c46a4..0a6e3928b5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -4,13 +4,19 @@ version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.9" + + python: - version: 3.9 install: - method: pip path: . - requirements: doc/requirements.txt + sphinx: configuration: doc/conf.py fail_on_warning: true # http://www.sphinx-doc.org/en/master/man/sphinx-build.html#id6