From 4f81b99f34dde02234bc1258786941f88f145d31 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 3 Oct 2019 15:08:22 -0400 Subject: [PATCH] .readthedocs.yml fixes Signed-off-by: Aric Gardner Change-Id: I860a6a7199145f801a172cdb162b1e580bb01138 --- .readthedocs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index de902fa..a7bc656 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,21 @@ --- +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +formats: htmlzip + +sphinx: + configuration: docs/conf.py + +build: +image: latest + python: version: 3.7 install: - requirements: docs/requirements-docs.txt + - method: pip -- 2.16.6