X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.readthedocs.yml;fp=.readthedocs.yml;h=48b12063939151ec580d3bb93ec78ac1a858b809;hb=2af318b9af7e778d2e8c112838fe2db78d1aaf0b;hp=0000000000000000000000000000000000000000;hpb=74b5c304699d6931b3989583fc981aeb55a991c4;p=lispflowmapping.git diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..48b120639 --- /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