X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=.readthedocs.yml;h=220d0a94958a712e1d1053fd203395e71d7460c5;hb=refs%2Fheads%2Fstable%2Fargon;hp=5ff506fb920270f2b955338bb9d99e990c407115;hpb=39154e4792d9375fd43aad3e8f765cfddcb82fa2;p=docs.git diff --git a/.readthedocs.yml b/.readthedocs.yml index 5ff506fb9..220d0a949 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,22 @@ version: 2 sphinx: configuration: docs/conf.py +# Build documentation with MkDocs +#mkdocs: +# configuration: mkdocs.yml + +# Optionally build your docs in additional formats such as PDF +# formats: +# - pdf + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + jobs: + post_checkout: + - git fetch --unshallow || true + python: - version: 3.7 - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt