From: Robert Varga Date: Thu, 7 Mar 2024 14:39:13 +0000 (+0100) Subject: Add RTD configuration X-Git-Tag: release/calcium~8 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=2e5d94c8958fd57032fb1334fa34ca50e0f0ded4;hp=ea2163e4615ec0dee9ace1e773d287595760b385;p=openflowplugin.git Add RTD configuration RTD build is failing, fix it by adding configuration. Change-Id: Iba03bcad9792b3f65ca54404aa676c4840481782 Signed-off-by: Robert Varga --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..48b1206393 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +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 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + jobs: + post_checkout: + - git fetch --unshallow || true + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt