From 599b335477c7c4598db62787ffaba5996efafa48 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Mon, 22 Mar 2021 20:30:30 -0400 Subject: [PATCH] Add .readthedocs.yaml doc: global-jjb.releng.linuxfoundation.org/en/latest/jjb/lf-rtdv3-jobs.html change to doc is to trigger build Signed-off-by: Aric Gardner Change-Id: If652a10c978ed13faff2557fcb386b0b60119424 --- .readthedocs.yaml | 20 ++++++++++++++++++++ docs/index.rst | 1 + 2 files changed, 21 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3797dc8 --- /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 diff --git a/docs/index.rst b/docs/index.rst index b19816d..a55d4d6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,3 +30,4 @@ AD xApp * :ref:`genindex` * :ref:`modindex` * :ref:`search` + -- 2.16.6