From e76929a0de1f8fda281f2d535cd820428413aa52 Mon Sep 17 00:00:00 2001 From: Aleksandra Maciaga Date: Wed, 19 Feb 2020 10:30:58 +0100 Subject: Add documentation Signed-off-by: Aleksandra Maciaga Issue-ID: AAF-997 Change-Id: I1c451a8e7060ff565f7e6bfe5290d3fd96f6bebd --- .readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yaml (limited to '.readthedocs.yaml') diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..3797dc8b --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +--- +# .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 + +build: + image: latest + +python: + version: 3.7 + install: + - requirements: docs/requirements-docs.txt + +sphinx: + configuration: docs/conf.py -- cgit 1.2.3-korg